Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Tamila  
#1 Posted : Monday, December 28, 2009 6:55:36 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
I am using 32-bit Visual Studio for Web application development. However, my target server is 64-bit Windows Server. How should I properly deploy my application on this server with 64-bit Graphics Mill?

You can do it using the following method:
  1. Compile your project on your x86 development machine;
  2. Move it to the server;
  3. Replace x86 DLLs in bin folder of your web application with x64 DLLs;
  4. Make sure that Microsoft Visual C++ 2005 SP1 Redistributable Package (x64) and Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update are installed on your server.
See also:

Edited by moderator Sunday, June 10, 2012 8:56:14 PM(UTC)  | Reason: Not specified

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.