An alternative way is to have three projects, one as your web site project, and two other class library (DLL) type projects one in C# and the other in VB, then reference them as you need in each project.
Not only this simply solves your problem, but also is a better approach if your class codes are too much, you can gain faster compile and run times in your web site project if you select to build your DLL's manually when ever you change them.
Main Topics
Browse All Topics





by: kGeniusPosted on 2009-08-15 at 04:59:53ID: 25105074
Do you reference to the VbCode project in your CSCode project? (Right-click the project and choose "Add Reference...")