Hi,
I'm maintaining some older .NET applications, and twice this week there have been problems when customers tried to move their apps over to new hardware (two different apps). In both cases the problem was solved by installing .NET 1.1
The question is, is there an easy way to find these dependencies in the source code, so that future versions can run with only 2.0 or newer installed? Seems like Win 7 only comes with 2.0 =< installed (and XP with no .NET, unless the service packs do?)
Of course I could make an installer and make it 1.1 dependent, but I would prefer to weed the old ideas if possible.
-Erik