If i create any application in VB.NET 2003 will it work if user have Framework 2.0 installed not 1.1?
Printable View
If i create any application in VB.NET 2003 will it work if user have Framework 2.0 installed not 1.1?
You can install both frameworks at the same time. As I understand it if you only have 2.0 installed it will attempt to run 1.1 code, but you cannot gurantee that it will run.
Darren