Creating an instance of a VB class in C# class
-
Hi all, This may be a naive question, but i am not able to understand. I have a website in which i have used 2 classes written in different languages(C# and VB). They are stored in app_code as Csharp Class1.cs Class2.cs Vb Class3.vb Class4.vb Now i have to create an object of a vb class in my C# class. But the intellisense doen`t show up the vb class in my c# class file. However it allows me to create an object of C# class in my other VB class. How can i create an object of vb class in C# class???? Please excuse if its in a wrong forum :-\ :-\ :-\
-
Hi all, This may be a naive question, but i am not able to understand. I have a website in which i have used 2 classes written in different languages(C# and VB). They are stored in app_code as Csharp Class1.cs Class2.cs Vb Class3.vb Class4.vb Now i have to create an object of a vb class in my C# class. But the intellisense doen`t show up the vb class in my c# class file. However it allows me to create an object of C# class in my other VB class. How can i create an object of vb class in C# class???? Please excuse if its in a wrong forum :-\ :-\ :-\
-
But thats not feasible. That would result in redundancy.Is it the only way to tackle this????