C
Ching-Lung
Hi,
I am developing a C# win app that has a reference to
MSHTML.dll but I don't want to include
Microsoft.mshtml.dll in my installer because it's too big
(~7.8MB).
So, I am trying to register MSHTML.dll (in SYSTME32) into
GAC. Unfortunately, it keeps complaining: "Failure
adding assembly to the cache: An attempt was made to load
a program with an incorrect format."
What's format does it complain about? Or simply, how do
I register MSHTML.dll into GAC?
Please help, thanks!
-CL
I am developing a C# win app that has a reference to
MSHTML.dll but I don't want to include
Microsoft.mshtml.dll in my installer because it's too big
(~7.8MB).
So, I am trying to register MSHTML.dll (in SYSTME32) into
GAC. Unfortunately, it keeps complaining: "Failure
adding assembly to the cache: An attempt was made to load
a program with an incorrect format."
What's format does it complain about? Or simply, how do
I register MSHTML.dll into GAC?
Please help, thanks!
-CL