G
Guest
Ok guys, here is what I have.
I have a web app that is writing in ASP.NET/C# that uses this DLL.
It works fine on <ServerONE>. The webapp has a reference to IADSTOOLS.exe.
I have to transfer the code to <ServerTWO>, which I have done.
<ServerTWO> is a Windows 2k3 DC, but I don't think that has anything to do
with this.
I used regsvr32.exe on <ServerTWO> to register the IADSTOOLS.DLL on that
machine. But when I try to reference that COM object, I get the error message
"COM object with CLSID {some GUID} is either not valid or not registered"
When I get the CLSID key in the registery of <ServerTWO>, I can find the
IADSTOOLS.DLL, but it ha sa different CLSID then the one in the error.
At this point, I am not sure what to do to fix this error.
Anyone have any ideas.
I have a web app that is writing in ASP.NET/C# that uses this DLL.
It works fine on <ServerONE>. The webapp has a reference to IADSTOOLS.exe.
I have to transfer the code to <ServerTWO>, which I have done.
<ServerTWO> is a Windows 2k3 DC, but I don't think that has anything to do
with this.
I used regsvr32.exe on <ServerTWO> to register the IADSTOOLS.DLL on that
machine. But when I try to reference that COM object, I get the error message
"COM object with CLSID {some GUID} is either not valid or not registered"
When I get the CLSID key in the registery of <ServerTWO>, I can find the
IADSTOOLS.DLL, but it ha sa different CLSID then the one in the error.
At this point, I am not sure what to do to fix this error.
Anyone have any ideas.