Guillermo Hdez Posted December 28, 2003 Posted December 28, 2003 Please, I need help, I have problem to register sqldmo.dll, my web app works perfectly on my IIS, but I need to deploy the app into a different PC. I transfered my web app via ftp, of course, includinf \bin directory, but it does not work, do I need to register manually sqldmo.dll or interop.sqldmo.dll? Thanks in advance Guillermo Quote
bungpeng Posted December 29, 2003 Posted December 29, 2003 What is the error message? For .NET application, it required the project folder set as "application" in IIS. And this normally cause the problem when user try to deploy it in third party hosting. Because normally they just creata a root folder for you and this root folder is "application" folder in IIS. So when you copy your .NET application folder project in this root folder, it become sub folder and cause the problem. Quote
*Gurus* Derek Stone Posted December 29, 2003 *Gurus* Posted December 29, 2003 You'll need to copy and register sqldmo.dll to the host. Register it by launching a command prompt (on said server) and type "regsvr32 <path>\sqldmo.dll". Quote Posting Guidelines
Guillermo Hdez Posted December 30, 2003 Author Posted December 30, 2003 Ok, I agree to register the sqldmo.dll in the client PC, but what about the interop.sqldmo.dll that is in the \bin directory? should I register interop.sqldmo.dll instead of sqldmo.dll? I think the either interop.sqldmo.dll or sqldmo.dll should be in the \bin directory anyway, right Thanks Quote
*Gurus* Derek Stone Posted December 30, 2003 *Gurus* Posted December 30, 2003 Interop.sqldmo.dll is a .NET assembly and can not be registered. It just needs to be copied. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.