debugging c# silverlight projects from vb web application

Posted by dave lowe on Stack Overflow See other posts from Stack Overflow or by dave lowe
Published on 2009-11-12T10:06:20Z Indexed on 2010/06/15 14:02 UTC
Read the original article Hit count: 187

Filed under:
|
|
|

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.

  1. Created a new c# web application project
  2. Added a c# silverlight application
  3. Added a new vb web application project
  4. Added references to the silverlight project from both web apps
  5. 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

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight