InstallUtil and C++ managed extensions issue.

  • Thread starter Thread starter Jean-Francois Hamelin
  • Start date Start date
J

Jean-Francois Hamelin

Hi,

I have a VC++ console application compile with VS 2003 .NET that uses the
managed extensions, I did add an installer class and override the Install
and Uninstall method, when I run it with installutil to test it, I always
received the following exception:

Exception occurred while initializing the installation:
System.IO.FileLoadException: Unverifiable image 'consoleapplication1.exe'
can not be run..

Can someone tell me with this exception?

Thanks
JF
 
Back
Top