Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...