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.)