472,958 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 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 11205

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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.