I have an application that I have finally migrated from VB 2003 to VB 2010 (and .NET 1.1 to .NET 4.0). The application has been debugged and scrubbed for some things it did not like with the migration and finally compiles correctly. After searching around for how to create the deployment package and include your own files with the installation, I got the publish to work and understand where it is putting things now with the ClickOnce approach. If I deploy the install package locally to my development machine, the application executes as expected. However, I just tried to deploy it to a client machine and I get the error that "A problem cause the program to stop working...". So, I put a simple message box as the very first step in the main() subroutine expecting to be able to get some feedback, but again it does not even show this. Any ideas how to determine what is going wrong? Thanks in advance.
Hume
Hume