Re: Process.Start

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello Dale

To verify whether that exe is displaying a message box that the interactive
user cannot see, you can use process explorer to look at the call-stack of
each thread in the process. Process Explorer can be downloaded from
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx. Run procexp
as admin, configure the windows symbol path, find the process in the
process tree, double-click it, and turn to the Threads tab. You will see
all threads in the list. Double click each thread and you can see their
call stacks. If there are functions like MessageBox in the stack trace, it
means that the app is waiting for the user input in the message box.

Process Monitor is a very power tool to check whether it's some security
issue (e.g. Access Denied when accessing the file system or other
resources) that causes the problem.
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx. Process
Monitor can trace all behaviors of applications in file system, registry,
image loading, thread creation, network, etc. The video
http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=346
demonstrates the use of process monitor in detail. After you get the log,
you can either analyze it by yourself by focusing on the entries with
"Access Denied" or "XXX not found" results, or send the log file to me.

Regards,
Jialiang Ge (jialge@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================

.



Relevant Pages

  • Re: SysLink Control Problem
    ... I reproduce this issue on my machine, and I can see in the Process Explorer that the two versions of the ComCtl32 loaded by Word. ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ... reproduce the problem in an Outlook COM addin based on KB 230689. ...
    (microsoft.public.win32.programmer.ui)
  • RE: Excel and Word co-operating question
    ... into Excel spreadsheet", right? ... 3.Use Process Monitor, we can check what registry keys and values are read ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Linked Server to Access DB Security
    ... the .ldb file will not be created. ... I recommend that you run Process Monitor to ... Microsoft Online Community Support ... Please feel free to let my manager ...
    (microsoft.public.sqlserver.server)
  • RE: Access 2003 crashes
    ... Thank you for using Microsoft MSDN Managed Newsgroup Services. ... To use Process Monitor, you can download it from this link: ... Microsoft Online Community Support ... Please feel free to let my manager ...
    (microsoft.public.access.formscoding)
  • Re: SQL Express attaching doesnt work
    ... please use FileMon or Process Monitor ... so it also seems that you do not have permissions on accessing this file. ... Microsoft Online Community Support ... Please feel free to let my manager ...
    (microsoft.public.sqlserver.setup)