Celetron Posted May 17, 2006 Posted May 17, 2006 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 Quote
Administrators PlausiblyDamp Posted May 17, 2006 Administrators Posted May 17, 2006 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... Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.