show/hide this revision's text 2 added 1042 characters in body

Typically you want to develop on the same OS that your user base is using for client development. But If if it's a simple application, it may not be a big deal.

The bigger differences in the development environment from the users environment, more chance there will be a problem when in the test environment or deployed.

Feature sets are different on different OS. Some services may/may not be available.

For example you can't run just .NET 1.0 or 2.0 on Windows Vista you must have 3.0 >. This can cause deployment issues as installers are usually built on developer machines. I had this issue when doing some Government work. They would not allow .NET 2.0 SP2 to be installed and other clients using Vista could not install .Net 2.0.

Your hardware should be comparable also. If you user base runs older machines you application may run so slow they will complain. Also software runs differently on dual core vs. a single core. A striped raided machine will do most file system task much quicker. Some software does not work properly on 64 bit, I have video driver problems on this laptop at the moment. The Zune client will not run on XP64 (With-out major hacks)

show/hide this revision's text 1

Typically you want to develop on the same OS that your user base is using. But If it's a simple application, it may not be a big deal.