October 7, 2008 at 9:08 am
I am getting the following message when i tried to register a dll:
"________.dll was loaded but the dllregisterserver entry point was not found"
i was registering the dll from the command prompt.
is there any other way that i could register the dll?
and any suggestions,
I am using a windows server 2003 enterprise edn x64
October 7, 2008 at 9:14 am
Check out http://support.microsoft.com/kb/249873. It deals with Vista, but the error message is the same. Basically that the dll doesn't exist...
Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
Dllname is not a .dll or .ocx file. For example, typing regsvr32 wjview.exe generates this error message.
October 7, 2008 at 9:39 am
Luke L (10/7/2008)
Check out http://support.microsoft.com/kb/249873. It deals with Vista, but the error message is the same. Basically that the dll doesn't exist...Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
Dllname is not a .dll or .ocx file. For example, typing regsvr32 wjview.exe generates this error message.
thanks for the prompt reply, is there any way to register a .net dll file
October 7, 2008 at 11:19 am
Have a look at this and see if it doesn't help you.
Google is your friend...
http://social.msdn.microsoft.com/Forums/en-US/vbinterop/thread/a8930f04-9f7e-4023-ae25-57a16ec23d9e/
October 8, 2008 at 7:29 am
Luke L (10/7/2008)
Have a look at this and see if it doesn't help you.Google is your friend...
http://social.msdn.microsoft.com/Forums/en-US/vbinterop/thread/a8930f04-9f7e-4023-ae25-57a16ec23d9e/
thanks a lot friend..i was able to register the dll
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply