Click here to Skip to main content
15,913,055 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I have developed a project in silverlight, whenever i am debubbing its showing me a %,can i remove the loading time.

Thanks,
usha.
Posted

Check this link[^]

But I am not sure that you can completely avoid it. But AFAIK, you can customize the loading screen.
 
Share this answer
 
Try reducing the size of the xap.
Make sure the CopyLocal flag is set to false for dll's that are being loaded twice or more.

If you have just one xap, try breaking them into smaller xap's and load them on demand.

See this answer[^].
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900