Link to home
Start Free TrialLog in
Avatar of mmexchange
mmexchange

asked on

Silverlight cache problem

I'm working on a web app, using Silverlight 2.2 (VS2008, C#)

I haven't found what causes it, but evey once in a while, during development (debugging) I get an error when my Silverlight page loads (using debugging through VS2008 - IE Browser V7)...

Sys.InvalidOperationException: InitializeError error #2103 in control 'Xaml1': Invalid or malformed application: Check manifest

All I have to do to resolve the error, is to clear my browser (IE) cache, then everything works okay.
What code (and where) can I use to prevent this error?
ASKER CERTIFIED SOLUTION
Avatar of mmexchange
mmexchange

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial