Quote Originally Posted by jmcilhinney View Post
You don't open the file. As I have already said, just deploy it with the EXE. If you open the Publish page of the project properties then you can configure things like what files get included in the publish. I don;t have Express but, in VS, I clicked the Application Files button and checked the Show All Files box and I could then include the PDB.
Sorry for the late reply and thank you for your help so far.

Ok, I see where to include the pdb file within the publish and have now enabled that. From what I understand this will now provide me with stack trace info, correct? Does that mean that my original code will now work fully?

Going a couple of steps forward, what would be the easiest way to have these unhandled errors send to me in a full email report? Do you have any examples or links I can have a look through?