I have an enterprise application deployed with ClickOnce in 20+ machines with Windows XP showing bizarre issues in only 2 of them. After opening IE and the user tries to open my application, the login form shows up in the screen normally. But when the user tries to type the username and password, the application suddenly closes without throwing errors.
If the user doesn’t open IE the application runs normally.
Tried killing almost all processes in task list with no success, tried using a try/catch in the Main method but caught no exceptions. Nothing is logged to the Event Log.
Any tips?
I have an enterprise application deployed with ClickOnce in 20+ machines with Windows XP
Share
It was an online banking plugin for IE that caused my application to be shut down. Still not solved, as the plugin wrongly thinks that my application could be harmful.