Windows Server 2008 and com objects

Posted by Marthin on Stack Overflow See other posts from Stack Overflow or by Marthin
Published on 2009-12-22T11:18:13Z Indexed on 2010/05/09 21:58 UTC
Read the original article Hit count: 336

Hi, im moving a Dll (built in c++) from windows 2000 server to a 2008 server but im have some trouble to register it. In 2000 all you normaly have to do is a "regsrv32 name.dll" but this will not work in 2008 because you get a pointer error, iv also tried to use "gacutil /i name.dll" because someone told me this might work, but it didnt. So, im kind of desperate, is there anyone that have some solution to how i can get this c++ dll to work in 2000 server so that i can access it from an old classic asp page.

EDIT: This is the error when running regsrv: " The module "name.dll" was loaded but the entry-point DllRegisterServer was not found.

Make sure that "name.dll" is a valid DLL or OCX file and then try again. "

Note that i cant edit the dll file in anyway =(

Best Regards Marthin

© Stack Overflow or respective owner

Related posts about asp-classic

Related posts about com