(null) is not a valid win32 app
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I installed my application on a computer and it worked fine for a day. The next day that I double-clicked on the .exe for the app I got this dialog box error message that pops up, ".exe (null) is not a valid win32 application". It's really strange, especially since as I said it worked fine after I initially installed it (i was even able to close it and load it again after installing, not until the next did this occur). I used .net's setup and deployment wizard to package the app, which had worked fine in the past. The only thing i can think of, when i was building the installer, i had a few warnings on the compiler being unable to find some of the dlls. Has anyone seen this occur before? thanks