Problem with deployment on remote server (Works fine on development platform)
Posted: Wed 01 Aug 2007 18:01
Getting the following error when deploying to a remote IIS server:
Unable to find the requested .Net Framework Data Provider. It may not be installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
I have installed the following files in the Bin directory under the application:
App_Licenses.dll
CoreLab.Data.dll
CoreLab.MySql.Addin.dll
CoreLab.MySql.Design.dll
CoreLab.MySql.dll
CoreLab.MySql.Vs.dll
CoreLab.MySql.Web.dll
I have the following declaration in my ASP.net application file:
All runs well on Visual Studio IDE locally. I'm sure it's simple to fix....HELP!
Thanks,
Gary
Unable to find the requested .Net Framework Data Provider. It may not be installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
I have installed the following files in the Bin directory under the application:
App_Licenses.dll
CoreLab.Data.dll
CoreLab.MySql.Addin.dll
CoreLab.MySql.Design.dll
CoreLab.MySql.dll
CoreLab.MySql.Vs.dll
CoreLab.MySql.Web.dll
I have the following declaration in my ASP.net application file:
All runs well on Visual Studio IDE locally. I'm sure it's simple to fix....HELP!
Thanks,
Gary