Tagged Questions
2
votes
1answer
130 views
Is 32-bit PowerShell always present on 64-bit Windows 2008 R2?
I want to use a 32-bit in-proc COM server from a 64-bit process on Windows 2008 R2. Hosting in a surrogate process is rather slow because I make lots of small calls and have huge marshalling overhead.
...
2
votes
3answers
3k views
problems running x86 Asp.net application on 64-bit windows with IIS7.5
I'm currently in the process of preparing a new server to run our ASP.Net platform on. For the first time I'm doing the installation on a 64-bit Windows (2008 R2), and with IIS7.5 (before that always ...
0
votes
0answers
84 views
windows server 2008 R2 64-bit and IIS 7.5 with classic asp and COM, DCOM
I am using windows server 2008 R2 64-bit and IIS 7.5 and hosting a classic asp (32-bit) web site and invoking COM components on COM server (which too have windows server 2008 R2 64-bit).
But getting a ...
0
votes
0answers
316 views
PyWin32 on W2008 Server R2 64bit doesn't install with Administrator
When installing pywin32 (with pywin32-214.win32-py2.6.exe) on Windows Server 2008 R2 64 bit, the installation goes well if run with a user in 'Administrators' group but fails if run with pure ...
0
votes
2answers
344 views
SSIS Performance on Sql Server 2008 R2
I have a very odd performance issue with an SSIS package in Sql Server 2008 R2.
Here the facts:
Recently we migrated from a Sql Server 2005 (on Windows Server 2003 R2 32bit) to Sql Server 2008 R2 (on ...