Deployment Issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
gus
Posts: 1
Joined: Tue 28 Aug 2007 23:00

Deployment Issue

Post by gus » Tue 28 Aug 2007 23:05

Hi, I'm trying to install my .net app (aspx) in a shared hosting (I'm using corelab 3.55). The problem is that due is a shared server I cannot run the corelab installer and because of that it fails to load the corelab's assembly.

Is there a workaround for scenarios like mine? Or my only choice is to buy a dedicate server?

Thanks in advance,

Gus.

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

Post by Alexey » Wed 29 Aug 2007 06:38

Try to add the following section into your web.config file:

Code: Select all

  
    
      
      
    
  
CoreLab.* assemblies should be placed into the Bin folder of your app.

Post Reply