Hi leon, > I publish it with the Deployment and it works out on my server. > (http://www.zaks.net/test2005/webform1.aspx) > I have these files in the \bin directory - > Borland.Data.Common.dll > Borland.Data.Mssql.dll > Borland.Data.Provider.dll > Borland.Data.Web.dll > Borland.Delphi.dll > WebApplication1.dll > > I have another machine with Delphi 2006 running. I do just as above, it runs > locallay with Cassini.
Note that Cassini just uses the assemblies on your local machine. Testing with Cassini also runs as your own account on Windows (therefore, I never even bother to test with Cassini, since it doesn't tell you much). > I deploy it out to my server running iis, same as above, Do you deploy the Delphi 2006 versions of the assemblies you listed above? Or still the Delphi 2005 versions of these assemblies? (I think you did, since the error message indicates the use of the ConnectionPool, but just in case, check to make sure all of the assemblies are the Delphi 2006 editions)... > but it says it's unable to load dll (bdpmss25.dll) I see. Did you also deploy the bdpmss25.dll ? The error message seems to indicate it still can't find it. Note that there are files with similar names, like bdpmys25.dll and bdpmsa25.dll > I did searches for bdpmss25.dll and have not been able to find anything. See http://www.drbob42.com/examines/examin66.htm for details regarding deployment using Delphi 2005. For Delphi 2006, I've covered this is my courseware manuals, but will also come up with an article on my website (might take a little while). If you use the Deployment Manager, and right-click on it, you can add the Assembly References as well as External Files. Take care to select the bdpmss25.dll and the Borland.Data.Mssql.dll and all should be well... > Leon ... Groetjes, Bob Swart -- Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi Delphi 2005/2006 courseware manuals @ http://www.eBob42.com/courseware Blog: http://www.drbob42.com/blog - RSS: http://drbob42.com/weblog.xml __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
