Click here to Skip to main content
15,923,689 members

Survey Results

How do your clients get the .NET redistributable?   [Edit]

Survey period: 21 Jul 2003 to 27 Jul 2003

If you're going to supply your clients with a .NET application then you're going to have to bank on them having .NET installed - but how? (suggested by Frank Wu)

OptionVotes% 
I don't know and don't care - I don't write .NET apps.45443.07
I don't know - but I hope they do have it installed.726.83
My application's installation package.32430.74
Windows Update.484.55
Service Pack on disk.292.75
Download from Microsoft.10610.06
Other.211.99



 
GeneralRe: Don't even metion... Pin
apferreira22-Jul-03 4:31
apferreira22-Jul-03 4:31 
This happens due to some code breaking changes introduced by version 1.1 of the .NET Framework.

You can teste your application thoroughly to see if it runs stable in a specific version of the CLR, but as a general rule of thumb it is best to run your application on the .NET Framework version in which it was compiled, just to play it safe. To ensure a program just runs on a specific .NET Framework version use an application configuration file

As to Side-by-Side execution, you can have several versions of the .NET Framework installed on a computer. They function independently. So you can have two programs running at the same time, one that uses .NET Framework 1.0 and another that uses .NET Framework 1.1.


GeneralRe: Don't even metion... Pin
John M. Drescher22-Jul-03 5:17
John M. Drescher22-Jul-03 5:17 
GeneralDepends on your distribution method Pin
Navin21-Jul-03 3:45
Navin21-Jul-03 3:45 
GeneralRe: Depends on your distribution method Pin
Anders Molin21-Jul-03 5:44
professionalAnders Molin21-Jul-03 5:44 
GeneralRe: Depends on your distribution method Pin
Ian Darling21-Jul-03 6:18
Ian Darling21-Jul-03 6:18 
GeneralRe: Depends on your distribution method Pin
Anders Molin21-Jul-03 6:24
professionalAnders Molin21-Jul-03 6:24 
GeneralRe: Depends on your distribution method Pin
Ian Darling21-Jul-03 6:34
Ian Darling21-Jul-03 6:34 
GeneralRe: Depends on your distribution method Pin
James T. Johnson21-Jul-03 16:23
James T. Johnson21-Jul-03 16:23 
GeneralRe: Depends on your distribution method Pin
Navin21-Jul-03 7:22
Navin21-Jul-03 7:22 
GeneralRe: Depends on your distribution method Pin
Stephane Rodriguez.21-Jul-03 10:48
Stephane Rodriguez.21-Jul-03 10:48 
GeneralHow to redistribute with app Pin
Adrian Metcalfe21-Jul-03 0:26
Adrian Metcalfe21-Jul-03 0:26 
GeneralRe: How to redistribute with app Pin
Zhang Ziyi21-Jul-03 1:01
Zhang Ziyi21-Jul-03 1:01 
GeneralRe: How to redistribute with app Pin
Adrian Metcalfe23-Jul-03 2:56
Adrian Metcalfe23-Jul-03 2:56 
GeneralRe: How to redistribute with app Pin
apferreira22-Jul-03 4:24
apferreira22-Jul-03 4:24 
GeneralRedistributable Pin
kcs20-Jul-03 18:34
professionalkcs20-Jul-03 18:34 
GeneralRe: Redistributable Pin
rrrado20-Jul-03 23:21
rrrado20-Jul-03 23:21 
GeneralRe: Redistributable Pin
NormDroid22-Jul-03 2:18
professionalNormDroid22-Jul-03 2:18 
GeneralRe: Redistributable Pin
basementman22-Jul-03 12:10
basementman22-Jul-03 12:10 
GeneralRe: Redistributable Pin
Rob Caldecott21-Jul-03 2:23
Rob Caldecott21-Jul-03 2:23 
GeneralRe: Redistributable Pin
Michael P Butler21-Jul-03 4:00
Michael P Butler21-Jul-03 4:00 
GeneralRe: Redistributable Pin
John M. Drescher21-Jul-03 5:38
John M. Drescher21-Jul-03 5:38 
GeneralRe: Redistributable Pin
jhwurmbach22-Jul-03 0:03
jhwurmbach22-Jul-03 0:03 
GeneralRe: Redistributable Pin
Chris Meech21-Jul-03 2:55
Chris Meech21-Jul-03 2:55 
GeneralRe: Redistributable Pin
Navin21-Jul-03 3:43
Navin21-Jul-03 3:43 
GeneralRe: Redistributable Pin
kcs21-Jul-03 3:56
professionalkcs21-Jul-03 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.