Hi,
I have a VS 2005 WinForms project which has a flash player embeded in the form. My project referencesAxInterop.ShockwaveFlashObjects.dll
I created a Setup project for deplyment on prodcution machines. The setup project detects a dependency to the fileFlash10b.ocx. Upon installation and when trying to open the application for the first time, I get an an Unhandled Exception message indicating a class is not registered. After investigations I found that this component is the one causing the problem.
My solution is manually registering it via the regsvr32 command. Although the registration process fails, the application works perfectly when I do that.
I am stuck, what is the proper way to do that automatically at installation time?
Thanks