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?
source
share