开发者

Debugging Visual Studio 2010/IE 8 - Unable to start program - Element not found

When trying to debug an MVC2 app in VS2010 using IE 8, I sometimes get the following error (port n开发者_运维技巧umber changes).

Unable to Start program 'http://localhost:55853/' Element not found

It is really difficult to find the problem as it seems to be totally random. Has anyone else come across this problem?


if you had to add the DWORD TabProcGrowth to your registry in order to debug in VS2005 using IE8, you will need to delete that DWORD in order to debug in VS2010 using IE8.


Tools > Internet Options > Advanced Under the Browsing Section --- Uncheck the "Disable Script Debugging (Internet Explorer)


you can turn of dynamic port in project setting. By doing that, you can prevent starting multiple instance of asp.net developer server.


Disable automatic crash recovery in IE via 'Internet Options' -> 'Advanced' -> 'Browsing'.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜