hi everybody,
i am working on register sqldmo dll but not registered on 2003 server.
error=C:\Document and Settings\Administrator\......\Interop.SQLDMO.dl was loaded,but the DllRegisterServer entry point was not found.
This file can not be registered.
What can i do
thx

Interop.SQLDMO.dll Problem
Matt Falzon
pvulcan
darkwarrior0404
Toni Greco
ok me too calling to COM with methods.
working in my local.but not working on server.and was a error.
and not working COM object when i calling to COM object(SQLDMO.dll)
can i do
Dakota03
Try forcing .NET to run in 32-bit mode. Project + properties, Build tab, Platform target. Change it from "Any CPU" to "x86". Do the same for the Release configuration.
Jarrado
a.d.m
I'm getting the same exact error when referencing the SQLDMO. Here are a few more details. I've created a very simple project in Visual Studio .NET 2003 and created the exact same project in Visual Studio .NET 2005. In VS.NET 2003 it works fine. In VS.NET 2005 I get the "Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154" error.
The project I've created has a reference to the Microsoft SQLDMO 8.0 COM component, a form with a button, and one line of code in the button's click event. The line of code is:
Dim oSQLServer As New SQLDMO.SQLServer
When this line runs in 2005 I get the error, when it runs in 2003 it works fine. I'm running this on the same XP64 workstation and I'm trying to connect to a SQL 2000 database running service pack 4.
Any ideas
Thanks
SQLServer2050
when program running is a error =
Retrieving the COM class factory for compnent with CLSID{10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error:80040154