When deploying my Silverlight application, everything works until the screen turns black (shortly before the application starts loading), and Visual Studio reaches the "Run the user interface task" part. Visual Studio then does not respond for 60-90 seconds, during which the screen remains black.
Finally, Visual Studio will start responding again, the splash screen will load, and the application will start. However, it freezes again when I press the Stop button, this time longer. It does this when deployed on the device and in the emulator, and it does this only for this application (other projects deploy just fine).
It also does not freeze when I build without deployment. Cleaning and restoration of the solution is not affected.
I am using Visual Studio 2010 SP1 (version 10.0.40219.1 SP1Rel). If you think that I am lacking any useful information, please let me know.
source share