Hi,
I have problem by calling method StiReport.DesignWithWpf() on Windows 7, 64 bits. This error message is shown:
A call to PInvoke function 'Stimulsoft.Report.Wpf!Stimulsoft.Report.Wpf.GlassHelper::DwmExtendFrameIntoClientArea' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
Error - DesignWithWpf() on Windows 7, 64 bits
Error - DesignWithWpf() on Windows 7, 64 bits
Hello,
Which version of Stimulsoft Reports do you use? Please check the latest prerelease build. This problem is not reproduced under this build.
Thank you.
Which version of Stimulsoft Reports do you use? Please check the latest prerelease build. This problem is not reproduced under this build.
Thank you.
Error - DesignWithWpf() on Windows 7, 64 bits
WpfDesign.dll is 2010.1.700.0
-
- Posts: 135
- Joined: Tue Aug 11, 2009 9:38 am
Error - DesignWithWpf() on Windows 7, 64 bits
Hello,
Please check the latest prerelease build.
Thank you.
Please check the latest prerelease build.
Thank you.
Error - DesignWithWpf() on Windows 7, 64 bits
Hello !
I had the same pb with a project targetting x86 on a Win7 64bits machine.
I change the compilation target to Any CPU and it seems to work !
I had the same pb with a project targetting x86 on a Win7 64bits machine.
I change the compilation target to Any CPU and it seems to work !
Error - DesignWithWpf() on Windows 7, 64 bits
Thank you for your information. Any Cpu usually is best choose if you don't need some bit-specified operations.