COM OBJECT WITH CLSID... IS EITHER NOT VALID OR NOT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing an application works with SQL Server.
I've installed MSDE in my PC. When I run it on my PC everything works fine,
but when i try to run the application in another PC (Win XPP) this error
message appears: COM OBJECT WITH CLSID... IS EITHER NOT VALID OR NOT
REGISTERED
I need Interop.SQLDMO.dll to list all available SQL Servers in the lan, and
in a PC without MSDE i'm not able to register it... I tryed with regsvr32
without good results.

Any help about how register this dll will be appreciated...
many thanks
nq
 
Hi,

You do not need to register Interop files because it is a .NET one. If you
have it on a client PC in a same folder where application is, then it should
work in a case if COM-based SQL DMO library is registered and this is
probably not the case
 
Back
Top