.NET and 64-bit application
        Posted  
        
            by user54064
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user54064
        
        
        
        Published on 2010-04-07T04:01:16Z
        Indexed on 
            2010/04/07
            4:03 UTC
        
        
        Read the original article
        Hit count: 511
        
I want to make existing .NET applications (WinForms and WebForms) run on 64-bit machines, optimized to take advantage of more memory available on 64-bit machines. What do I need to do to the applications to take advantage of the memory? Do I just select the target CPU as 64-bit? What is the advantage of selecting the target versus just compiling the app for All CPUs and have the .NET optimize the app locally?
Will Crystal Reports (in VS 2008) run optimized for 64-bit and take advantage of the upper memory?
© Stack Overflow or respective owner