Monday, May 20, 2013

Where is my application on target computer when deployed via clickonce?

Where is my application on target computer when deployed via clickonce?

I have an application which runs on my system inside and outside VS. So there is nothing missing from my computer that needs by my application. But when I use clickonce to publish it and then use clickonce to install it on my PC, the application crashes after start.
I am trying to find why this is happening but I can not find the copy that clickonce installed on my system.
I checked c:\program files and c:\program files (x86), but I can not find it. Where Clickonce install my application on target computer?
My application is a c#/wpf application.
Is there any better way than click once to publish software over internet and update it?