install mysqldirect .net on web server ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
csetzkorn
Posts: 8
Joined: Tue 03 May 2005 12:02

install mysqldirect .net on web server ?

Post by csetzkorn » Mon 12 Sep 2005 09:46

What is actually required to get mysqldirect .net running on a third party web server? Do the ISP people need to install it on the server?

I just put the CoreLab.MySql.dll in the bin folder of the asp.net web application. Unfortunately, I recently get the error message:

System.IO.FileLoadException: Access is denied: 'CoreLab.MySql'.

Do they have to change the access rights for this file?

Serious

Post by Serious » Mon 12 Sep 2005 10:10

According to error message, .NET runtime found assembly, so you installed it correctly. You don't need to install it in GAC.
Contact with your ISP to check web server configuration.

csetzkorn
Posts: 8
Joined: Tue 03 May 2005 12:02

install mysqldirect .net on web server ?

Post by csetzkorn » Mon 12 Sep 2005 10:14

could you please provide me with more details regarding the 'web server configuration'

I am working on this for a while now and they had already changed 'something' which caused other problems.

[/img]

Serious

Post by Serious » Mon 12 Sep 2005 11:17

I am not professional in this area of khowledge, so I cannot give you advices in web server administration.

It is better for you to make a request to people who earn on this.

Guest

System.IO.FileLoadException: Access is denied: 'CoreLab.MySql'

Post by Guest » Wed 28 Sep 2005 14:23

I have the same error. does anyone know what the third party isp has to set so that this can work. If so could you mention it cause this is driving me nuts now.

Post Reply