Parser Error Message: Child nodes not allowed.
-
Hi Everyone I have an application that is running fine on my development and QA environment but it's giving me problems on production. I get an error "Child nodes not allowed" on thi sline "<providerOption name="CompilerVersion" value="v3.5"/>;" Parser Error Message: Child nodes not allowed. Line 126: compilers Line 127: compiler language="c#;cs;csharp" extension=".cs" warninglevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Line 128: provideroption name="CompilerVersion" value="v3.5" Line 129: provideroption name="WarnAsError" value="false" Line 130: compiler So I would like assistance at what is the cause and how to solve this problem. Thank you Mpumelelo Khuzwayo
MP