32bit dll

Stimulsoft Reports.NET discussion
Post Reply
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

32bit dll

Post by dikan »

How can I compile report DLL as 32bit?

Designer always create 64bit.

Best regards,

Djole
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: 32bit dll

Post by HighAley »

Hello, Djole.

Our Designer is compiled with AnyCPU target platform.
If you use 64bit operation system it runs in 64bit mode.
If you need to run Designer in 32bit mode, create a project with x86 target platform and run Designer from the application with next code:

Code: Select all

var report = new StiReport();
report.Design();
Thank you.
Post Reply