I have a simple application that reads the registry of the local computer. When I place the executable on the current machine, it works great. However when I run the application from a remote computer using the unc path (\\computer\share), it doesn't read/write to the local registry, and produces errors. Simply copying over the exe and running it on the local computer fixes it.
My question is, how do I make it run from the unc path so that it runs the exact same as running it locally? Is there any setting I can set before I compile?
I have a similar app in vb6 that works perfectly using the unc.
My question is, how do I make it run from the unc path so that it runs the exact same as running it locally? Is there any setting I can set before I compile?
I have a similar app in vb6 that works perfectly using the unc.