how i can add c# class file in VB.net Project?
how i can add c# class file in VB.net Projecthow i can add c# class file in VB.net Project
Page 1 of 1
4 Replies - 4184 Views - Last Post: 18 August 2010 - 07:36 PM
Replies To: how i can add c# class file in VB.net Project
#2
Re: how i can add c# class file in VB.net Project
Posted 18 August 2010 - 07:49 AM
As far as I know, you can't. Projects are either VB.NET or C#. You can use compiled assemblies written in either language, but you can't just mix and match the code.
#3
Re: how i can add c# class file in VB.net Project
Posted 18 August 2010 - 10:40 AM
This is true for Windows apps, however Web apps allow multiple languages. Just a FYI.
#4
Re: how i can add c# class file in VB.net Project
Posted 18 August 2010 - 05:14 PM
You can add a project that is using a different programming language to the existing solution and reference it in the base project. Then, you can work with classes from that specific project, being able to make an application written in several languages.
#5
Re: how i can add c# class file in VB.net Project
Posted 18 August 2010 - 07:36 PM
You can also add the other language in to your solution provide you have a full version of Visual Studio.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|