|
From: meubanks <meu...@id...> - 2011-10-03 22:03:52
|
I have a web application that I have completed and I am now trying to deploy it onto a Windows 7 machine. IIS is setup and ready but when I try to access the web site I get this message: "Unable to find the requested .Net Framework Data Provider. It may not be installed." The Error Source section shows the code where I first attempt to access the Firebird Database. The app works fine on my machine where I have installed the .Net provider and the DDEX provider for Visual Studio 2010 but I cannot find any deployment instructions. :( There is no Visual Studio installed on this machine, and no gacutil.exe. I installed the the .Net Provider and copied the FirebirdSQL.Data.FirebirdClient.dll to my web app's bin directory and updated the Web.config with the new location of the database. What do I need to do to get this working? Using 2.6.5 .net provider with entity framework and Firebird 2.5 64bit and Windows 7. Thanks, Michael -- View this message in context: http://firebird.1100200.n4.nabble.com/Deploy-Unable-to-find-the-requested-Net-Framework-Data-Provider-tp3869191p3869191.html Sent from the firebird-net-provider mailing list archive at Nabble.com. |
|
From: Jiri C. <di...@ci...> - 2011-10-04 08:02:49
|
On Tue, Oct 4, 2011 at 12:03 AM, meubanks <meu...@id...> wrote: > I have a web application that I have completed and I am now trying to deploy > it onto a Windows 7 machine. IIS is setup and ready but when I try to access > the web site I get this message: "Unable to find the requested .Net > Framework Data Provider. It may not be installed." The Error Source section > shows the code where I first attempt to access the Firebird Database. The > app works fine on my machine where I have installed the .Net provider and > the DDEX provider for Visual Studio 2010 but I cannot find any deployment > instructions. :( There is no Visual Studio installed on this machine, and > no gacutil.exe. I installed the the .Net Provider and copied the > FirebirdSQL.Data.FirebirdClient.dll to my web app's bin directory and > updated the Web.config with the new location of the database. What do I need > to do to get this working? Using 2.6.5 .net provider with entity framework > and Firebird 2.5 64bit and Windows 7. Probably http://blog.cincura.net/7975-deploying-the-asp-net-application-which-is-using-firebird-net-data-provider-with-design-time-support/ . -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com |
|
From: meubanks <meu...@id...> - 2011-10-10 12:58:31
|
Your link fixed by problem... Thanks. Michael -- View this message in context: http://firebird.1100200.n4.nabble.com/Deploy-Unable-to-find-the-requested-Net-Framework-Data-Provider-tp3869191p3890135.html Sent from the firebird-net-provider mailing list archive at Nabble.com. |
|
From: mateuslisot <mat...@gm...> - 2013-02-19 18:40:01
|
hello michael and Jiri Cincura, I am facing the same problem that Michael explained. The .Net provider works with the visual studio 2010, but dont work on the IIS. I tried to access the link that solved your problem, but it is not working. Can you please explain what was the solution ? Mateus -- View this message in context: http://firebird.1100200.n4.nabble.com/Deploy-Unable-to-find-the-requested-Net-Framework-Data-Provider-tp3869191p4632858.html Sent from the firebird-net-provider mailing list archive at Nabble.com. |
|
From: Jiri C. <di...@ci...> - 2013-02-20 18:47:27
|
On Tue, Feb 19, 2013 at 7:39 PM, mateuslisot <mat...@gm...> wrote:
> I tried to access the link that solved your problem, but it is not working.
Blog should be back online now.
--
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com
|