dll registration
-
i tried registering a dll,it resulted in the following error "the library was loaded,but the DllregisterServer entry point was not found . this file can not be registered" can anyone tell me what the problem is and how to rectify this problem ?
-
i tried registering a dll,it resulted in the following error "the library was loaded,but the DllregisterServer entry point was not found . this file can not be registered" can anyone tell me what the problem is and how to rectify this problem ?
You do know that's for COM DLLs, right?
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
i tried registering a dll,it resulted in the following error "the library was loaded,but the DllregisterServer entry point was not found . this file can not be registered" can anyone tell me what the problem is and how to rectify this problem ?
-
i tried registering a dll,it resulted in the following error "the library was loaded,but the DllregisterServer entry point was not found . this file can not be registered" can anyone tell me what the problem is and how to rectify this problem ?
-
i tried registering a dll,it resulted in the following error "the library was loaded,but the DllregisterServer entry point was not found . this file can not be registered" can anyone tell me what the problem is and how to rectify this problem ?
It means you are trying to use regsvr32 to register a dll. There are two things to consider here: 1. In .NET, assemblies are registered using Regasm. 2. This error can occur if the DLL is not a COM dll.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
It means you are trying to use regsvr32 to register a dll. There are two things to consider here: 1. In .NET, assemblies are registered using Regasm. 2. This error can occur if the DLL is not a COM dll.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
Pete O'Hanlon wrote:
Regasm
I thought that was the result of a second... ummm... a subsequent... errrr... well, you know. :)
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
Pete O'Hanlon wrote:
Regasm
I thought that was the result of a second... ummm... a subsequent... errrr... well, you know. :)
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001You have a very mucky mind. You remind me of someone... oh wait, it's me.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Pete O'Hanlon wrote:
Regasm
I thought that was the result of a second... ummm... a subsequent... errrr... well, you know. :)
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001:laugh:
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns Help humanity, join the CodeProject grid computing team here