Visual Studio Development Bookmark and Share   
 index > Visual Studio Debugger > Unable to start program element not found
 

Unable to start program element not found

Installed IE 8 final the other day and since when i debug in VS 2008 with an asp.net project I get an error, sometimes:

Unable to start program http://localhost:50183/directory/asppage.aspxelement not found.

Now, it does open IE 8 , but IE 8 says connecting I cannot close it except by the task manager. This does not happen all the time. This is driving me nuts and I cannot find any information on this issue anywhere.

Any information on how to address this issue would be great.

Vecdid  Monday, April 27, 2009 1:12 PM
I think I fixed it. It doesn't seem to happen when I turn protected mode off. Seems like a security concern, but so far after a few debugs all seems well...
  • Marked As Answer byVecdid Saturday, May 02, 2009 1:44 AM
  •  
Vecdid  Saturday, May 02, 2009 1:43 AM
I am having the same problem and also can only close IE8 by using task manager. The errors are not consistent. Sometimes thebrowser will not evenstart but usually it shows as "connecting".
DonaldEF  Monday, April 27, 2009 2:09 PM
I am getting the same error on two machines running vs 2008 sp1 with IE 8 installed. It is so spuratic. On this laptop It doesn't happen as much, although if I go into power saving mode or try to browse with ie 8 in another window while stating the debugger I get the error. This is a real annoyance there has to be alot more people having this issue. Any advice would be great.
Vecdid  Wednesday, April 29, 2009 4:00 AM
Hello Vecdid,

Based on my understanding, we have an ASP.NET web application, when we press F5 (Start Debugging) in Visual Studio 2008, it sometimes shows us: Unable to start program, element not found.And sometimes IE 8 opened, but justshows Connectiong...If I misunderstand you, please don't hesitate and correct me.

I did some tests on my machine, and here are my steps:
1. create a new web application
2. set a breakpoint at the beginning of the Page_Load event
3. press F5 and start debugging
4. IE 8 was launched and showed Connecting..., the breakpoint got hit at the mean time.
Hence, this is a normal situation if we set a breakpoint at the Page_Load event.
Do you happened to set some breakpoints there?

Please following the steps below toverify if the Enable HTTP Keep-Alives option is checked in IIS:
1. OpenInternet Information Services (IIS)Manager
2. Expand the Web Sites node
3. Right click the Default Web Site node and choose Properties
4. Click Web Site tab and find the Connections section
5. Check Enable HTTP Keep-Alives check box

For more information to troubleshoot the issue, please refer to the link below and check those options:
Error: unable start debugging on the Web Server:
http://msdn.microsoft.com/en-us/library/dwesw3ee(VS.80).aspx

Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the All-In-One Code Framework!
Roahn Luo  Thursday, April 30, 2009 5:36 AM

Roahn,

I was unable to make the webserver work even when clicking the "Start Without Debugging" was used. I also disabled all breakpoints when debugging and could not get the web server to work. As noted above, the errors seem to differ even when repeating the exact same steps. I had to uninstall IE8 and the web server on VS2008 is working perfectly, so this had to be the issue.

DonaldEF  Thursday, April 30, 2009 12:55 PM
I am not running IIS, I am using the built in development webserver that comes with VS 2008. There isn't a breakpoint and it doesn't happen all the time. Here is exactly the error I get when trying to start a project:

This is from a from the template blank asp.net solution...

Title: Microsoft Visual Studio
Error: Unable to start program
'http://localhost:49662/Website1/Default.aspx'

Element Not Found

This started when I installed IE 8 Release. When I roll back on one of my other machines, the error no longer occurs.

I never installed any betas.

It doesn't happen all the time, I notice it happens more when I am browsing while starting the debugger.

IE 8 opens hanging at connecting, I cannot close it without going into task manager and end tasking on it.

I also noticed that when I click to open IE 8 by shortcut it opens two iexplorer.exe but I only ever see one open in a window.

This also happens when debugging. One will be like 4 mb of ram and the other like 100k.

When I end task on one it kills the other, although I only see one window.

The error is not because of the two as that happens when just launching IE8.

Any ideas?
Vecdid  Saturday, May 02, 2009 12:48 AM
Also I am running Vista Ult sp1 on one pc and home pro on the other
Vecdid  Saturday, May 02, 2009 12:51 AM
I also reset the browser after the upgrade from IE7 to 8
Vecdid  Saturday, May 02, 2009 12:52 AM
I think I fixed it. It doesn't seem to happen when I turn protected mode off. Seems like a security concern, but so far after a few debugs all seems well...
  • Marked As Answer byVecdid Saturday, May 02, 2009 1:44 AM
  •  
Vecdid  Saturday, May 02, 2009 1:43 AM
In IE 8
Go into tools internet options.

Click on security
Clieckon trusted sites

Add localhost as a trusted site.
Make sure protected mode checkbox is unchecked
Click OK
Vecdid  Friday, May 22, 2009 3:55 PM

Ihad the same issue and in my case, it was caused in relation to the sitemap. I refreshed the object bound to the sitemap, and the issue disappeared

I stand corrected. The issue is intermittent. Restart it one time,and it's fine, restart it again and the issue occurs, restart again, the issue occurs, restart again no issue.

  • Edited bymamikel Friday, May 29, 2009 2:43 AM
  • Edited bymamikel Friday, May 29, 2009 3:20 AM
  • Edited bymamikel Friday, May 29, 2009 2:37 AM
  •  
mamikel  Friday, May 29, 2009 2:36 AM
i still have the problem

any other solution?

visual studio 2008 sp1
windows vista business sp1
ie8
  • Edited byAlkaloon Friday, May 29, 2009 12:18 PM
  • Edited byAlkaloon Friday, May 29, 2009 12:18 PM
  •  
Alkaloon  Friday, May 29, 2009 12:14 PM
is the issue intermittent for you?
Application Developer
mamikel  Friday, May 29, 2009 11:04 PM
It doesn't seem to be intermittent for me. Just upgraded from IE7 to IE8 on Vista Business, and now I can no longer start my ASP.NET site in debug mode - I get the error every time!

[Edit]
Correction. SOMETIMES I don't get the issue. MOST times I do. Very frustrating. I've added localhost to the trusted sites, and made sure 'protected mode' is off. Any other suggestions? I'm tempted to uninstall IE8, but as our users are starting to migrate to it, I really need to be able to support it.
  • Edited byJohnHorb Monday, June 08, 2009 9:50 AMMore info
  •  
JohnHorb  Thursday, June 04, 2009 10:42 AM
I've had this problem for quite some time now... It appears to be worst when I have IIS running. I was just using it for the FTP site. When I stop these services, I can connect with IE8 first time, everytime. I would rather not shut down my ftp site so if anyone has another solution........

Thanks
Aarrrgggg  Friday, June 12, 2009 1:08 AM
i met this problem after install windows7 rc with vs8 + sp1. any solution on this?

thanks!
Li Zheng  Monday, July 06, 2009 12:31 AM
I'm having the same problem in Windows XP with Visual Studio 2008 and IE8. My understanding is that there is no protected mode under XP, so that can't be the problem. I am 100% sure that this error started to appear after I upgraded to IE8. It occurs about 1 out of every 5 times I start debugging a web application using the Visual Studio test server, not IIS.
Howard Cannon  Friday, August 14, 2009 7:43 AM
Getting very frustrated with this. It seems nobody has any solution.
JohnHorb  Friday, August 28, 2009 10:09 AM
I agree. Could anyone at least suggest a better place to report this bug?
Howard Cannon  Friday, August 28, 2009 2:37 PM
You can add me to the list of people with the same problem.  You would think someone at Microsoft would see these and do something about it.

OK.  I solved the problem.  I ran two web sites in Visual Web Developement 2008 Express (one I wrote and one that I got off a Microsoft Tutorial) and they both failed with the message "Unable to start program "http://localhost:..."

I then closed Visual Web Developement 2008 Express and opened Visual Web Developement 2005.  I ran the same two web sites and they worked perfectly.
  • Proposed As Answer byalmostrookie Friday, October 09, 2009 3:06 AM
  •  
almostrookie  Wednesday, October 07, 2009 9:46 PM
You can add me to the list of people with the same problem.  You would think someone at Microsoft would see these and do something about it.

OK.  I solved the problem.  I ran two web sites in Visual Web Developement 2008 Express (one I wrote and one that I got off a Microsoft Tutorial) and they both failed with the message "Unable to start program "http://localhost:..."

I then closed Visual Web Developement 2008 Express and opened Visual Web Developement 2005.  I ran the same two web sites and they worked perfectly.

lol, terrific.  Has this issue persisted with VS 2K8 SP1 anyone? 
Application Developer
mamikel  Friday, October 09, 2009 3:16 AM

You can use google to search for other answers

Custom Search

More Threads

• How to debug dll (VC++ 2005) project
• How to restore debug engine settings?
• Process.MainModule access denied
• How to change Web Explorer used by Asp.Net on Visual studio 2005 profesionnal for debug Web Projects?
• F5 does not work ! : Need to use "Start new instance"
• VS.NET 2005 Automatic Debugging when a dll gets loaded
• Limitations/bugs in the Silverlight debugger?
• VS.NET 2005 Break Point problem
• No codebehind file is showing up... in remote debugging - attach process
• Application freezes using Ctrl-F5 vs not freezing using F5 in Visual Studio