Debug-Assembly in other Language

J

Jazper

hi

got a foolish question.

- when i add to my csharp-application a debug-compiled-assembly also written
in csharp, i can step into it when debugging my app.
- when i add my debug-compiled-assembly written in csharp to a
vb.net-application, i can't step into the assembly, albeit i have also
installed csharp on this computer.

why?
thanx, cheers, jazper
 
N

Nicholas Paldino [.NET/C# MVP]

Jazper,

Do you have the original source for the VB project. If you have both
projects loaded into the same solution, then you should not have a problem
stepping between the assemblies and the code.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top