vote up 3 vote down star

I read somewhere that config data is stored under user account->Local Settings->Application data, but can't find where the dlls, exes and resource files are going.

I know ClickOnce uses an application store and a data directory to store its application data, but are these accessible to the client? Are they browseable?

flag

2 Answers

vote up 2 vote down check

The dlls exes etc are all stored in the same folder. On my machine the root for each app is:

C:\Users\Robin\AppData\Local\Apps...

You can of course browse these with explorer...

link|flag
thanks. i was being retarded. the path ...Apps\2.0\3NAG6TP8.1YV\84QN2WN6.4C3\ threw me off – codeburns Feb 5 at 10:44
vote up 1 vote down

On XP it is

c:\Documents and Settings\UserName(Sometimes called "Owner")\Local Settings\Apps\2.0\

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.