- I am using windows 7 running .net 4.0
- I wrote an application on my platform then distributed it to my coworkers.
- They are using windows XP .net 3.0 and 3.5
- They can not update to .net 4 for business reasons.
- I am running Visual studio 2010
How can i make my application backwards compatible so that they can use it?
If you don’t use any .NET 4 specific features, just target 3.0 or 3.5. That will solve any compatibility problems. Here’s a link on MSDN detailing how to do it: