First, thanks for you share experience with me. 30 and more years in IT sound very serious .. as I know my knowledge with 10 years in IT. I'm sure that I will give you point for this question with A. But first here some clarification.
I'm installing now Windows 7 64 bit to get message of install of 32 bit application.
Let ask some other question.
My application is WinForm DotNet 2 C#2008 application which is standard database application with SQL Server 2005. It work via Internet with SQL Server and I hope our business plan to complete and we to have 100+ concurrent user with this project.
So my question is - do I have any difference in I compile my application like 64 bit ? I think that I will not have any difference in speed or any think which to worth 64 bit application, do I'm right ? My application work very fine with 2 Gb RAM & it is 100 % sure that do not need more than 4 Gb on cluent computer.
Of course, for server with SQL Server is different, it now is 64 bit.
Of course .. it is clear that after 3 or 5 years all application will be 64 bit and 32 bit will not work at all like is now with 16 bit old application, but we have many many time until we get to this point &
Main Topics
Browse All Topics





by: vadimrapp1Posted on 2009-11-01 at 04:39:48ID: 25713522
Having separate installations for 32-bit and 64-bit is normal, you might notice that many vendors offer for download different files for different platforms, including Microsoft - for example, Installer 4.5. You can compile both files at once - read "Target Platforms: 32-bit and 64-bit" in Wise Editor Help.
Why 32-bit installation does not run on 64-bit platform is unclear. It should (as the above-mentioned Help confirms). What is the exact message? is there anything in Prerequisites page? does it still happen if you compile msi rather than exe?