I am developing a simple C# Windows Application. Recently, without substantial change, it started crashing on exit with this message:
> This program requires a missing Windows component.
> This program requires flash.ocx, which is no longer included in this version of Windows.
The application does NOT use Flash and has no references to Flash that I can find. It is using the default references:
> System, System.Data, System.Deployment, System.Drawing, System.Windows.Forms, System.Xml
The system is Windows 7 64 bit and Visual Studio 2005.
Are there references to Flash somewhere that Im missing? Any way to correct this error?
Much thanks for your help.
View the full article
> This program requires a missing Windows component.
> This program requires flash.ocx, which is no longer included in this version of Windows.
The application does NOT use Flash and has no references to Flash that I can find. It is using the default references:
> System, System.Data, System.Deployment, System.Drawing, System.Windows.Forms, System.Xml
The system is Windows 7 64 bit and Visual Studio 2005.
Are there references to Flash somewhere that Im missing? Any way to correct this error?
Much thanks for your help.
View the full article