Web.Config xmlns for <configuration>
In Chapter 3, page 102, I get this information message when I build:
Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Documents and Settings\mhardiman\My Documents\Visual Studio 2005\WebSites\TheBeerHouse\Web.config
I have this attribute for the Configuration element:
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"
I am running the application as a file implementation. I have .NET 1.1 and 2.0 on the PC.
Why do I get this message?
mhardiman
|