I have a WPF application that works fine on my PC. Since this application will be used by clients, I tried to run this on several other computers.
But when I try to start it, it opens the window for a short time and closes.
It seems that .net just refuses to run the application.
There is nothing in the event log. Also my application has error handling at load level, so the application does not crash if there is an error. therefore, I am sure that it does not call any application code.
What could be wrong here?
Notes:
- The application does not have a signed assembly, as in development. I am trying to run the application by simply copying the compiled files. No clickonce installation. - Tried installing clicks, but the same result
source share