473,287 Members | 1,659 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,287 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 11243

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: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.