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 / ASP.NET / General / June 2007

Tip: Looking for answers? Try searching our database.

Installing Net Framework Service Pack 1

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dancer - 06 Jun 2007 16:19 GMT
I have made a new post because when I try to respond to another, I get the
error, "Article Rejected -- Ill-formed message id"

This is in response to the advice of Juan Libre to install Net Framework
Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1
------------------------------------------------------------------------------------------------
I found the following file, "svcpack.log" at C:\WINNT.
It contains many lines, a few of which are the following:

1577.734: Num Ticks for Reg update and deleting 0 size files : 17187
1577.734: DoInstallation: ApplyAdminSystemAclsRecursive for
c:\winnt\$hf_mig$\Service Pack 2 failed; error=0x00000003
1577.734: Starting process:
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\copy2gac /i /a /p:"C:\Program
Files\Common Files\microsoft shared\ink\1.7\"
1577

Does this mean that the Net Framework Service Pack 1 is *already* installed?
Juan T. Llibre - 06 Jun 2007 16:45 GMT
No, dancer, that log refers to the .net framework 1.0 service pack 2.

When you install the .net framework 1.1 service pack 1, you'll have these files :

1.  %temp%\netfxsl.log
2.  %temp%\netfxupdate.log

To get to the %temp% directory click Start, click Run, type “%temp%” and click OK.

Did you download and install the correct service pack ?

The .net framework 1.1 service pack 1 download is at :
http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb
-a83353618b38&displaylang=en


It's a 10.2MB download.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I have made a new post because when I try to respond to another, I get the
> error, "Article Rejected -- Ill-formed message id"
[quoted text clipped - 13 lines]
>
> Does this mean that the Net Framework Service Pack 1 is *already* installed?
dancer - 06 Jun 2007 19:21 GMT
1.  I installed net framework 1.1 service pack
2.  I found the 2 %temp% log files you mention below.
3.  I opened WebMatrix and ran a file.
4.  On the compiler error message there was this:
    Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210
5. I checked the Asp.Net tab to see if 1.1.4322 was chosen, and it was.
   However, I noticed that on the same tab, the file location is indicated
as \Framework\v2.0.50.
   Also, on the ISAPI Filters tab at the bottom is ASP 2.0.507270 with a
priority of low.
6. I am accessing the IIS folder from Administrative Tools.  In the
Administrative Tools there is a file called "net Framework 2.0
configuration".  There is not a 1.1 configuration.

????

> No, dancer, that log refers to the .net framework 1.0 service pack 2.
>
[quoted text clipped - 38 lines]
>> Does this mean that the Net Framework Service Pack 1 is *already*
>> installed?
dancer - 06 Jun 2007 22:03 GMT
I *should* have said there is no 1.1 configuration in the Administrative
Tools folder that I reach from the control panel.
There *is* a 1.1 configuration at this path: \Documents and
settings\Administrator\Start Menu\Programs\Administrator Tools\

> 1.  I installed net framework 1.1 service pack
> 2.  I found the 2 %temp% log files you mention below.
[quoted text clipped - 56 lines]
>>> Does this mean that the Net Framework Service Pack 1 is *already*
>>> installed?
Juan T. Llibre - 06 Jun 2007 23:03 GMT
re:
!> I checked the Asp.Net tab to see if 1.1.4322 was chosen, and it was.

Is that "Asp.Net tab" in the IIS Manager, when you right-click
the Application's name and select "Properties"  ?

re:
!> However, I noticed that on the same tab, the file location is indicated as \Framework\v2.0.50.

I'm getting confused now.
There is *no* "file location which specifies "\Framework\v2.0.50727" ...

What you should be seeing is :
File location : Drive:\PhysicalPathToYourApp'sFiles\web.config

In any case...
Did the .Net Framework 1.1 install correctly ?

To find out if it did, open a command window in the .Net Framework 1.1 directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

and run the following command :

aspnet_regiis -lv

That will list all the .Net Framework versions installed in your computer,
and will tell you if they are valid installations.

The entry for 1.1 will look like this :
1.1.4322.0  Valid  D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

If you do *not* have a valid installation for 1.1, reinstall it.

If you *do* have a valid installation, you can run the following command from the same directory:

aspnet_regiis.exe -s W3SVC/1/ROOT/YourAppName

( substitute your Application's virtual name for "YourAppName", of course... )

That will change the .Net Framework version for that Application to 1.1.

Now, you will be able to run your application against the .Net Framework 1.1.
Try that...and let us know how you did.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I *should* have said there is no 1.1 configuration in the Administrative Tools folder that I reach
>from the control panel.
[quoted text clipped - 52 lines]
>>>>
>>>> Does this mean that the Net Framework Service Pack 1 is *already* installed?
dancer - 07 Jun 2007 17:11 GMT
RE:  To find out if it did, open a command window in the .Net Framework 1.1
directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

and run the following command :

aspnet_regiis -lv
------------------------------------------------------------------------------------------------
I have an XP Pro.  I click Start, All Programs, Accessories, Command Prompt.
It "shells out", as we used to say in the DOS days.
Here I try to enter the directory where the Net Framework 1.1 resides, so
that I can enter the aspnet_regiis -lv command WITHIN that directory, but
the Command Prompt is looking for a command, not a directory.

The path where the 1.1 resides is this:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322
-----------------------------------------------------------------------------------------------------------

> re:
> !> I checked the Asp.Net tab to see if 1.1.4322 was chosen, and it was.
[quoted text clipped - 117 lines]
>>>>> Does this mean that the Net Framework Service Pack 1 is *already*
>>>>> installed?
Juan T. Llibre - 07 Jun 2007 17:27 GMT
When the command prompt opens, issue this command :

cd C:\WINNT\Microsoft.NET\Framework\v1.1.4322

...and, *then*, run aspnet_regiis -lv

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> RE:  To find out if it did, open a command window in the .Net Framework 1.1 directory :
>
[quoted text clipped - 119 lines]
>>>>>>
>>>>>> Does this mean that the Net Framework Service Pack 1 is *already* installed?

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.