Framework Requirements

C

Chris

How do I figure out the .NET framework requirements of a project I'm
developing? And secondly, if the machine I'm building this project
for doesn't have the required framework version, can I dumb down my
project to make it compatible? I'm suggesting that instead of
updating because the target machine is extremely locked down. Thanks
for the help.
 
M

Michael Nemtsev

Hello Chris,

C> How do I figure out the .NET framework requirements of a project I'm
C> developing?

Using the latest version is the best practice in general
Currently the .NET 2.0 is used for the several years and u need to aimed
on it or to the next .NET 3.5

C> And secondly, if the machine I'm building this project
C> for doesn't have the required framework version, can I dumb down my
C> project to make it compatible?

What the problem to download and use the latest one?

C> I'm suggesting that instead of updating because the target machine is
extremely locked down. Thanks
C> for the help.

take into account that MS try to set the latest .NET FW as the obliged update
for the windows
for example the windows vista is shipped with the preinstalled .net 3.0

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top