Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am trying to find out if there is an efficient way to add C# (.cs) files in a VB.NET project? Of course there is always the option of continuing developing in VB but my company has to make sure that there is no way to continue developing in the existing VB projects using C# before it will proceed with any decisions. I�ve read about multifile assemblies but the complexity of the existing projects make the process rather frustrating with endless drawbacks. Does anyone with previous experience on that field can help me here? Any ideas?

 

Many thanks in advance

 

Celetron

  • Administrators
Posted

The easiest way is to compile the C# files into a class library and call them from the VB project (or the other way round).

 

Under VS 2005 web applications can mix and match languages but that is the only case of the IDE supporting this.

 

Multi-file assemblies are certainly possible however it may be more trouble than the results are worth...

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...