I have a Silverlight/ASP hosted app. When I start, I get the error:
HttpException occurred
File does not exist.
This just started happening yesterday, and I have no idea why. It’s not even getting to my code, just internal calls starting with WebHost.Host.ProcessRequest.
Running VS2010, the app is .NET 4.0
I would appreciate any help- I have real bugs to fix ASAP!
Cheers,
Daniel
Got it, and here’s how:
Next just need to fix the project by making sure the image is treated as content. Still, such a slog to find an obvious and common error.