Re: .net 1.1 sp1 install may have broken vsnet debugging
From: Blair Neumann [MSFT] (blairn_at_online.microsoft.com)
Date: 10/13/04
- Next message: Blair Neumann [MSFT]: "Re: CLR 1.1 SP1 destroys System.Management code"
- Previous message: Manfred Braun: "RE: CLR 1.1 SP1 destroys System.Management code"
- In reply to: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Next in thread: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Reply: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Reply: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 17:55:43 GMT
Hi Paul.
Sorry to hear about your continued troubles debugging applications under
Visual Studio .NET. Unfortunately, I do not think that I am in any
position to help you troubleshoot your debugger, but you did also preface
this thread with concerns that the problem may have been introduced by .NET
Framework 1.1 Service Pack 1 and that you were unable to rollback to the
non-SP1 version. This is the area where I may be able to help. My
previous post assumed that you were not running on Windows Server 2003.
Now that I know that you are, in fact, running on Windows Server 2003, I
may be able to offer a bit more appropriate suggestions.
First off, you can uninstall .NET Framework 1.1 SP1 from Add/Remove
Programs on Windows Server 2003. If I were a support engineer and you told
me that your problems started after installing SP1, that would be the first
thing I would try. Unfortunately, the name for SP1 in Add/Remove Programs
is not intuitive, but it should be present. .NET Framework 1.1 SP1 is
listed as "Windows Server 2003 Hotfix - KB 867460" in Add/Remove Programs
on Windows Server 2003.
If uninstalling SP1 does not fix your problem then I would strongly
recommend re-installing it. A number of important fixes are contained in
SP1 and we definitely recommend you having it.
You can download .NET Framework 1.1 Service Pack 1 for Windows Server 2003
from the following download site. It should also be offered to your system
on Windows Update if you have uninstalled and not yet re-installed it.
http://www.microsoft.com/downloads/details.aspx?FamilyID=ae7edef7-2cb7-4864-
8623-a1038563df23&DisplayLang=en
Also, here is the list of bugs that are fixed in .NET Framework 1.1 SP1:
http://support.microsoft.com/?kbid=867460
Again, hope this helps! I always hate it when machines get flattened to
fix applications; with any luck, we'll find a way to get you back in shape!
Take care.
-Blair.
--------------------
> Date: Tue, 12 Oct 2004 23:48:02 -0600
> Subject: Re: .net 1.1 sp1 install may have broken vsnet debugging
>
> I still have not been able to fix this and it may not be related to the
> .net sp 1 software. No projects can be debugged using the debug run, but
> I can debug by attaching to a process. This is a pain and I want my
> debugger back. I reinstalled asp.net 1.1, and did a visual studio repair
> install. No help.
>
> I have checked all the default web site permissions and users, and the
> account for application pooling. Nothing I try seems to work, including
> the original settings that were working.
>
> The debugger was working fine until sometime after the sp1 install and a
> few MS security updates. My next tests will be to start removing the
> security updates one by one.
>
> I don't have an account on the local machine, but am an admin on active
> directory. My account is in the local debugger users group, none of this
> was changed. One day the debugger was working, the next it wasn't. There
> is no information provided by the error message, and all the usual fixes
> have been tried. I am going to ask the owner of the system to consume a
> MS support incident pretty soon, otherwise it's reformat the hard drive
> time.
>
>
> Blair Neumann [MSFT] wrote:
> > Hello Paul.
> >
> > Which operating system are you running .NET Framework 1.1 on?
>
> w2k3
>
> If this is
> > Windows Server 2003 then this response will not apply to you. If you
are
> > running on any 32-bit platform other than Windows Server 2003 however,
then
> > try the following suggestions.
> >
> > First, you can repair .NET Framework 1.1 (including SP1) from the
command
> > line using the following command. Do this from somewhere with
dotnetfx.exe
> > (the .NET Framework 1.1 installer, not the SP1 installer) in your path.
> > c:\> dotnetfx.exe /t:%tmp% /c:"msiexec.exe /fvecms %tmp%\netfx.msi"
> >
> > You also asked how to rollback to the previous version. You cannot
> > explicitly uninstall .NET Framework 1.1 SP1, however you can uninstall
and
> > re-install .NET Framework 1.1 which will effectively remove .NET
Framework
> > 1.1 SP1. This will also remove any .NET Framework 1.1 hotfixes which
you
> > have installed, so you will need to re-install these after
re-installing
> > NET Framework 1.1 (see below).
>
> This is what I did. I uninstalled asp.net from the control panel add
> remove windows components. Then reinstalled asp.net. This did not fix
> the debugger.
>
> >
> > You can find the .NET Framework 1.1 installer (dotnetfx.exe) here:
> >
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-
> > 8157-034d1e7cf3a3&displaylang=en
> >
> > You can determine which .NET Framework 1.1 hotfixes you have installed
(if
> > any) by checking Add/Remove Programs prior to uninstalling .NET
Framework
> > 1.1. Any Framework 1.1 hotfixes should look like this: "Microsoft .NET
> > Framework 1.1 Hotfix (KBxxxxxx)".
> >
> > I hope these suggestions help!
> >
> > Best wishes.
> > -Blair.
> >
> > --------------------
> >
> >>Date: Wed, 29 Sep 2004 13:00:25 -0600
> >>Subject: .net 1.1 sp1 install may have broken vsnet debugging
> >>
> >>I installed .net framework sp 1 update from the microsoft update site.
> >>There seems to be no way to roll back to the previous version. After
> >>installing this my vs.net debugging is broken for web apps. I can't use
> >>the .net repair tool included with the vs.net cd since it can't repair
> >>sp 1. None of the suggested debugging fixes are working.
> >>
> >>Any suggestions?
> >>
> >
> >
> >
>
-- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
- Next message: Blair Neumann [MSFT]: "Re: CLR 1.1 SP1 destroys System.Management code"
- Previous message: Manfred Braun: "RE: CLR 1.1 SP1 destroys System.Management code"
- In reply to: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Next in thread: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Reply: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Reply: Paul: "Re: .net 1.1 sp1 install may have broken vsnet debugging"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|