954,206 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Error in loading items into a Dropdown list box in an ASP .net Page

Hi all..

I have two dropdown list boxes in an aspx page to which i have to load items from the database..When i run the application i am getting the following error...

Auto- attach to process '[3236] aspnet_wp.exe' on 'machine 171' failed

Someone help in this regard..very urgent..

Regards,


Balaguru

Venks
Light Poster
35 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

To me this looks like the debugger is trying to attach to the process. This can be caused if you have both framework 1.1 and 2.0 on your machine and an IIS virtual folder configured for framework 2.0, but you are trying to debug with VS 2003. Or some such mismatch of CLR's and debugger.

hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
 

Hi HollyStyles..

Thank u very much for the help.The problem is exactly which u had mentioned..i

Venks
Light Poster
35 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

[Yes,I have both framework 1.1 and 2.0 on my machine and an IIS virtual folder configured for framework 2.0, but i am trying to debug with VS 2003.I couldn't do so..
Can u give me the solution to solve it ..i.e to debug with VS 2003..?

Venks
Light Poster
35 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

In IIS right click the virtual folder for your project and select properties. Click the ASP.NET tab, In the ASP.NET Version drop down select 1.1.4322, click the apply button and click OK. That's it.

hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You