문제

i'm developing wpf application for load swf files, i'm using AxInterop.ShockwaveFlashObjects.dll and Interop.ShockwaveFlashObjects.dll. In win 32bit the aplication run but in 64bit a message error is shown "This application needs Flash.ocx file, which is not contained in this version of Windows.". I tryed copy this file contained in Windows Xp, but not resolve.

도움이 되었습니까?

해결책

Flash is not 64-bit on Windows, and you cannot load 32-bit flash into a 64-bit process. You need to compile your project architecture to always run 32-bit.

In your Project's properties, go to the "Build" tab and change "Platform Target" to "x86". You'll have to do this for all configurations, such as Debug and Release.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top