kkonkle
Newcomer
I did some searching on Google and in these forums, but didn't find my issue.
I have a VB.Net Windows Forms program that will run fine out of Visual Studio, but when I build it and try to run it on someone's computer it immediately throws up a windows error and says it needs to close down.
I tried placing some message boxes in the Form Load event to see how far it gets. The first line of the Load event is one of my message boxes, but it doesn't even show that, the program dies before it treis to load my startup form I guess.
So I'm not sure how to trouble-shoot this since I can't even get into the code I've written, it just won't make it that far.
Has anyone seen this before? Any ideas on how I can test or otherwise gather some more info on where/how it's getting an error it doesn't like?
I have a VB.Net Windows Forms program that will run fine out of Visual Studio, but when I build it and try to run it on someone's computer it immediately throws up a windows error and says it needs to close down.
I tried placing some message boxes in the Form Load event to see how far it gets. The first line of the Load event is one of my message boxes, but it doesn't even show that, the program dies before it treis to load my startup form I guess.
So I'm not sure how to trouble-shoot this since I can't even get into the code I've written, it just won't make it that far.
Has anyone seen this before? Any ideas on how I can test or otherwise gather some more info on where/how it's getting an error it doesn't like?