Where's interop.sqldmo?

  • Thread starter Thread starter John Dalberg
  • Start date Start date
J

John Dalberg

I have an application that's giving an error during installation.
"Error 1935. An error occured during the installation of assembly
interop.sqldmo, version 8.0.0.0, PublicKeyToken........"

I am not sure what the error is about. I don't know if the app is trying to
install interop.sqldmo or it's not finding interop.sqldmo. Doesn't
interop.sqldmo get installed with the .NET Framework?
Any idea what the error means?

John Dalberg
 
It cannot find SQL DMO on installation.

When you referenced the COM component, you created the Interop in your code.
However, when you created the installation object, SQL DMO wasn't included
(which is correct).

Installing an app that requires SQL DMO on a machine that doesn't have SQL
tools installed on it will always yeild an error like this.

--- Nick
 
It cannot find SQL DMO on installation.

When you referenced the COM component, you created the Interop in your code.
However, when you created the installation object, SQL DMO wasn't included
(which is correct).

Installing an app that requires SQL DMO on a machine that doesn't have SQL
tools installed on it will always yeild an error like this.


I have SQL Server 2000 server installed. I have SQL Query and Enterprise
manager running fine. What is the SQL DMO DLL named that seems to be
missing?

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top