Every once in a while when I build and debug a Web application with VS.NET, I get the following error when the web.config is being parsed... I've found out that this has to do with Index Server building an index for the .config file (or something like that) and if I turn indexing off on my dev machine, the error goes away. Since this was an obscure fix, I thought I'd share it!
-Brendan
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: [some message]
Source Error:
Line 329: type="Microsoft.VJSharp.VJSharpCodeProvider, VJSharpCodeProvider, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></compilers> Line 330: <assemblies> Line 331:<!-- Line 332:BEGIN section inserted by Device Update 2 installer. Line 333:--> |
Posted
01-16-2004 8:44 AM
by
Brendan Tompkins