Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
705 views

Writing to a FileStream behaves strangely, as observed by process monitor

I'm using FileStream to write to a file, and watching the underlying system calls using Process Monitor. I'm having trouble with some file locking issues in a production deployment, so I'm looking at ...
1
vote
1answer
126 views

Process Monitor shows “path not found” for valid URLs

We use "Process Monitor" (ProcMon) to monitor the w3wc.exe process on a Windows Server 2008 running IIS7 . We have noticed that requests to perfectly legal urls still results in a "PATH NOT FOUND" ...
1
vote
2answers
91 views

Catch C runtime function calls with Sysinternals.ProcMon

Is there a way to get _stat() C runtime functions caught in ProcMon
1
vote
2answers
421 views

7z file manager deletes temporary file for external editor

I am using a lot applications from portableapps.com for work, and more particularly 7-zip portable and gVim portable. I have set 7zip's external editor to gVimPortable.exe. It works perfectly when ...
0
votes
3answers
561 views

*.pyd file fails to load, but DependancyWalker comes up clean, and ProcMon shows it loaded

I am trying to load a *.pyd with Python, but I receive the well known "Import Error: DLL load failed: the specified procedure can not be found." error. I have already done the following: 1.) ...
0
votes
1answer
386 views

Monitoring IO like Sysinternals' ProcMon

How does the Process Monitor from Sysinternals monitor file IO activity like it does? If you enable the advanced information, you can see that calls that were previously shown as CreateFile are now ...
0
votes
0answers
150 views

How do I make ProcMon show activity by the ASP.NET impersonated account?

I'm trying to debug a file permission problem. I'm running ASP.NET 2.0 on Windows 2003 32-bit standard edition. ASP.NET 2.0 is configured to impersonate my web sites anonymous accounts. In my ...
0
votes
1answer
539 views

Prefetching information in windows XP fails and abort the launching of my application

I compile my application on a windows XP SP3 machine. When it compiles, I try to lauch it, and windows replies me back with : Unable to start program 'xx'. This application has failed to start ...