S
STeve
Hi guys ...
I am writing a Windows Service in C++.Net, and have run
into difficulties with installing this successfully using
InstallUtil.exe ...
Exception occurred while initializing the installation:
System.IO.FileLoadException: Unverifiable
image 'my_service.exe' can not be run..
I can post my code here for people to have a look, but was
curious as to whether anybody has or knows of a very
simple C++ .NET Windows Service example, that installs and
uninstalls using InstallUtil.exe successfully ?
I have found many C# and VB.Net examples ... but
specifically need C++.Net example / tutorial. The example
doesn't need to have any functionality, just install /
Uninstall correctly
I was curious as to whether M$ had announced any problems
here, as there dont appear to be any examples ?!?
Any help is much appreciated,
STeve
I am writing a Windows Service in C++.Net, and have run
into difficulties with installing this successfully using
InstallUtil.exe ...
Exception occurred while initializing the installation:
System.IO.FileLoadException: Unverifiable
image 'my_service.exe' can not be run..
I can post my code here for people to have a look, but was
curious as to whether anybody has or knows of a very
simple C++ .NET Windows Service example, that installs and
uninstalls using InstallUtil.exe successfully ?
I have found many C# and VB.Net examples ... but
specifically need C++.Net example / tutorial. The example
doesn't need to have any functionality, just install /
Uninstall correctly
I was curious as to whether M$ had announced any problems
here, as there dont appear to be any examples ?!?
Any help is much appreciated,
STeve