Page 1 of 1

Terminal Server 2008 x 64??

Posted: Wed Sep 01, 2010 5:23 pm
by carlsson
Hello!

Anyone else have experienced these problems?

When we are trying to print images in our application when remotely connected to an 2008 x64 Terminal Server enviroment, our application crashes, but when connected from the exact same client, to the exact same application, we can print images from an 2000 and 2003 servers, both x32 and x64.

Tried locally on the 2008 server, and it doesn't work, so it seems that it has to do with either Easy Print or something to do with x64 2008 R2 Terminal Server?

Doesn't matter what client we are connecting from via XP, Vista, W7 etc.
Do we use our application locally, on either XP, Vista, W7 it works.

We have this on approx 5 different 2008 Terminal Servers, and still counting since more and more customers have 2008 enviroments.

Any ideas? Let me know if you need any more information?

/ Carlsson

Re: Terminal Server 2008 x 64??

Posted: Wed Sep 01, 2010 8:09 pm
by Loïc
Hi,

GdPicture.NET 6 is delivered in native 32-bit. Therefore you have to target your application to x86 processors.
GdPicture.NET 7 will be released under native 32-bit and 64-bit.

Here how to target your app to x86:

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.

Hope this helps !

Loïc

Re: Terminal Server 2008 x 64??

Posted: Thu Sep 02, 2010 7:56 am
by carlsson
Hello,

Thanks for your fast answer, appreciate it!

It works on x64 of the 2003 servers, and aswell we are using the OCX version.

/ Best regards...

Re: Terminal Server 2008 x 64??

Posted: Thu Sep 02, 2010 5:20 pm
by carlsson
It also works on when printing to a CUTEPDF writer, but not to any printers what so ever.