I have a WPF application that is deployed via click-once. On a couple of laptops, when the application runs, it crashes at the login screen because it doesn't properly resolve the image paths for the screen. The path it thinks its looking for is "C:\Users\images\image.jpg". What it should be looking for is the click-once install directory... something like "C:\users\<username>\Appdata\local\apps\2.0\<Click once generated path>\images\"
etc...
anybody run into a similar issue? Is it a permissions thing? The user says they are running as an admin.
any help would be appreciated.