What files are required to run my EXE?

  • Thread starter Thread starter Geoff Callaghan
  • Start date Start date
G

Geoff Callaghan

I have a program that is almost finished. My problem is that I can only seem
to get it to run through the Visual Studio connection. This program needs to
run itself when the machine reboots. However, when I reboot the machine, the
program will not run under any circumstances. The most annoying part is that
it doesn't give you any clue as to why. You'd think it would at least tell
you what file it was missing.

I'm sure I am missing a DLL or something, but I've tried copying the ones
the program references into the same directory as the executable and still
nothing. I'm about a day away from trying to install this program; please
help!
 
it is a WinCE armV4t type device, running a reasonably simple program. I
have installed the cab files necessary, and even then the program will not
run. If I deploy through Visual Studio, it runs fine in the debug mode, and
will also run independently on the machine...but once I reboot the machine,
it will not run.

I've got an earlier version of the OS that does not exhibit this problem,
but it claims that my newer program is using a newer version of Compact
Framework. Is there any way to revert my program to that earlier framework?
I need to get something working today.
 
Back
Top