I'm building an ASP.NET MVC 2 site with Visual Studio 2010 Beta 2.
Out of nowhere none of my images or css started showing up. If I navigate directly to the resources in the browser I see this exception message:
Specified argument was out of the range of valid values. Parameter name: utcDate
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: utcDate]
System.Web.HttpCachePolicy.UtcSetLastModified(DateTime utcDate) +3038942
System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath) +1130 System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +347
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8683736 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
Some Notes:
Already tried restarting vs 2010, closing all the webserver instances, restarting IIS.