Debug-Assembly in other Language

  • Thread starter Thread starter Jazper
  • Start date Start date
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
 
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.
 
Back
Top