1
I made a small application to extract a file .zip. It works, but when I run on three other machines, it doesn’t work. The error is this:
An error occurred while creating ZIP file
Undefined object reference for an object instance
The question is very simple. When I install a WPF application, I need to install something other than exe, app.config and the referenced DLL’s?
Note: The application is on the network and all the machines access via shortcut, pointing to the same place(address). I need to do something else on the local machine?
Thank you all from now on.
It would not be the lack of . Net Framework ?
– rubStackOverflow
I thought about it too, but I can’t keep installing, trying. I need to be sure that this is it and I don’t know how to do this check.
– pnet
It’s simple, make sure that the version of . net that compiled your project is equal to or higher than that on the client computer. Just in case, install the latest version of S.O.
– rubStackOverflow