Greetings All !
I've got two projects within the same solution. One is a "ManageHTTP" project that somebody else in our company wrote. The other is the application that actually uses it and that was turned over to me to manage a few months ago. Both projects are set
to use Target Framework: .NET 2.0.
I think it's high time we upgraded the SECOND project to .NET 4.5. My concern is: Do I NEED to update the other project as well? Since it's somebody else's project, I don't really want to touch it. And since it's focused on HTTP communication only,
I don't THINK we'll be using anything in the main app that will require any needed upgrades from that module. It's our main app that could use some higher .NET level classes. (One example: Spellchecker.)
So, am I likely to be okay if I go ahead and compile the solution with one project on 2.0 and ...
Go to the complete details ...