Question OpenFileDialog Causing App to not run

Karlman

Member
Joined
Nov 25, 2009
Messages
8
Programming Experience
10+
I have a set of workstations and servers (XP and 2003) that are on a secure network with no Internet access. Because of this they are painfully outdated on their updates. One of my applications will not run at all. I execute it and it shows up in the task manager for about 5 seconds and then terminates. It does not give me anykind of error message.

I figured it was probably something that was outdated so I was able to get .Net framework updated all the way to 3.5 but still no luck.

I then created a sample app adding to it one control at a time until I discovred it was the OpenFileDialog that was causing the issue. If I simply add that control to an application then it will fail to run. Remove it and then it runs fine.

So now I am guessing that I am missing some one-off update or fix that is causing this.

Anyone have a suggestion?

Thanks!
 
Last edited:
Back
Top