I am trying to setup Remote Debugging on one of our internal systems as there is a Function in class library that keeps failing for our users but not me. I have the Folder Share to my Remote Debugger folder set up and I can attach to the process on there machine but I get the following message --> The following module was built either with optimizations enabled or without debug information: ....
How do I satisfy this requirement? I checked and Optimizations is not enabled but how do I get the pdb(??) file to the user when using ClickOnce
? Is that even my issue?