I'm experiencing two intermittent problems with Silverlight 3.0, running on Windows 7 with Visual Studio 2008 Standard edition.
My breakpoints will often not be hit, saying that no symbols have been loaded. Often times I can fix this if I stop debugging and try again once or twice. It seems completely random.
Infrequently, my project will get stuck in a state where the Silverlight loading symbol will show 100%, and nothing else happens. It just shows that little circle animation, and my project doesn't start, nor do any breakpoints get hit, again saying no symbols have been loaded. Stopping all browser and ASP.Net development server instances does not help. To fix it the first time I had to reboot the computer, and even then it took one or two run attempts to get it back. I'm about to try that, as right now I'm stuck in the second occurrence.
I just downloaded and installed Silverlight 3.0 today, as Visual Studio did not list any Silverlight project templates. First I got the Silverlight SDK, and when no templates showed up, I installed the "Silverlight Tools".
My project is a "Silverlight Application', and when prompted I left the selected ASP.NET Silverlight Application setting (as opposed to an ASP.NET Silverlight Web Site).
Also, I don't seem to have a designer preview window. I don't know if that's related or not.
I'll provide more information as needed.
Update: I tried uninstalling and re-installing Silverlight and the SDK. That didn't help. Nor did creating a new project, selecting web site, and copying my old code in. I was, however, able to get a brand new project, without my old code, to get past the 100% thing, but I don't really see what's wrong with my old code. I'm not really doing anything complex or anything. I'll see if I can find out more, but it'll be rough without a debugger.
Update 2 I think I have it working again. I commented out the main body of code, and re-ran, which worked. Then I put the code back in, and instead of it just sitting at 100%, I got an exception, which I can track down. I don't know if my re-install has fixed my breakpoints or not. I'll report back if it has.