473,402 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Verions of ASP.NET

What is the difference between the following versions of the .NET Framework?

1.1.4322.2032
1.1.4322.2300

We are running into a problem with our ASP.NET application using the later
build of the .NET Framework that cannot be reproduced on the earlier version.
I downloaded and installed SP1 and all the hotfixes but the version still
shows 2032.

Anybody know how to upgrade that version to 2300?

TIA
Feb 13 '06 #1
5 1053
re:
Anybody know how to upgrade that version to 2300?
Uninstall 1.1.4322.2032 ( using Add/Remove Programs )
and then install the .Net Framework 1.1, its SP1, and the
ASP.NET Security Update for the .NET Framework 1.1 SP 1

..Net Framework 1.1 redistributable:
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

If you're running Windows Server 2003, download this SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 Security Update :
http://www.microsoft.com/downloads/d...displaylang=en

Depending on the OS you're running, you might need to d/l/install a different version:
http://www.microsoft.com/technet/sec.../ms05-004.mspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com... What is the difference between the following versions of the .NET Framework?

1.1.4322.2032
1.1.4322.2300

We are running into a problem with our ASP.NET application using the later
build of the .NET Framework that cannot be reproduced on the earlier version.
I downloaded and installed SP1 and all the hotfixes but the version still
shows 2032.

Anybody know how to upgrade that version to 2300?

TIA

Feb 13 '06 #2
We followed your instructions and the version number remains at 1.1.4322.2032.

Any other ideas?

"Juan T. Llibre" wrote:
re:
Anybody know how to upgrade that version to 2300?


Uninstall 1.1.4322.2032 ( using Add/Remove Programs )
and then install the .Net Framework 1.1, its SP1, and the
ASP.NET Security Update for the .NET Framework 1.1 SP 1

..Net Framework 1.1 redistributable:
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

If you're running Windows Server 2003, download this SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 Security Update :
http://www.microsoft.com/downloads/d...displaylang=en

Depending on the OS you're running, you might need to d/l/install a different version:
http://www.microsoft.com/technet/sec.../ms05-004.mspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com...
What is the difference between the following versions of the .NET Framework?

1.1.4322.2032
1.1.4322.2300

We are running into a problem with our ASP.NET application using the later
build of the .NET Framework that cannot be reproduced on the earlier version.
I downloaded and installed SP1 and all the hotfixes but the version still
shows 2032.

Anybody know how to upgrade that version to 2300?

TIA


Feb 14 '06 #3
re:
We followed your instructions and the version number remains at 1.1.4322.2032.
What does :

<%
Response.Write("The .NET version is " & System.Environment.Version.ToString() )
%>

return ?

( using <%@ Page Language="VB" %> )

re: Any other ideas?
Other than nuke the partition and reinstall ?

Fixing is sometimes a lot harder than nuking and reinstalling.
You must have a bad install.

See my version at http://asp.net.do/test11/version3.aspx

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:2E**********************************@microsof t.com... We followed your instructions and the version number remains at 1.1.4322.2032.

Any other ideas?

"Juan T. Llibre" wrote:
re:
> Anybody know how to upgrade that version to 2300?


Uninstall 1.1.4322.2032 ( using Add/Remove Programs )
and then install the .Net Framework 1.1, its SP1, and the
ASP.NET Security Update for the .NET Framework 1.1 SP 1

..Net Framework 1.1 redistributable:
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

If you're running Windows Server 2003, download this SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 Security Update :
http://www.microsoft.com/downloads/d...displaylang=en

Depending on the OS you're running, you might need to d/l/install a different version:
http://www.microsoft.com/technet/sec.../ms05-004.mspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com...
> What is the difference between the following versions of the .NET Framework?
>
> 1.1.4322.2032
> 1.1.4322.2300
>
> We are running into a problem with our ASP.NET application using the later
> build of the .NET Framework that cannot be reproduced on the earlier version.
> I downloaded and installed SP1 and all the hotfixes but the version still
> shows 2032.
>
> Anybody know how to upgrade that version to 2300?
>
> TIA


Feb 14 '06 #4
The .NET version is 1.1.4322.2032

"Juan T. Llibre" wrote:
re:
We followed your instructions and the version number remains at 1.1.4322.2032.


What does :

<%
Response.Write("The .NET version is " & System.Environment.Version.ToString() )
%>

return ?

( using <%@ Page Language="VB" %> )

re:
Any other ideas?


Other than nuke the partition and reinstall ?

Fixing is sometimes a lot harder than nuking and reinstalling.
You must have a bad install.

See my version at http://asp.net.do/test11/version3.aspx

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:2E**********************************@microsof t.com...
We followed your instructions and the version number remains at 1.1.4322.2032.

Any other ideas?

"Juan T. Llibre" wrote:
re:
> Anybody know how to upgrade that version to 2300?

Uninstall 1.1.4322.2032 ( using Add/Remove Programs )
and then install the .Net Framework 1.1, its SP1, and the
ASP.NET Security Update for the .NET Framework 1.1 SP 1

..Net Framework 1.1 redistributable:
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

If you're running Windows Server 2003, download this SP1 :
http://www.microsoft.com/downloads/d...displaylang=en

..Net Framework 1.1 Security Update :
http://www.microsoft.com/downloads/d...displaylang=en

Depending on the OS you're running, you might need to d/l/install a different version:
http://www.microsoft.com/technet/sec.../ms05-004.mspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com...
> What is the difference between the following versions of the .NET Framework?
>
> 1.1.4322.2032
> 1.1.4322.2300
>
> We are running into a problem with our ASP.NET application using the later
> build of the .NET Framework that cannot be reproduced on the earlier version.
> I downloaded and installed SP1 and all the hotfixes but the version still
> shows 2032.
>
> Anybody know how to upgrade that version to 2300?
>
> TIA


Feb 14 '06 #5
Your problem is that the previous version ( the unvarnished 1.1 release )
is not being updated ( you knew that... ).

1. Did you uninstall the .Net Framework 1.1 via Add/Remove Programs ?

2. Did you delete the .Net Framework 1.1 directory after you uninstalled it ?
( previous to re-installing the .Net Framework 1.1 + SP1 + the security update ? )

That assures that no "old" binaries ( belonging to the previous version ) are left behind.
If you didn't, you might want to try that.

Otherwise, I see no recourse but to nuke the partiution and reinstall the OS from scratch.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:7A**********************************@microsof t.com...
The .NET version is 1.1.4322.2032

"Juan T. Llibre" wrote:
re:
> We followed your instructions and the version number remains at 1.1.4322.2032.


What does :

<%
Response.Write("The .NET version is " & System.Environment.Version.ToString() )
%>

return ?

( using <%@ Page Language="VB" %> )

re:
> Any other ideas?


Other than nuke the partition and reinstall ?

Fixing is sometimes a lot harder than nuking and reinstalling.
You must have a bad install.

See my version at http://asp.net.do/test11/version3.aspx

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"itmanager" <it*******@discussions.microsoft.com> wrote in message
news:2E**********************************@microsof t.com...
> We followed your instructions and the version number remains at 1.1.4322.2032.
>
> Any other ideas?
>
> "Juan T. Llibre" wrote:
>
>> re:
>> > Anybody know how to upgrade that version to 2300?
>>
>> Uninstall 1.1.4322.2032 ( using Add/Remove Programs )
>> and then install the .Net Framework 1.1, its SP1, and the
>> ASP.NET Security Update for the .NET Framework 1.1 SP 1
>>
>> ..Net Framework 1.1 redistributable:
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>> ..Net Framework 1.1 SP1 :
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>> If you're running Windows Server 2003, download this SP1 :
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>> ..Net Framework 1.1 Security Update :
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>> Depending on the OS you're running, you might need to d/l/install a different version:
>> http://www.microsoft.com/technet/sec.../ms05-004.mspx
>>
>>
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en español : http://asp.net.do/foros/
>> ===================================
>> "itmanager" <it*******@discussions.microsoft.com> wrote in message
>> news:F5**********************************@microsof t.com...
>> > What is the difference between the following versions of the .NET Framework?
>> >
>> > 1.1.4322.2032
>> > 1.1.4322.2300
>> >
>> > We are running into a problem with our ASP.NET application using the later
>> > build of the .NET Framework that cannot be reproduced on the earlier version.
>> > I downloaded and installed SP1 and all the hotfixes but the version still
>> > shows 2032.
>> >
>> > Anybody know how to upgrade that version to 2300?
>> >
>> > TIA
>>
>>
>>


Feb 14 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nilsson Mats | last post by:
Hi! I have an intresting problem for our programming community on Solaris. I want to develop an environment where: 1) The developers shouldn't need to bother about which Perl version to use....
1
by: Thomas Parslow | last post by:
Hi, I'm using an ASPTemplate class (the one from asptemplate.sourceforge.net) to produce WAP and HTML verions of the same pages. It seemed to me that it would be very usefull to have the...
3
by: JC-Atl | last post by:
I am trying to do this in the SQL page of phpMyAdmin, but I get a syntax error. Can someone please help me out ? Thanks for your time and efforts! JC INSERT INTO `Test` ( `pkey` , `col2` , ...
11
by: Ed Blinn | last post by:
Can someone tell me where the problem here is? I can't get the "squared()" function to work properly...it supposed to put the squared value into the iframe area. Thanks, Ed <!DOCTYPE HTML...
1
by: Glenn M | last post by:
I have visual c++ 6.0 and i want to use a function (setupuninstalloeminf) in setupapi.h that was not part of the original setupapi.h shipped with vsc++ but was added later. how do i go about...
14
by: Bart Samwel | last post by:
Hi everybody, I would really like some help explaining this apparent discrepancy, because I really don't get it. Here is the snippet: void foo(int&); void foo(int const&); ...
8
by: Dennis Marks | last post by:
In the following function: function showMenu(theMenu, theAction) { if (document.getElementById) {document.getElementById(theMenu).style.visibility = theAction;} else {if (document.layers)...
3
by: JustMe | last post by:
Hi all ... I have an Access XP application that works fine at 8 separate locations. The 9th location however has all sorts of strange things happening. For example, as a test, I created a...
22
by: Martin C | last post by:
I have inherited a database which has a table for each of our 1200 customers. Each table is exactly the same. It is very difficult to generate reports I would like to create a new table and take...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.