xmlns Issue in ASP.NET 2.0 Website Programming
I am reading :( Problem - Design - Solution. In Chapter 3 on page 102, the xmlns attribute of the element in the web.config file causes a build information message in Visual Studio 2005. The xmlns is "http://schemas.microsoft.com/.NetConfiguration/v2.0. I am using a file based implementation as per the suggestion in Chapter 2. My PC has both .NET 1.1 & .NET 2.0 on it. Why is this occurring?
mhardiman
|