Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When I install my Windows Forms application from a website URL using ClickOnce it is creating 2 new folders rather than the expected 1 folder in the following path...

C:\Users\UsernameABC\AppData\Local\Apps\2.0\xxxxxx\xxxxxx

Folder A is called... abc..tion_783304b0b3cc9a77_0001.0000_53873b5b1073b86f and Folder B is called... abc...exe_783304b0b3cc9a77_0001.0000_none_a7f40ca211c829dc

Folder A has all of the compiled files, rescource files, config files and manifest files

Folder B just has the rescource files, config files and manifest files but no compiled files

I have pasted images of the folders below and the parent folder (Folder C).

Why is it creating two application folders ?

Folder A

Folder B

Folder C - Parent Folder

Thank you in advance.

Will

What I have tried:

I have tried installing from my desktop rather than from a URL. But still smae issue.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900