473,657 Members | 2,490 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net debugging fails after installing whidbey

I am running windows xp with both vs2003/.net 1.1 and the whidbey/.net 2.x
beta 1. Since i installed whidbey, i have been able to neither run (F5) my
apps nor attach to the aspnet worker process for my vs2003 apps. This is
obviously a really big problem and i'm sure that somebody must have also run
into it by now. Does anyone know how to fix this??

thanks,

_howard
Nov 18 '05 #1
4 1280
This is a known bug. I talked to someone at microsoft about it and he said
that the only way he knows of is to never have installed vs2005. Keep in
mind this is beta software and it does stuff like this often.
Nov 18 '05 #2
That is probably wrong, check out the asp.net tab in the property dialog
for you site in iis. Change from .NET 2.0 to 1.1 to be able to debug your
web application with 2003. The default setting is 2.0, and 2003 cannot
debug 2.0 apps.

/Hugo

On Sun, 3 Oct 2004 09:55:06 -0700, Scott Simons wrote:
This is a known bug. I talked to someone at microsoft about it and he said
that the only way he knows of is to never have installed vs2005. Keep in
mind this is beta software and it does stuff like this often.

Nov 18 '05 #3
Hi Hugo - thanks for the suggestion.

Unfortunately, this new feature does not seem to work yet. When i switch
back to 1.1, apply the settings and close the dialog, i still get the "unable
to start debugging on the web server" error, and additionally, when i then go
back and look at the asp.net tab for my virtual, i can see that it was reset
to the 2.0 version of the framework.

_howard

"Hugo Wetterberg" wrote:
That is probably wrong, check out the asp.net tab in the property dialog
for you site in iis. Change from .NET 2.0 to 1.1 to be able to debug your
web application with 2003. The default setting is 2.0, and 2003 cannot
debug 2.0 apps.

/Hugo

On Sun, 3 Oct 2004 09:55:06 -0700, Scott Simons wrote:
This is a known bug. I talked to someone at microsoft about it and he said
that the only way he knows of is to never have installed vs2005. Keep in
mind this is beta software and it does stuff like this often.

Nov 18 '05 #4
Howard,

If you want to be able to debug between the two versions, you need to
register the specific version of IIS each time. That is, if you
installed Whidbey then the version of aspnet that ships with Whidbey
(called Cassini) is currently registered and so you need to register
the 2003 version before you can debug. You can do that by running
"aspnet_regiis. exe –i" in the install folder at:

%windir%\Micros oft.net\framewo rk\v1.1*\
%windir%\Micros oft.net\framewo rk\v2*\

sayed

howard dierking <ho************ @discussions.mi crosoft.com> wrote in message news:<51******* *************** ************@mi crosoft.com>...
I am running windows xp with both vs2003/.net 1.1 and the whidbey/.net 2.x
beta 1. Since i installed whidbey, i have been able to neither run (F5) my
apps nor attach to the aspnet worker process for my vs2003 apps. This is
obviously a really big problem and i'm sure that somebody must have also run
into it by now. Does anyone know how to fix this??

thanks,

_howard

Nov 18 '05 #5

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

Similar topics

2
357
by: jeremy | last post by:
I tried to install "Microsoft® Visual Studio® 2005 Community Technology Preview" and it stops installing when trying to install the DAC 9.0
11
3802
by: Gustavo Franco | last post by:
Hi, I did a medium complex application in C#, and in some areas the memory goes up to 60Mb, when I finish I dispose everything and setting everything to null and calling GC.Collect, but the memory never goes below 45MB and I'm pretty sure I'm not allocating that huge amount of memory.
5
2057
by: Don Hans | last post by:
Gents, Have .Net2003 Enterprise architect installed on a Win2k Server with IIS. Even logged in as administrator, I cannot run any ASP.NET app with debugging. I always get the error "Unable to start debugger on the web server: Access is Denied" when attempting to start the app with debugging. Now, I have already spent 3 days going through every Knowledge base article and all the included help with .net, have tried about 50 different...
1
1663
by: Drunken Coder | last post by:
I have a small network setup in my home where I have my workstation which is WindowsXP Home Edition and a server running Windows 2000 Server configured as a domain controller. The domain controller has Visual Studio.NET installed on it and IIS is configured. This machine is also hosting my SQL Server 2000. Everything except debugging seems to be working. I can connect to the machine from my remote workstation and develop as well as develop...
16
4199
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
7
2911
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*" path="*.sgf" type="CustomExtensionHandler, Extenders.CustomExtensionHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d831d925597c1031" validate="True"/> </httpHandlers>
2
1269
by: Joginder | last post by:
I have developed an Add-In for VS2005 in Basic. It works fine on a couple of machines but fails witht the following error on one: ----Start of Message There was a problem loading the Add-in file 'C:\Documents and Settings\Bob\Application Data\Microsoft\MSEnvShared\Addins\VSNETcodePrint2005 - To Deploy.AddIn'." Would you like to remove this Add-in file?
3
900
by: lgbjr | last post by:
Hi All, I'm devoting a machine to start testing the 2005 series and I keep getting the following error when trying to start VS.NET 2005: C:\Program Files\Microsoft Viual Studio 8\Common7\IDE\devenv.exe This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem. Note that MS says "may" fix. It doesn't. I'm installing from my MSDN DVD,
3
3169
by: 1388-2/HB | last post by:
This is happening on a WinXP Pro SP2 machine with Visual Studio 2005 & local IIS as the debugger. Everything was working fine this morning (and had been working for weeks/months prior). After a trip to windows update (where I installed IE 7, .NET 3.0, VS 2005 SP1 and misc updates for XP such as timezone changes & a new sound driver) I can no longer debug my web app on IIS. I now receive this message: "Unable to start debugging on the...
0
8742
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8621
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6177
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1971
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.