I have an application that supports only Framework 4.0.
Is there a way I can make it compatible with a lower Framework version of .Net ???

Please help !

Recommended Answers

All 4 Replies

Member Avatar for majorawsome

Im pretty sure you have to have visual express or whatever 2008. google around for visual express 2008 download. once you findit try copying and pasting your code into it. debug it. convert that code to .net 3.5

You have to change the version of framework while running.But it will not happen because of the fetures which are included in 4.0 not in 3.5 or downgrade version.

Take a look at this thread.

DoubleClick On Properties in SolutionExplorer and change Target Framework. If there are any features that are not supported in 3.5 that's supported in 4.0 the the IDE will let you know

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.