Sometimes (way too often) you'll come across an error when developing ASP.NET applications. Here are the symptoms: one minute you're coding/debugging/testing no problem. Next minute, you get the dreaded yellow, white and red unhandled exception screen. The page is entitled Configuration Error and the highlighted line says:
The parser error is Access is denied: '[some assembly]'. Having struggled against this insidious beast time and time again, I am pleased to announce that I stumbled upon a solution in the Infragistics Knowledge Base while Googling for a solution! Seems that the Indexing Service isn't playing nice with the Temporary ASP.NET Assemblies.
Check out the work-arounds here.
Posted by Christian at June 12, 2004 10:54 PM |