Page 1 of 1

GdPicture.net 6 on Win Server 2008

Posted: Tue Aug 10, 2010 2:27 pm
by braeumer
Hello,

I' ve problems with running an application using the GdPicture.net.dll Version=6.3.0.5 on a Windows Server 2008 (64 bit). A runtime error occurs after loading the DLL.

On the development PC I can see a message during the compilation of the project "assembly GdPicture.NET.dll has wrong target processor".

Is it my mistake (perhaps wrong settings in Visual Studio .net) or is the DLL file not compatible with 64 bit or do I have to use another DLL file?

Thank you very much for your help.

Regards,
Alex Bräumer

Re: GdPicture.net 6 on Win Server 2008

Posted: Tue Aug 10, 2010 2:38 pm
by Loïc
Hi Alex,

GdPicture.NET 6 is provided in native 32 bit mode only. GdPicture.NET 7 will be 32 bit and 64 bit.

Well, you have to Set the project's Platform target property of your application to x86 (instead of x64, AnyCPU or Itanium).

Using Visual Basic:
1. With a project selected in Solution Explorer, on the Project menu, click Properties.
2. Click the Compile tab.
3. Click the Advanced Compile Options button to open the Advanced Compiler Settings dialog box.
4. Choose x86 Target CPU list. The options are AnyCPU (the default), x86, x64, and Itanium. Click OK.

Using C#:
1. With a project selected in Solution Explorer, on the Project menu, click Properties.
2. Click the Build tab.
3. Choose x86 from the Platform target list. The options are Any CPU (the default), x86, x64, and Itanium.

This should solve your problem !

Kind regards,

Loïc

Re: GdPicture.net 6 on Win Server 2008

Posted: Tue Aug 10, 2010 5:06 pm
by braeumer
Hi Loïc,

thank you for your information.

>>GdPicture.NET 7 will be 32 bit and 64 bit.

a) Will it be possible to manage one Visual Studio .net project wich will create an assembly that runs on 32 bit and 64 bit environments? Or do I have to create one project for 32 bit and one for 64 bit?

b) Is it right that GdPicture.NET 7 will get released in September 2010?

Regards,
Alex

Re: GdPicture.net 6 on Win Server 2008

Posted: Tue Aug 10, 2010 5:10 pm
by Loïc
Hi,


a) Will it be possible to manage one Visual Studio .net project wich will create an assembly that runs on 32 bit and 64 bit environments? Or do I have to create one project for 32 bit and one for 64 bit?
A 32 bit project can work on 32bit and 64 bit systems.

b) Is it right that GdPicture.NET 7 will get released in September 2010?

YES. See: viewtopic.php?t=2650