Profilo di DamianDamo's spot on the webFotoBlogElenchi Strumenti Guida
13 febbraio

ASP.NET 1.1 & 2.0 on Windows XP breaks the VS.NET 2003 debugger

I rebuilt my system only last week due to it going to "blue-screen heaven" and hadn't tried to debug anything in VS.NET 2003 until today.  Imagine my horror when I received a nasty message from VS saying the debugger failed to start on this server (localhost).  The only thing majorly different from my last build was that I have v2.0 of the .Net Framework installed.  Turns out the registration of ASP.NET 2.0 stopped the 1.1 debugger from starting because when I ran "aspnet_regiis -u" from the v2.0 framework folder to uninstall ASP.NET 2.0, the debugger started working again!
 
It seems a little strange that the two won't work together so maybe there is a way to have them co-exist on the same dev. machine that I don't know about.  If anyone reading this does know, please leave a comment!

Commenti (1)

Attendere...
Il commento immesso è troppo lungo. Immetti un commento più breve.
Immissione non effettuata. Riprova.
Impossibile aggiungere il commento al momento. Riprova più tardi.
Per aggiungere un commento è necessaria l'autorizzazione di un genitore. Chiedi autorizzazione
I tuoi genitori hanno disattivato i commenti.
Impossibile eliminare il commento al momento. Riprova più tardi.
Hai raggiunto il numero massimo di commenti pubblicabili giornalmente. Riprova tra 24 ore.
Impossibile lasciare commenti. La funzionalità è stata disattivata perché i sistemi hanno rilevato una possibile attività di spamming dal tuo account. Se ritieni che il tuo account è stato disattivato per errore, contatta il supporto tecnico di Windows Live.
Esegui il seguente controllo di protezione per completare la pubblicazione del commento.
I caratteri digitati nel controllo di protezione devono corrispondere ai caratteri dell'immagine o della riproduzione audio.
Damian Edwards ha disattivato i commenti di questa pagina.
Immagine di Anonimo
Joseph Cooney ha scritto:
It doesn't seem strange at all to me. CLR 2.0 has new IL instructions that 1.1 did not have (IIRR). If your ASP.NET app is running under framework v2.0 then you have to use the framework v2.0 debugger. You can selectively set certain web apps to run under 1.0, 1.1 and 2.0 on the same machine using the command line options in aspnet_regiis.
13 Feb.

Riferimenti (6)

L'URL di riferimento per questo intervento è:
http://damianpedwards.spaces.live.com/blog/cns!A079DE667E1958B3!205.trak
Blog che fanno riferimento a questo intervento