we are migrating our desktop to windows 7, 64 bit (from 32bit Windows XP). We have a number of Winforms C# applications and are trying to figure out what to look out for in this upgrade. Is there any suggestions or good resources to look at from a developer point of view on what to look out for to make this a smooth transition?
Share
.Net behaves more or less the same on 32Bit and 64Bit OS’es, so there is not much to worry about there AFAIK.
The main things you must be aware of are changes in the OS itself:
Those are the changes I can think of at the moment. In most cases your app will run just fine on both OS’es.