Page 1 of 1

Error - DesignWithWpf() on Windows 7, 64 bits

Posted: Thu Jun 17, 2010 3:56 am
by LukasT
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

Posted: Fri Jun 18, 2010 12:36 am
by Andrew
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.

Error - DesignWithWpf() on Windows 7, 64 bits

Posted: Fri Jun 18, 2010 2:14 am
by LukasT
WpfDesign.dll is 2010.1.700.0

Error - DesignWithWpf() on Windows 7, 64 bits

Posted: Mon Jun 21, 2010 12:17 am
by Anton Lozovskiy
Hello,

Please check the latest prerelease build.

Thank you.

Error - DesignWithWpf() on Windows 7, 64 bits

Posted: Thu Jul 01, 2010 6:59 am
by Guim
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 !

Error - DesignWithWpf() on Windows 7, 64 bits

Posted: Thu Jul 01, 2010 1:07 pm
by Jan
Thank you for your information. Any Cpu usually is best choose if you don't need some bit-specified operations.