When I start up our rather large silverlight application it takes ages to start. This is because it compiles everything again every time I start up.
It does this even if it is just compiled everything.
The project is using RIA services as well which I realise contributes to this.
Is there any way to make startup faster?
If nothing has changed, then I often use “attach to process” to hook into the silverlight app to debug it.