Why do I get dozens of warnings in VS2005 concerning my Web.Config file?
It starts with:
"Could not find schema information for the element http://schemas.microsoft.com/.NetConfiguration/v2.0"
And then I have a bunch of others.
Everything is fine in my Web.Config file.
How to get rid of this warnings?
Thanks,
MiguelCan you print the web.config?
Is the ASP.NET version of that website set to 2.0.xxxx?
Hi,
Get rid of the schema info stuff... (remnants of the beta version). You will also have more options on the intelisence pop up menu after doing so.
The configuration tag should be
<configuration>.
HTH,
Orry.
Solved!
Thanks,
Miguel
0 comments:
Post a Comment