PC Review


Reply
Thread Tools Rate Thread

Debug/Start Without Debugging gives IE8 opened with the address bar containing about:blank

 
 
Cal Who
Guest
Posts: n/a
 
      25th Nov 2009
I think this is a weid one.

When I do Debug/Start Without Debugging
I get IE8 opened with the address bar containing: about:blank
and the big pane blank.

I close IE that and a new IE opens with the usuall localhost address and a
correct big pane display.

Can you tell me how to avoid that first IE or why I'm getting it?


Thanks


 
Reply With Quote
 
 
 
 
Cal Who
Guest
Posts: n/a
 
      28th Nov 2009

>I think this is a weid one.
>
> When I do Debug/Start Without Debugging
> I get IE8 opened with the address bar containing: about:blank
> and the big pane blank.
>
> I close that IE and a new IE opens with the usuall localhost address
> and a correct big pane display.
>
> Can you tell me how to avoid that first IE or why I'm getting it?
>

I still have this effect.
Is it true that none of you have seen this happen?

Thanks


 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      28th Nov 2009
Don't have that and never seen this here..

Could it be that you have multiple start pages defined in IE8 ?

The second one really opens when the first one is closed or do they appaear
both if you just let them proceed.

--
Patrice


" Cal Who" <(E-Mail Removed)> a écrit dans le message de
news:(E-Mail Removed)...
>
>>I think this is a weid one.
>>
>> When I do Debug/Start Without Debugging
>> I get IE8 opened with the address bar containing: about:blank
>> and the big pane blank.
>>
>> I close that IE and a new IE opens with the usuall localhost address
>> and a correct big pane display.
>>
>> Can you tell me how to avoid that first IE or why I'm getting it?
>>

> I still have this effect.
> Is it true that none of you have seen this happen?
>
> Thanks
>


 
Reply With Quote
 
Cal Who
Guest
Posts: n/a
 
      28th Nov 2009
Only happens with:
Debug/Start Without Debugging


If I right click Default.aspx and select
View in Browser
it opens OK.
Browse with and select IE
works OK

I changed a bunch of things in IE (like open pop ups in a tab) but that did
not fix it.


I opened "Developer Tools" and the html was simply:

<html>
<head>
<title></title>
<body/>

Nothing else.


It's not a serious problem but surprising.

Thanks for replying, it at least tells me it is not something everyone else
knows about.

"Patrice" <http://scribe-en.blogspot.com/> wrote in message
news:(E-Mail Removed)...
> Don't have that and never seen this here..
>
> Could it be that you have multiple start pages defined in IE8 ?


No. I checked.

>
> The second one really opens when the first one is closed or do they
> appaear both if you just let them proceed.


I wait a while and it waited until I closed the first one.

>
> --
> Patrice
>
>
> " Cal Who" <(E-Mail Removed)> a écrit dans le message de
> news:(E-Mail Removed)...
>>
>>>I think this is a weid one.
>>>
>>> When I do Debug/Start Without Debugging
>>> I get IE8 opened with the address bar containing: about:blank
>>> and the big pane blank.
>>>
>>> I close that IE and a new IE opens with the usuall localhost address
>>> and a correct big pane display.
>>>
>>> Can you tell me how to avoid that first IE or why I'm getting it?
>>>

>> I still have this effect.
>> Is it true that none of you have seen this happen?
>>
>> Thanks
>>

>



 
Reply With Quote
 
Steve Moore
Guest
Posts: n/a
 
      3rd Dec 2009
This is a bug in IE8 that MS seems to know about. In VS2008, go to File; Browse with... and make Firefox or another browser the default. When you run Start without Debugging, it should work correctly. Does for me.



Cal Who wrote:

Only happens withebug/Start Without DebuggingIf I right click Default.
28-Nov-09

Only happens with
Debug/Start Without Debuggin

If I right click Default.aspx and selec
View in Browse
it opens OK
Browse with and select I
works O

I changed a bunch of things in IE (like open pop ups in a tab) but that di
not fix it

I opened "Developer Tools" and the html was simply

<html
<head
<title></title
<body/

Nothing else

it is not a serious problem but surprising

Thanks for replying, it at least tells me it is not something everyone els
knows about

"Patrice" <http://scribe-en.blogspot.com/> wrote in messag

No. I checked

I wait a while and it waited until I closed the first one.

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Using TRY - CATCH to Rollback a Transaction - SQL Server
http://www.eggheadcafe.com/tutorials...h-to-roll.aspx
 
Reply With Quote
 
Cal Who
Guest
Posts: n/a
 
      3rd Dec 2009
That is correct - it only happens with IE as the default and I Start Without
Debugging..
If I Browse With and chose IE it woks OK.
Or if I debug and IE is the default it works OK.
I did as you suggest and that fixed it.
Thanks




<Steve Moore> wrote in message news:(E-Mail Removed)...
> This is a bug in IE8 that MS seems to know about. In VS2008, go to File;
> Browse with... and make Firefox or another browser the default. When you
> run Start without Debugging, it should work correctly. Does for me.
>
>
>
> Cal Who wrote:
>
> Only happens withebug/Start Without DebuggingIf I right click Default.
> 28-Nov-09
>
> Only happens with:
> Debug/Start Without Debugging
>
>
> If I right click Default.aspx and select
> View in Browser
> it opens OK.
> Browse with and select IE
> works OK
>
> I changed a bunch of things in IE (like open pop ups in a tab) but that
> did
> not fix it.
>
>
> I opened "Developer Tools" and the html was simply:
>
> <html>
> <head>
> <title></title>
> <body/>
>
> Nothing else.
>
>
> it is not a serious problem but surprising.
>
> Thanks for replying, it at least tells me it is not something everyone
> else
> knows about.
>
> "Patrice" <http://scribe-en.blogspot.com/> wrote in message
>
> No. I checked.
>
>
> I wait a while and it waited until I closed the first one.
>
> Previous Posts In This Thread:
>
>
> Submitted via EggHeadCafe - Software Developer Portal of Choice
> Using TRY - CATCH to Rollback a Transaction - SQL Server
> http://www.eggheadcafe.com/tutorials...h-to-roll.aspx



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot run exe to debug DLL in VS.NET 2003 - Unable to start debugging. Unable to start program. - Why??? Bob Rock Microsoft VC .NET 6 2nd Nov 2006 08:57 AM
Remote debugging: Unable to map the debug start page URL to a machine name Tom wilson Microsoft Dot NET Framework 1 17th May 2005 07:08 AM
Remote debugging: Unable to map the debug start page URL to a machine name Tom wilson Microsoft VB .NET 1 17th May 2005 07:08 AM
Remote debugging: Unable to map the debug start page URL to a machine name Tom wilson Microsoft Dot NET 1 17th May 2005 07:08 AM
Remote debugging: Unable to map the debug start page URL to a machine name Tom wilson Microsoft ASP .NET 1 17th May 2005 07:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:43 PM.