|
#1
|
|||
|
|||
|
UnRegister .Net Component
Hi All,
I have a component, which is registere for COM Interop using the Configuration Properties. I implemented the RegisterFunction and UnRegisterFunction Fucntions in one of my class. Now I would like to unregister this Component Tried the regsvr32, but it could ot find the DLLRegisterServer/DLLUnRegisterServer entry points. Any clue on how to unregister this component. TIA - Jaideep |
|
#2
|
|||
|
|||
|
Jaideep: Did you mark your Register- and UnRegisterFunctions with the ComRegisterFunction and ComUnregisterFunction attributes? See http://my.execpc.com/~gopalan/dotnet...oteserver.html for more information.
-- Phil Weber |
|
#3
|
|||
|
|||
|
Found the Solution
BTW, Phil I was using the attributes
The solution I found was to use the regasm instead of regsvr32 Thanks - Jaideep |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|