Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / May 2006

Tip: Looking for answers? Try searching our database.

Could not find schema information for the element 'microsoft.web.services3'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mark Wilden - 08 May 2006 19:55 GMT
I'm getting VS messages (not error or warnings) that "Could not find schema
information for the element 'microsoft.web.services3', as well as for the
elements under <microsoft.web.services3>.

I have searched plenty hard, but am unable to find why this is happening.
The project builds and runs fine. It's just annoying.

Has anyone seen this? It seems to me that it just started happening. I did
reinstall WSE 3.0, to no avail.

///ark
Steven Cheng[MSFT] - 09 May 2006 12:57 GMT
Hello Mark,

Thank you for posting.

As for the
============
"Could not find schema
information for the element 'microsoft.web.services3', as well as for the
elements under <microsoft.web.services3>.

==============

error you encountered, it is a purely VS IDE specific design-time behavior.
The VS IDE will validate the .net application's app.config(web.config for
web app) against the "DotnetConfig.xsd" file under the "C:\Program
Files\Microsoft Visual Studio 8\Xml\Schemas" folder. Actually, it will also
validate other configuration file or particular xml document against some
of its built-in schema files. So when we add some our own custom extended
elements, the IDE will report such error since it can not find the
defination of the elements in the built-in schema. However, we do need to
worry about it since that won't affect the application's runtime behavior.

Hope this help clarify this problem.

Regards,

Steven Cheng
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Neilg - 09 May 2006 14:29 GMT
I am getting same warning messages even when using the VS 2005 project settings
for MY.Settings.  If I take same program and try it on colleaques machin it
does not generate the could not find schema messsages.

Is there a fix to this?
Signature

Neil Gott

> Hello Mark,
>
[quoted text clipped - 37 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights
Steven Cheng[MSFT] - 10 May 2006 05:16 GMT
Hi Neil,

for such warning, you can check the built-in schema files in the location I
mentioned "C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas". If the
configuration element doesn't be defined in the certain XSD scheme mapping
to the configure file, VS IDE will report such warning.

Regards,

Steven Cheng
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.