473,396 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Could not find schema information

I am creating an intranet using Visual Web Developer Express Edition.
Everything has been working OK until yesterday when I started getting 62
messages all beginning "Could not find schema information for the".

I am using Cassini as the web server on my PCand I can still run my site
from within VWD. Does anyone know what I have done to cause these messages to
appear?

Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:appSettings'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:connectionStrings'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'name'.
Could not find schema information for the attribute 'connectionString'.
Could not find schema information for the attribute 'providerName'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.web'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:roleManager'.
Could not find schema information for the attribute 'enabled'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:compilation'.
Could not find schema information for the attribute 'debug'.
Could not find schema information for the attribute 'strict'.
Could not find schema information for the attribute 'explicit'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:assemblies'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'assembly'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:pages'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:namespaces'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:clear'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'namespace'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:anonymousIdentification'.
Could not find schema information for the attribute 'enabled'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:profile'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:properties'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'name'.
Could not find schema information for the attribute 'type'.
Could not find schema information for the attribute 'allowAnonymous'.
Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'.
Could not find schema information for the attribute 'name'.
Could not find schema information for the attribute 'type'.
Could not find schema information for the attribute 'allowAnonymous'.
--
Derek
Mar 14 '06 #1
0 11246

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mark Constant | last post by:
All I want to do is have a xml file like this <Entertainment> <Movie> <Title>(Title Here)</Title> <Rating>(Rating Here)</Title> </Movie> <Movie> <Title>(Title Here)</Title> <Rating>(Rating...
1
by: Victor Hadianto | last post by:
Hi, I have a simple XSD for example like this: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified">...
1
by: Dan Bass | last post by:
There's an XML message I have, that has no namespace information. Then there is a XSD schema that is must validate against, but this has a targetNamespace and xmlns of...
3
by: Wolfgang Woznik | last post by:
Hello, I have a Client/Server system based on a single generic communication method using XML (as done in MS Project-Server or SharePoint-WebServices). To transfer DataSets I'am using...
1
by: John A Grandy | last post by:
Visual Studio 2005 RC. I create my first ASP.NET 2.0 Web Site at c:\code\my-app , and when I attempt to compile I receive about 30 errors related to the compiler not being able to find schema...
3
by: survivalist | last post by:
I am trying to discover the schema of a PostgreSQL database programatically at runtime. I'm using psycopg (I assume that's still the best library). Is there a way to query the schema other than...
3
by: Neilg | last post by:
Does any know what the messsage "could not find schema information... happens with Visual Studio 2005 and how to fix it? Thanks -- Neil Gott
0
by: jhansen | last post by:
I am getting informational warnings about the following app.config and indicate the following. I am using C# visual studio 2005 and used the Settings.settings to set up my values scoped as...
1
by: amir | last post by:
Hi, When compiling a page in VS2005 this morning I received 101 messages regarding schema problems in my web.config file. When I go to view an aspx page in my IIS, IE just displays a blank...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.