I made a small application to extract a .zip file. It works, but when I run on three other machines, it does not work there. The error is this:
An error occurred while creating ZIP file
Object reference not set to an instance of an object
The question is quite simple. When I install a WPF application, do I need to install something other than the exe, app.config, and referenced DLLs?
Note: The application is on the network and all machines access via shortcut pointing to the same place (address). Do I need to do anything else on the local machine?
Thanks to all of you right away.