I created a VB Console app and it defaulted to .NET 4 but I need it to be .NET 3.5. I’ve been looking but all the references I find say to change it on the ‘Compile’ tab in properties but I don’t have a compile tab or anything else that lets me change the target framework.
Any ideas other than recreating the project?
Note: I’m using VS2010 Ultimate
Update: added screen shot

Are you sure you are right clicking the project, then clicking Properties? For me in the properties window there is a
Compiletab on the left side (underApplication), and there is an option to change the target underAdvanced Compile Options....