My application behaves works on one URL but not another. Very confused!!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
geoffHome
Posts: 28
Joined: Tue 09 May 2006 23:55

My application behaves works on one URL but not another. Very confused!!

Post by geoffHome » Tue 12 Dec 2006 02:25

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'CoreLab.MySql' is already present.

This error hasn't occurred before.
I have not got a clue what is happening here.

I can deploy this application to the same host but a different URL and it will work.

Below is the web.config file I'm using:

















































































































***********************************

If then I get the following error.

This application was precompiled with personalization turned off, but it appears to have been turned on after the precompilation, which is not supported.

A well stated set of examples particularly wrt web.config configuration for Roles and Membership would be most helpful!!!!!!!

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 12 Dec 2006 07:34

Please describe in what circimstances the error occurs.
If possible, send us small test project to reproduce it, include definition of
your own database objects.
Use e-mail address provided in the Readme file.
Do not use third party components.

geoffHome
Posts: 28
Joined: Tue 09 May 2006 23:55

What ReadMe file?

Post by geoffHome » Tue 12 Dec 2006 21:02

What ReadMe file?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 13 Dec 2006 12:14

This one:
%ProgramFiles%\CoreLab\MySQLDirect.NET\readme.html

Post Reply