Re: cannot install 64bit Net SDK 2.0 Beta



How can I upgrade my existing WinXP to 64-bit version?

Why it is not possible to run 64-bit .Net on top of 32-bit WinXP?

If I try to compile for 64-bit platform I get errors indicating that
mscorlib and other .net assemblies are not for target processor.

What is planned?

"Heath Stewart [MSFT]" <HeathStewartMSFT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:3D952CC4-5E20-4826-8F30-EF2A31BE8BE8@xxxxxxxxxxxxxxxx
> Yes, the 64-bit SDK must be installed on a 64-bit machine, as does the
> runtime. You cannot currently buy XP 64-bit but you can get it from OEMs
> as
> part of a 64-bit computer purchase.
>
> The 64-bit SDK contains executables compiled for 64-bit machine s(x64 for
> x64 machines and ia64 for ia64 machines). The runtime does ship with a
> version of csc.exe or vbc.exe for your processor that can compile for
> 64-bit
> machines already, though. If you type, for example, "csc.exe /?" (without
> quotes) you can see usage. One of the command-line options is
> /platform:<type>, which you can specify x86, Itanium, x64, or anycpu.
> anycpu
> is the default if the switch is not specified.
>
> For this reason you really don't need the 64-bit SDK because you already
> have the ability to compile for 64-bit processors if you have a version of
> the 2.0 runtime installed.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Software Design Engineer
> Developer Division Sustained Engineering
> Microsoft
>
>
> "AlexS" wrote:
>
>> Possibly.
>>
>> However, not clear why.
>>
>> Is it possible to obtain 64-bit XP?
>>
>> Thanks
>> Alex
>>
>>
>> "Brendan Green" <bgreen@xxxxxxxxxxxxx> wrote in message
>> news:errJTp0tFHA.460@xxxxxxxxxxxxxxxxxxxxxxx
>> > It would need to be installed on a 64-bit OS, like Win XP 64-bit,
>> > wouldn't
>> > it?
>> >
>> > "AlexS" <something@xxxxxxxxxx> wrote in message
>> > news:eMkmLBotFHA.1284@xxxxxxxxxxxxxxxxxxxxxxx
>> >> When I try this on WinXP SP2 I get error can't install, reason
>> >> advpack.dll
>> >>
>> >> Is it possible on XP?
>> >>
>> >
>> >
>>
>>
>>


.



Relevant Pages

  • Re: EVC3, EVC4 or VStudio 2005?
    ... the SDK is a bad fix, as anyone who wants to use the project has to modify ... project - that should compile fine - then diff the two project files and see ... In the PocketPC2003 SDK that is in VS2005 there is a C++ header file ... Looking at the WM5 SDK, in the same header file "vector", this file is ...
    (microsoft.public.pocketpc.developer)
  • Re: Unsupported Functions and Objects w/ new SDKs from Visual Stud
    ... use VS2005 to continue to support existing applications for older platforms. ... solution properties to use paths to the right SDK, ... should compile in the newer one using the same SDK. ... > You must have created a C++ MFC Desktop app. ...
    (microsoft.public.pocketpc.developer)
  • Re: VSS SDK writer impossible to compile
    ... Whereas, if I disassemble vssapi.dll on Win2K3, the same portion looks as ... Can anyone tell me what I might do to fix this? ... the VSS SDK Version 7.2 which seems to be the correct download from MSDN ... I can happily compile the testwriter sample from the Vista ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Strange compilation error on Visual Studio 2005 and CE custom SDK
    ... It is a PB5 Platform that works fine with eMbedded Visual C++ 4sp4, and SDK is built with PB5 in same Workspace than OS that runs on device. ... Upgrade our library project form evc to vs2005 does not work, and upgrading any app does not work too. ... Now I'm capable to compile our library with a lot of hacks into headers, ... BUt form now I cannot compile any app, I'm doing a lot of changes in stdafx and other headers in order to get compiling it. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Answering Machine - Help
    ... > new answering machine sample in the Microsoft Windows Platform SDK. ... > But when I try to compile it I get an error from the file OCIDL.h ... See my TAPI and TSPI FAQ: ...
    (microsoft.public.win32.programmer.tapi)

Loading