vote up 1 vote down star

I have problem to debug a simple Silverlight 2 application with Visual Studio 2008 SP 1. Sometimes, I could debug the Page.cs code and sometimes not. I have a web application, which hosts the silverlight .xap files.

Deleting the .xap files from ClientBin Directory and rebuilding works sporadic but not reliable.

I am frustrated.

flag

58% accept rate

3 Answers

vote up 2 vote down check

I see it frequently, too. What works always for me is to go to Web project property page, tab 'Silverlight Applications', delete the app and add it again. That seems to help 100% (ugly workaround, but...)

link|flag
Thank you: Ugly but 100% is good enough for me. – ChaosSpeeder Feb 21 at 19:29
vote up 0 vote down

I use Chrome for debugging my Silverlight application without problems.

The only trick is that visual studio attaches itself to the wrong Chrome process when lauching the application. This could be solved easily after launching the application by choosing in visual studio Tools->Attach to Process -> (select the Chrome process that has "Silverlight" specified in its Type column, for me it is "Silverlight, x86")->Attach

Refreshing the application in Chrome should make the breakpoints hit in Visual Studio.

link|flag
vote up 0 vote down

I found one very silly issue from myself: I have chosen Chrome as my standard browser. This is not the ideal browser, to develop silverlight apps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.