I am writing a small application in Visual Basic 2005 Express, and I would like to distribute it when it is complete.
I am running Windows XP (32 bit) and .NET 3.0.
What I am concerned about is the compatibility between my application, my setup, and other people's setups.
How do I test that my application will run on someone's machine running Vista, or running with .NET 1.0 or 2.0, or with Windows 2008 Server, or on a 64-bit machine, or , or, or...
Do I just release it 'as is' and wait for the complaints that 'it will not run on MY machine', or 'I am getting Assembly Not found errors, what is that?'
How do you experienced folks test your code?
Wibs
I am running Windows XP (32 bit) and .NET 3.0.
What I am concerned about is the compatibility between my application, my setup, and other people's setups.
How do I test that my application will run on someone's machine running Vista, or running with .NET 1.0 or 2.0, or with Windows 2008 Server, or on a 64-bit machine, or , or, or...
Do I just release it 'as is' and wait for the complaints that 'it will not run on MY machine', or 'I am getting Assembly Not found errors, what is that?'
How do you experienced folks test your code?
Wibs