Hi,
I am getting this error when I am trying to depoly my application on a target machine.
I googled and found that some of the dll's need to be registered (that are used in my application)
So, I copied the dll's to System32 and did regsvr32
I then got this error
Interop.ShockwaveFlashObject.dll was loaded bt DllRegisterServer entry point was not found. The file cannot be registered
And one strange thing is that, the application doesn't work on only one machine. I tested on 10 different machines and everything worked well. It did not work on only one machine.
Can someone please help me on this?