If I understand Publishing correctly, I have an option to make the application available offline or only online.
I wish to make the application available offline When the application is installed on a users machine the executable is installed along with library files in a sequence of folders containing "AppData/Local/2.0" etc.
I would like the executable to be located elsewhere and separate for all the library files.
When I move it, It opens and runs, but as I move through it I get an error as shown on the attached image.
![Name: FatalError.JPG
Views: 34
Size: 25.2 KB]()
If I run it from its installed location then I don't get the error.
If I were to install it as available only online, could I then copy the executable from my projects "\bin\Debug" folder and place it where ever I want on the users computer?
Any suggestions?
Richard
I wish to make the application available offline When the application is installed on a users machine the executable is installed along with library files in a sequence of folders containing "AppData/Local/2.0" etc.
I would like the executable to be located elsewhere and separate for all the library files.
When I move it, It opens and runs, but as I move through it I get an error as shown on the attached image.
If I run it from its installed location then I don't get the error.
If I were to install it as available only online, could I then copy the executable from my projects "\bin\Debug" folder and place it where ever I want on the users computer?
Any suggestions?
Richard