I must be missing something here. Possibly something as elementart as "you can't do that".
I have a .NET 2.0 assembly which happens to be C#.
I have a .NET 1.1 which happens to be VB.
I want to create an instance of the .NET 2.0 object from the VB. [It actually happens by calling a createinstance method on a different 1.1. C# object].
Is there anything I need to do configuration wise to enable this to happen because it doesn't work (no idea if there are any exceptions or anytrhing because they may well be swallowed elsewhere).
If I create a VB VS 2005 project everything works fine. i.e.
-> VS.NET 2005 VB to -> VS.NET 2003 C# -> VS.NET 2005
I have a .NET 2.0 assembly which happens to be C#.
I have a .NET 1.1 which happens to be VB.
I want to create an instance of the .NET 2.0 object from the VB. [It actually happens by calling a createinstance method on a different 1.1. C# object].
Is there anything I need to do configuration wise to enable this to happen because it doesn't work (no idea if there are any exceptions or anytrhing because they may well be swallowed elsewhere).
If I create a VB VS 2005 project everything works fine. i.e.
-> VS.NET 2005 VB to -> VS.NET 2003 C# -> VS.NET 2005

Comment