Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Versions of .NET framework

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rob - 14 Jan 2008 10:10 GMT
I have noticed that my Windows XP laptop has both version 1.1 and 2.0 of the
.NET framework installed (as well as hotfix KB928366 for version 1.1)
compared with another similar computer that only has version 2.0.  

Is having both versions likely to cause me problems?  

Can I uninstall version 1.1 safely?  I started to uninstall the hotfix but
it gave me a warning that version 2.0 might not work so I stopped.

I'm trying to tidy up my Windows installation because I am having trouble
getting the Adobe website (www.adobe.com) to work properly (e.g. whenever I
try to go to the Flash version test page it times out and getting to other
pages only works sometimes!).  The laptop with just version 2.0 of the
framework is able to get to all the adobe web site pages every time.  I am
therefore trying to eliminate all differences between the two computers.
Michael Nemtsev [MVP] - 14 Jan 2008 10:24 GMT
Hello rob,

Why do u want to uninstall it?
where are some application which still request .net 1.1 and they are linked
to that specific version

there is absolutely ok to have different version of .NET installed on PC

---
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

r> I have noticed that my Windows XP laptop has both version 1.1 and 2.0
r> of the .NET framework installed (as well as hotfix KB928366 for
r> version 1.1) compared with another similar computer that only has
r> version 2.0.
r>
r> Is having both versions likely to cause me problems?
r>
r> Can I uninstall version 1.1 safely?  I started to uninstall the
r> hotfix but it gave me a warning that version 2.0 might not work so I
r> stopped.
r>
r> I'm trying to tidy up my Windows installation because I am having
r> trouble getting the Adobe website (www.adobe.com) to work properly
r> (e.g. whenever I try to go to the Flash version test page it times
r> out and getting to other pages only works sometimes!).  The laptop
r> with just version 2.0 of the framework is able to get to all the
r> adobe web site pages every time.  I am therefore trying to eliminate
r> all differences between the two computers.
r>
Rob - 14 Jan 2008 11:01 GMT
Thanks - that is what I wanted to know.  As I said in my earlier post i am
trying to diagnose a problem with the Adobe Flash website that affects one
laptop but not the other.  The one that is fine only has .NET framework 2.0
in the uninstall propgrams list whereas the one that does not work has both
1.1 and 2.0 so I wondered whether it was possible that this could be the
cause.

> Hello rob,
>
[quoted text clipped - 30 lines]
> r> all differences between the two computers.
> r>
Cowboy (Gregory A. Beamer) - 14 Jan 2008 15:20 GMT
Try this:
http://www.tech-recipes.com/rx/2153/vista_adobe_flash_player

May also work on XP, sans the run as admin part ... not sure.

Signature

Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************

| Think outside the box!

*************************************************
> Thanks - that is what I wanted to know.  As I said in my earlier post i am
> trying to diagnose a problem with the Adobe Flash website that affects one
[quoted text clipped - 41 lines]
>> r> all differences between the two computers.
>> r>
Rob - 14 Jan 2008 16:53 GMT
Thanks to all for the advice but unfortunately the computer is running XP not
Vista.  The thing that puzzles me is that I have two computers side by side,
both running XP.  One always gets into Adobe's site OK, the other (the more
powerful and up-to-date one) often times out even on the home page but always
on certain pages such as the Flash version test.  It really is very
confusing!  

Anyway, it does not sound as though the .NET issue is likely to be causing
this so I guess I should go and find a more appropriate group to ask for
further advice.  

Thanks again for the input I have received here.

> Try this:
> http://www.tech-recipes.com/rx/2153/vista_adobe_flash_player
[quoted text clipped - 49 lines]
> >> r> all differences between the two computers.
> >> r>
Patrice - 14 Jan 2008 10:55 GMT
It doesn't come into play when browsing a site. I would rather check the
browser settings and the network configuration. It could be also a temporary
server side problem or a firewall issue...

Each version of the .NET framework is desinged to be installed side by side
(ie. an application that runs against 1.1 will use 1.1. and an application
that was created to run with 2.0 will use 2.0)...

--
Patrice

>I have noticed that my Windows XP laptop has both version 1.1 and 2.0 of
>the
[quoted text clipped - 13 lines]
> framework is able to get to all the adobe web site pages every time.  I am
> therefore trying to eliminate all differences between the two computers.
Cowboy (Gregory A. Beamer) - 14 Jan 2008 15:19 GMT
Most likely on Vista, which has a problem installing flash (and perhaps
other adobe installers). It is a permissions issue and has to be run as
admin. I am not on a Vista machine right now, or I could find the file and
point him directly to it.

If XP, I am stumped.

Signature

Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************

| Think outside the box!

*************************************************
> It doesn't come into play when browsing a site. I would rather check the
> browser settings and the network configuration. It could be also a
[quoted text clipped - 27 lines]
>> am
>> therefore trying to eliminate all differences between the two computers.
Rob - 14 Jan 2008 16:56 GMT
Patrice,

Thanks for the advice - I'll leave .NET alone!

I don't think it is the site or router as it is affecting this laptop not
the one next to it.

> It doesn't come into play when browsing a site. I would rather check the
> browser settings and the network configuration. It could be also a temporary
[quoted text clipped - 24 lines]
> > framework is able to get to all the adobe web site pages every time.  I am
> > therefore trying to eliminate all differences between the two computers.
craigcu - 27 Feb 2008 17:51 GMT
<SNIP>

> Each version of the .NET framework is designed to be installed side by side
> (ie. an application that runs against 1.1 will use 1.1. and an application
> that was created to run with 2.0 will use 2.0)...

Hmmm, that gets me thinking . . .
If I am certian that an app on my computer wants to run solely v2.0, then
why should I bother installing the .NET Framework updates that MU tells me
are available?

Signature

Craig Cullum, AMTELCO

Michael Nemtsev [MVP] - 27 Feb 2008 21:45 GMT
Hello craigcu,

Because when u try to install something else it could request .NET FW 1.1
:) MS just recommend to install it and forgot it

What's your concerns to have 1.1 installed?

---
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

c> "Patrice" wrote:
c>
c> <SNIP>
c>
>> Each version of the .NET framework is designed to be installed side
>> by side (ie. an application that runs against 1.1 will use 1.1. and
>> an application that was created to run with 2.0 will use 2.0)...

c> Hmmm, that gets me thinking . . .
c> If I am certian that an app on my computer wants to run solely v2.0,
c> then
c> why should I bother installing the .NET Framework updates that MU
c> tells me
c> are available?
craigcu - 28 Feb 2008 14:34 GMT
> What's your concerns to have 1.1 installed?

Simply for gaining disk space.
I have spent the last couple days reading past threads and now know better;
that is, leave all the .NET FrameWorks alone and move on.

Signature

Craig Cullum, AMTELCO

Cowboy (Gregory A. Beamer) - 14 Jan 2008 15:18 GMT
>I have noticed that my Windows XP laptop has both version 1.1 and 2.0 of
>the
> .NET framework installed (as well as hotfix KB928366 for version 1.1)
> compared with another similar computer that only has version 2.0.
>
> Is having both versions likely to cause me problems?

No. They are essentially different pieces of software.

> Can I uninstall version 1.1 safely?

Sure, but do you have a compelling reason to uninstall it? If so, are you
sure there are no applications you are running that require 1.1 on your
machine (not the other machine).

>I started to uninstall the hotfix but
> it gave me a warning that version 2.0 might not work so I stopped.

I doubt it would dink up 2.0. If it did, you should be able to do a repair
install. But, do you really need to uninstall 1.1? I would say no.

> I'm trying to tidy up my Windows installation because I am having trouble
> getting the Adobe website (www.adobe.com) to work properly (e.g. whenever
> I
> try to go to the Flash version test page it times out and getting to other
> pages only works sometimes!).

Vista? If so, run the installer from the download location (under windows,
forget the folder - google search). You have to run it with admin
permissions. Once you install flash correctly, go to the website and
everything will work correctly.

>The laptop with just version 2.0 of the
> framework is able to get to all the adobe web site pages every time.  I am
> therefore trying to eliminate all differences between the two computers.

I would fix the problem rather than play an end run. If this is Vista, there
is a known issue with installation of the Flash player. If you are on Vista,
I would fix that first before performing surgery.

Signature

Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************

| Think outside the box!

*************************************************

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.