RE: VS 2008 Web Projects will not debug - filename...syntax is incorre
- From: v-fengch@xxxxxxxxxxxxxxxxxxxx (Feng Chen[MSFT])
- Date: Thu, 10 Jul 2008 10:34:18 GMT
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:
- References:
- Prev by Date: Attach to Process (not working)
- Next by Date: RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- Previous by thread: VS 2008 Web Projects will not debug - filename...syntax is incorre
- Next by thread: RE: VS 2008 Web Projects will not debug - filename...syntax is inc
- Index(es):
Relevant Pages
|