CSLA for Silverlight - Running app from within VS slow startup

CSLA for Silverlight - Running app from within VS slow startup

Old forum URL: forums.lhotka.net/forums/t/6551.aspx


Ash002 posted on Tuesday, March 03, 2009

Hi

Running our Silverlight app from within VS on my machine is slow to startup, ie 25 seconds while VS says "Loading Microsoft.Windows.Controls...". However our other machine isn't getting the problem.

Has anyone else come across this annoyance?

Thanks

Ashley


ajj3085 replied on Wednesday, March 04, 2009

I found that using the PDBs for the framework itself causes this problem.  It's going to the internet for every pdb... I had to disable .net framework source debugging.

Ash002 replied on Wednesday, March 04, 2009

hi, thanks for the reply. I have the options to ommit .net debugging disabled as far as I am aware - "Enable Just My Code" and "Enable .NET Framework source stepping" , and still the delay occurs.

However I found this morning that if I download the Silverlight toolkit with source (http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19172), build and copy the resulting Microsoft.Windows.Controls.dll and Microsoft.Windows.Controls.pdb to our apps Assemblies folder, the problem is sorted. It may not be nessecary to copy in the pdb.


Ashley

Copyright (c) Marimer LLC