RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- From: Brian <bkbroiler@xxxxxxxxxxxxxxxx>
- Date: Thu, 10 Jul 2008 14:30:01 -0700
Feng,
More information but still need help.
I was browsing some other posts on this site that led me to a file called
Browsers.xml located at C:\Documents and Settings\Brian\Local
Settings\Application Data\Microsoft\VisualStudio\9.0
The contents are below and has Notepad in it.
I removed the section with Notepad and set IsDefault under Internet Explorer
to True.
I thought I had it! But when I ran a Web Service project in the debugger the
problem is still there. Not only that - VS 08 put Notepad back in the
Browser.xml file. It only changes this file back if I try to debug a web
project. Not if I just open VS, Open the project, then close.
Hope this new information helps!
<?xml version="1.0"?>
<BrowserInfo>
<Bowser>
<Name>Notepad</Name>
<Path>"C:\WINNT\NOTEPAD.EXE"</Path>
<Resolution>0</Resolution>
<IsDefault>True</IsDefault>
</Browser>
<Browser>
<Name>Internet Explorer</Name>
<Path>"C:\Program Files\Internet Explorer\iexplore.exe"</Path>
<Resolution>0</Resolution>
<IsDefault>False</IsDefault>
<DDE>
<Service>IExplore</Service>
<TopicOpenURL>WWW_OpenURL</TopicOpenURL>
<ItemOpenURL>"%s",,0xffffffff,3,,,,</ItemOpenURL>
<TopicActivate>WWW_Activate</TopicActivate>
<ItemActivate>0xffffffff,0</ItemActivate>
</DDE>
</Browser>
<InternalBrowser>
<Resolution>0</Resolution>
<IsDefault>False</IsDefault>
</InternalBrowser>
</BrowserInfo>
--
Brian
"Feng Chen[MSFT]" wrote:
Hello Brain,.
This behavior is strange. Notepad should not pop up while we're debugging
ASP.net application, so we can first find out how and why the notepad
process was created.
We can use Process Explorer
(http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx) to find
this information:
1. When notepad is popped up after we started the web application under
debug, open the process explorer and click "View|Show Process Tree" to open
the tree view mode of Process Explorer. Process tree reflects the
parent-child relationship between processes where child processes are shown
directly beneath their parent and right-indented. Here we can see the
parent of the notepad.exe process.
2. Open the property of the notepad.exe by double click. In the "Image"
tab, we can see the arguments passed to the notepad.exe from the "Command
Line" textbox.
Though we have not seen the Internet Explorer window, it might be started
without a visible window. We can find if the process of "Internet Explorer"
is presented in the process tree.
In addition, this problem might be caused by corrupted project settings. If
you create a new project, do we have the problem?
Please let me know about the information above so that I can provide
further assistance on this problem. I look forward to your reply.
Sincerely,
Feng Chen(v-fengch@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document: http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- From: Feng Chen[MSFT]
- RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- References:
- VS 2008 Web Projects will not debug - filename...syntax is incorre
- From: Brian
- RE: VS 2008 Web Projects will not debug - filename...syntax is incorre
- From: Feng Chen[MSFT]
- VS 2008 Web Projects will not debug - filename...syntax is incorre
- Prev by Date: RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- Next by Date: RE: RaisError in Database Pro
- Previous by thread: RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- Next by thread: RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- Index(es):
Relevant Pages
|