S
Sahil Malik
Fairly simple question !!!
The title says it all. But here is a further description -
I have a software that expects a COM DLL. Due to certain requirements we
have to create a .NET assembly instead.
I know we can do RegAsm, but the way we have to "load" this assembly into
another program is that ... the other program calls DllRegisterServer on it
directly - (regsvr32 equivalent).
So my question is - How can we fake a .NET assembly so that regsvr32.exe
thinks it is indeed a COM DLL and we use it VIA RegSvr32 and not RegAsm.exe.
Regards,
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
http://blogs.apress.com/authors.php?author=Sahil Malik
The title says it all. But here is a further description -
I have a software that expects a COM DLL. Due to certain requirements we
have to create a .NET assembly instead.
I know we can do RegAsm, but the way we have to "load" this assembly into
another program is that ... the other program calls DllRegisterServer on it
directly - (regsvr32 equivalent).
So my question is - How can we fake a .NET assembly so that regsvr32.exe
thinks it is indeed a COM DLL and we use it VIA RegSvr32 and not RegAsm.exe.
Regards,
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
http://blogs.apress.com/authors.php?author=Sahil Malik