I have a really small app that I put together in VS 2008 Express to try out .NET development for the first time.
I want to send it to a couple of friends, however when I installed this on a second computer it went and downloaded the whole .NET 3.5 runtime, and I don't wish to force anyone to do this. My mistake as the default setting targets .NET 3.5.
I went back and changed the project settings to target .NET 2.0. There's no LINQ, no collections, nothing complicated. This may seem a silly question but:
Will a simple application that targets .NET 2.0 install and run with absolutely no problems on a machine with .NET framework > 2.0?