Questions tagged [windows-server-2008-x64]

for questions specifically about the x64 version of Windows Server 2008.

38 questions
1
vote
1 answer

What problems arise from upgrading mysql 5.5 x86 to mysql 5.5 x64?

I have a windows server 2008 R2 x64 with mysql 5.5 x86 (not my install). I want to upgrade to mysql 5.5 x64. What issues will I have with everything else? PHP phpMyAdmin IIS Websites in PHP mysql logins etc...
JDuarteDJ
  • 1,073
  • 12
  • 25
1
vote
0 answers

UI looks different on different machines

A part of the GUI of the software I'm working renders correctly on my computer with Windows 7 32 bit and renders wrong on another computer that has Windows Server 2008 64 bit. Here's how it looks on my computer: And here's how it looks on the other…
hattenn
  • 4,371
  • 9
  • 41
  • 80
1
vote
1 answer

Asian language PDF display issue in Crystal Reports for VS2008

Here is the context: we use Crystal Reports for Visual Studio 2008 in a ASP.Net application to generate reports which may contain East Asian characters (Chinese, Japanese) in the text entered by the users. The reports are correctly generated on a…
1
vote
3 answers

Navigation to the webpage was cancelled - ASP.NET & ABC PDF

I am moving my application from IIS 6.0/Windows Server 2003 to IIS 7.5/Windows Server 2008 R2 and it use the WebSuperGoo ABCpdf control to convert web pages into printable PDFs. When I browse to the page that converts the webpage to a PDF, it…
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
0
votes
1 answer

Is there commercial UMS(User-Mode Scheduler) Application

I'm looking for commercial software that uses UMS(user-mode scheduling) and already be available in stores. If someone knows such a software I like to know it (software name and link to it).
Lrrr
  • 4,755
  • 5
  • 41
  • 63
0
votes
1 answer

Application running as x86 or x64?

One of my applications is crashing and I am told that this could be because it is running as an x64 process when it should be running as x86. The targeting CPU is the default “Any CPU”, instead of being “x86” (which it should be if this is the…
DukeOfMarmalade
  • 2,680
  • 10
  • 41
  • 70
0
votes
1 answer

I have application developed in C# which are getting the values from ODBC . I run my application with help of Scheduler

I have application developed in C# which are getting the values from ODBC . I run my application with help of Scheduler in windows server 2008 it is working fine, when System is On, but scheduler is not working when System is log off. Although I…
0
votes
2 answers

Windows Server 2008 R2/IIS 7 refuses all outside tcp connections

I am unable to connect, for example, via http to a brand new installation of 64-bit Windows Server 2008. The server is on a domain, but is not DC (that's another problem altogether). The IIS7 is running on the server and the website is accessible…
0
votes
1 answer

.NET Framework 3.5 SP1 for Window Server 2008 R2

Where can I find the stand-alone or .iso file of .NET Framework 3.5 SP1 for Window Server 2008 R2 64bit?
Noppol
  • 69
  • 2
  • 4
  • 10
0
votes
2 answers

MVC2 Performance on Windows Server 2008 R2 IIS7

I am deploying a MVC2 application under IIS7 on a Windows Server 2008 R2 server with plenty of horsepower. It's connecting to a SQL Server 2008 DB and the applications performance is dramatically slower than when running in the debugger on a…
0
votes
2 answers

64 bit OS / 32 bit process

What is the maximum private memory that a 32 bit process can address on a 64 bit operating system?
Matt Evans
  • 7,113
  • 7
  • 32
  • 64
0
votes
1 answer

Use 64bit browser from Visual Studio (during webapp development)

Is it possible for Visual Studio to launch a 64bit version of IE when debugging an ASP.Net application? I need to be able to use multiple tabs during debugging and IE 32bit crashes when I open a second tab.
jgauffin
  • 99,844
  • 45
  • 235
  • 372
0
votes
1 answer

"error: expected identifier or '(' before '{' token" on pthread.h when compiling for 64-bits

I've found previous questions about this error message but they don't match my case, this is the scenario: Environment: Windows 8.1 and CodeBlocks with 64-bit GCC configured per => How do I compile for 64bit using G++ w/ CodeBlocks? Issue: Testing…
Fred
  • 23
  • 5
0
votes
2 answers

Creating registry entries in Windows 2008 64bit

I wrote a bunch of unit tests to cover the windows registry reading/writing. They use the CRegKey ATL api. These worked fine on my desktop machine of XP Pro, but when the tests came to run on the build machine - a Windows 2008 x64 Server - the…
graham.reeds
  • 16,230
  • 17
  • 74
  • 137
0
votes
1 answer

ODBC SQL Driver Locked to Single User On Windows 2008 x64

I have two different C++ ISAPI DLLs that have been setup and configured for IIS 7 to use as web applications. They are setup using different application pools that are running under different domain user accounts. The problem that I am having is…
Middas
  • 1,862
  • 1
  • 29
  • 44