Hi all


Ive heard some chatter that it is best to compile your C# program on .NET V1.1 because it automatically comes with windows updater for xp and that the later versions are considered optional in the updates, is this true and is it safer to compile on V1.1?

Many thanks

HLA91

Recommended Answers

All 2 Replies

I don't believe this.
What if you want to use .NET 2.0 or .NET 3.0 features?!
It can not be done because soe of the new features of .NET 2.0 is not available on .NET 1.1 eventhough it's as you said downloaded by windows updater so something like this.
And know that whoever wants to use your application which uses each version of .NET framework,(s)he should install that corresponding version of .NET framework, also.

Good luck.

I looked on my system and I have microsoft .NET framework 1.1
2.0 service pack 1
3.0 service pack 1
and 3.5 pre-release version

which one would my C# programs be compiled in? should I delete all but one of them, and if so what one?

Many thanks

HLA91

here is the site where I saw the rumour
http://www.csharphelp.com/board2/read.html?f=1&i=44535&t=44535

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.