Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've written a really simple launcher app for my team at work to use. However I wrote it in VB.net Express 2010 so its using .NET 4. I need it to be compatible with older machines that are using .NET 2 or maybe 2.5.

I don't want to force upgrading to a higher .net if its not needed. And in some cases we work on old machines that can't be upgraded. My app is really simple and I'll post the code if needed.

Please note, I am still a noob, my coding is ugly, and this is a quick and dirty tool.

share|improve this question
.Net 2.5 does not exist. – SLaks Dec 30 '10 at 15:11
.NET Framework 2.5? – David Dec 30 '10 at 15:12

1 Answer

up vote 3 down vote accepted

You're looking for the Target Framework dropdown in Project Properties.

share|improve this answer
found it, its buried in vbexpress 2010 under properties->compile->advanced compile options->target. Thanks! – shaiss Dec 30 '10 at 15:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.