Windows 7 Forums


Reply
Thread Tools

Microsoft Net Framework

 
 
Jeff@nospam.invalid
Guest
Posts: n/a
Thanked:
 
      06-21-2011
An application I want to use says it needs Microsoft Net Framework to be
installed before it's installed. How much will installing Microsoft Net
Framework slow down my laptop? I only use this app very occasionally and
I am therefore debating whether to install MS Net Framework or not.

Jeff
 
Reply With Quote
 
 
 
 
Dbdblocker
Guest
Posts: n/a
Thanked:
 
      06-21-2011
On Tue, 21 Jun 2011 18:17:24 -0400, d wrote:

> An application I want to use says it needs Microsoft Net Framework to be
> installed before it's installed. How much will installing Microsoft Net
> Framework slow down my laptop? I only use this app very occasionally and
> I am therefore debating whether to install MS Net Framework or not.
>
> Jeff


..net framework is a pain in the butt. It's slow to install and slow to
update. Avoid it if you can.
 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a
Thanked:
 
      06-21-2011
On Tue, 21 Jun 2011 18:17:24 -0400, ""
<> wrote:

>An application I want to use says it needs Microsoft Net Framework to be
>installed before it's installed. How much will installing Microsoft Net
>Framework slow down my laptop? I only use this app very occasionally and
>I am therefore debating whether to install MS Net Framework or not.


I would say somewhere between 'negligible' and 'not at all', but I
don't know anything about your laptop and I'm not aware of any
benchmarks that have been done. Personally, I don't understand the
hesitation if doing so enables another program that you want to use.

--

Char Jackson
 
Reply With Quote
 
Joe Morris
Guest
Posts: n/a
Thanked:
 
      06-22-2011
"Char Jackson" <> wrote:
> <> wrote:


>>An application I want to use says it needs Microsoft Net Framework to be
>>installed before it's installed. How much will installing Microsoft Net
>>Framework slow down my laptop? I only use this app very occasionally and
>>I am therefore debating whether to install MS Net Framework or not.


> I would say somewhere between 'negligible' and 'not at all', but I
> don't know anything about your laptop and I'm not aware of any
> benchmarks that have been done. Personally, I don't understand the
> hesitation if doing so enables another program that you want to use.


I'll agree, although I'll also have to note that the comment by "dbdblocker"
about update speed (or rather the lack thereof) is valid. Some time back I
formally complained to the MS account team responsible for my POE about how
long updates take but (unsurprisingly) got nowhere.

As a practical matter, however, like it or not more and more applications
are being written in .NET, and versions 2/3/3.5 are included in Windows 7.
..NET version 4 is not part of Windows 7 but can be installed as a free
update.

By any chance is your application rather old, and is trying to install 1.x?

..NET v1.x isn't supported on Windows 7 but there are several articles on
various websites (including Microsoft's pseudo-newsgroups) that report
success at installing it. I've not tried it (and don't plan to do so) but
search Google for "windows 7 net framework 1.1" and you'll find suggested
ways to force-fit 1.1 onto Win7.

Assuming that your application is trying to install .NET 1.x a better
solution would be to get a more recent version of the application that's
been recompiled with a more recent version of .NET.

Joe Morris


 
Reply With Quote
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-22-2011
On 6/21/2011 6:17 PM, d wrote:
> An application I want to use says it needs Microsoft Net Framework to be
> installed before it's installed. How much will installing Microsoft Net
> Framework slow down my laptop? I only use this app very occasionally and
> I am therefore debating whether to install MS Net Framework or not.


The .NET Framework is a library used by applications developed for .NET
usage. The .NET Framework doesn't run it is a library of code that is
accessible (not runnable and is not running) unless the code in the
library is used by a .NET solution.

Therefore, the .NET Framework is not going to affect the overall speed
of the computer, unless you have a ton of .NET solutions running all at
the same time on the computer.

http://en.wikipedia.org/wiki/.NET_Framework
 
Reply With Quote
 
Jeff@nospam.invalid
Guest
Posts: n/a
Thanked:
 
      06-22-2011
On 6/21/11 10:18 PM, Big Steel wrote:
> On 6/21/2011 6:17 PM, d wrote:
>> An application I want to use says it needs Microsoft Net Framework to be
>> installed before it's installed. How much will installing Microsoft Net
>> Framework slow down my laptop? I only use this app very occasionally and
>> I am therefore debating whether to install MS Net Framework or not.

>
> The .NET Framework is a library used by applications developed for .NET
> usage. The .NET Framework doesn't run it is a library of code that is
> accessible (not runnable and is not running) unless the code in the
> library is used by a .NET solution.
>
> Therefore, the .NET Framework is not going to affect the overall speed
> of the computer, unless you have a ton of .NET solutions running all at
> the same time on the computer.
>
> http://en.wikipedia.org/wiki/.NET_Framework

Thank you. That is what I needed to know.
I installed the latest version. Took forever even though I have a very
fast PC.
 
Reply With Quote
 
Jeff@nospam.invalid
Guest
Posts: n/a
Thanked:
 
      06-22-2011
On 6/21/11 9:34 PM, Joe Morris wrote:
> "Char Jackson"<> wrote:
>> <> wrote:

>
>>> An application I want to use says it needs Microsoft Net Framework to be
>>> installed before it's installed. How much will installing Microsoft Net
>>> Framework slow down my laptop? I only use this app very occasionally and
>>> I am therefore debating whether to install MS Net Framework or not.

>
>> I would say somewhere between 'negligible' and 'not at all', but I
>> don't know anything about your laptop and I'm not aware of any
>> benchmarks that have been done. Personally, I don't understand the
>> hesitation if doing so enables another program that you want to use.

>
> I'll agree, although I'll also have to note that the comment by "dbdblocker"
> about update speed (or rather the lack thereof) is valid. Some time back I
> formally complained to the MS account team responsible for my POE about how
> long updates take but (unsurprisingly) got nowhere.
>
> As a practical matter, however, like it or not more and more applications
> are being written in .NET, and versions 2/3/3.5 are included in Windows 7.
> .NET version 4 is not part of Windows 7 but can be installed as a free
> update.
>
> By any chance is your application rather old, and is trying to install 1.x?
>
> .NET v1.x isn't supported on Windows 7 but there are several articles on
> various websites (including Microsoft's pseudo-newsgroups) that report
> success at installing it. I've not tried it (and don't plan to do so) but
> search Google for "windows 7 net framework 1.1" and you'll find suggested
> ways to force-fit 1.1 onto Win7.
>
> Assuming that your application is trying to install .NET 1.x a better
> solution would be to get a more recent version of the application that's
> been recompiled with a more recent version of .NET.
>
> Joe Morris
>
>

Thank you all. My question about impact on system speed was because I
noticed how slowly it installed. I installed the latest version (5).
This was on my wife's XP laptop.
All is well.
 
Reply With Quote
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-22-2011
On 6/22/2011 6:46 AM, d wrote:
> On 6/21/11 10:18 PM, Big Steel wrote:
>> On 6/21/2011 6:17 PM, d wrote:
>>> An application I want to use says it needs Microsoft Net Framework to be
>>> installed before it's installed. How much will installing Microsoft Net
>>> Framework slow down my laptop? I only use this app very occasionally and
>>> I am therefore debating whether to install MS Net Framework or not.

>>
>> The .NET Framework is a library used by applications developed for .NET
>> usage. The .NET Framework doesn't run it is a library of code that is
>> accessible (not runnable and is not running) unless the code in the
>> library is used by a .NET solution.
>>
>> Therefore, the .NET Framework is not going to affect the overall speed
>> of the computer, unless you have a ton of .NET solutions running all at
>> the same time on the computer.
>>
>> http://en.wikipedia.org/wiki/.NET_Framework

> Thank you. That is what I needed to know.
> I installed the latest version. Took forever even though I have a very
> fast PC.


It's a big library.
 
Reply With Quote
 
EW
Guest
Posts: n/a
Thanked:
 
      06-22-2011
On 6/22/2011 5:46 AM, d wrote:
> On 6/21/11 10:18 PM, Big Steel wrote:


>> http://en.wikipedia.org/wiki/.NET_Framework

> Thank you. That is what I needed to know.
> I installed the latest version. Took forever even though I have a very
> fast PC.


I made the mistake of installing it on my Vista computer. Now, there
are the innumerable monthly updates to the Frameworks mess. They're
large and a waste of my time and bandwidth. Oh well, I suppose I'm just
stuck with it.

 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a
Thanked:
 
      06-23-2011
On Wed, 22 Jun 2011 16:14:22 -0500, EW <> wrote:

>On 6/22/2011 5:46 AM, d wrote:
>> On 6/21/11 10:18 PM, Big Steel wrote:

>
>>> http://en.wikipedia.org/wiki/.NET_Framework

>> Thank you. That is what I needed to know.
>> I installed the latest version. Took forever even though I have a very
>> fast PC.

>
>I made the mistake of installing it on my Vista computer. Now, there
>are the innumerable monthly updates to the Frameworks mess. They're
>large and a waste of my time and bandwidth. Oh well, I suppose I'm just
>stuck with it.


No, you're not stuck with it. It can be uninstalled if you no longer
need it.

--

Char Jackson
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysterious folders in my AppData>Local folder brkkab123 Windows 7 Support 119 07-09-2011 10:37 AM
Fake Microsoft Security Essentials software on the loose. Don’t be fooled by it! Nibiru2012 Security 4 04-16-2011 06:11 AM
Black Screen until Windows loads elgardos Hardware 44 09-07-2010 06:00 AM
Microsoft TechNet Plus Subscriptions Now Available at 25% OFF Nibiru2012 News 30 05-14-2010 06:24 PM
Windows 7 is Fastest-selling OS in History, Microsoft Posts Huge Earnings Nibiru2012 News 29 02-12-2010 01:12 AM


All times are GMT +1. The time now is 03:30 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33