Hi there,
what are the differences between 32 and 64Bit .NET (4) applications? Often 32Bit applications have problems running on 64bit machines and conversely. I know I can declare an integer as int32 and int64(certainly int64 on 32Bit systems make problems). Are there other differences between programming an 32 OR 64Bit or a both 32 AND 64Bit compatible application?
Thanks