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: 209
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
© Stack Overflow or respective owner