debugging c# silverlight projects from vb web application
- by dave lowe
Hi,
I have a problem whereby I cannot debug a c# silverlight application project that is hosted from within a visual basic web application. I add breakpoints to the main App constructor and the symbols are loaded ok but my breakpoints are never hit. I have concluded that it is a vb/c# interop problem as to test i did the following.
Created a new c# web application project
Added a c# silverlight application
Added a new vb web application project
Added references to the silverlight project from both web apps
set a breakpoint in App.xaml.cs constructor
if i run the c# webapp the break points are hit whereas if i run the vb webapp they are not.
has anyone come across this before or can anyone suggest a solution please?
Many Thanks