Debugging a ClickOnce deployed application

T

Tom Jones

ClickOnce deployment appears to install applications on the local machine
using an obfuscated location. I have an application that contances Trace
statements that can be turned on by setting a TraceSwitch level in the
config file... but here is the problem... I can't find the config file when
a remote user is having a problem.

Any suggestions on how to handle this?
 
M

Mel

Have your program show you the application.path, either as an option off the
menu, about screen or control key combination.
 
T

Tom Jones

Excellent suggestion... thanks.

Mel said:
Have your program show you the application.path, either as an option off
the menu, about screen or control key combination.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top