On 22.4.2006 16:27 Charles Urbina wrote:
have included in my project's bin the Firebird client dll.
If you're not using some design time support, this is working - i'm doing this exactly like that.
If you're using some design time features, i.e. using SqlDataSource in desing, etc. you have to add (the best way is) install Firebird .NET provider into GAC and add reference into machine.config. This is the cleaner solution.
But you can also place this info into web.config file and place dll into site's bin dir, but this will be used only for this webapp, not only for the whole server.
If you want, I'll prepare some step by step example on my blog. -- Jiri Cincura http://www.cincura.net/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
