Visual Studio 2010 Express Multilingual Solutions

I am working on a C # project that needs a VB.NET class library. I added a link to the VB.NET project DLL in the C # project. This works fine, but sometimes I need to debug a VB.NET project or pause the project and check the values โ€‹โ€‹of the variables of my VB.NET project.

Is this possible in Visual Studio 2010 Express Edition?

+5
source share
2 answers

What you can do is save two VisualStudio Express at the same time. One with a C # solution, and the other with a VB solution.

, VB , # ( Debug/Release)

( , ).

, " " Visual Studio, .

, , , : http://stewartr.blogspot.com/2006/09/debugging-nunit-in-visual-studio.html

http://www2.wealth-lab.com/Wiki/kbDebugExpress.ashx

, Nunit .

,

+3

, Visual Studio Express. Express SKU .

+3

All Articles