RegSvr32 failed
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
-
Hi You just copy your dll file "AuthEngineCOM.dll" and paste it into C:\\WINDOWS\System32\ After that try Run->regsvr32 AuthEngineCOM.dll bye
Hi, I have Visual Studio 2005 and my regsvr32 also fails with the message "testdll.dll was loaded, but the DllRegisterServer was not found". I have copied it to the Windows/System32 folder as well. Kindly help me out here. Thanks
-
Hi, I have Visual Studio 2005 and my regsvr32 also fails with the message "testdll.dll was loaded, but the DllRegisterServer was not found". I have copied it to the Windows/System32 folder as well. Kindly help me out here. Thanks
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
-
Hi, I have Visual Studio 2005 and my regsvr32 also fails with the message "testdll.dll was loaded, but the DllRegisterServer was not found". I have copied it to the Windows/System32 folder as well. Kindly help me out here. Thanks
DllRegisterServer is one of the key function that needs to be implemented in a COM server (.DLL). This function needs to be exported from this DLL. Please check if you have exported this function from your DLL. Also, you can use Dependency Walker[^] to see the dependencies of your DLL as well the functions that are exported. I hope this helps. Let me know if you need more information.
S o h a i l K a d i w a l a
To Err Is Human; to Debug, Divine -
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William
Hi I think the problem is the COM (dll) dependencies, maybe your COM has references to another dll that doesn't not exist in target pc. You can see referencias with Dependency Walker (Visual Studio Tools) David Leyva
-
Please help me. My problem is that I developed a COM component. I can use REGSVR32 c:\COMDLL\AuthEngineCOM.dll to register the COM in a computer which has Microsoft Visual Studio .NET 2003. But when I use REGSVR32 c:\COMDLL\AuthEngineCOM.dll in a computer without Microsoft Visual Studio .NET a error appear: LoadLibrary ("c:\COMDLL\AuthEngineCOM.dll") failed - The specified can not be found. Could somebody tell me which dependence that I missing? Thanks, William
William