Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
100 views

Why is Visual Studio constantly trying to create a 'dummy/empty' file?

I just ran Process Monitor (by Sys Internals) for the first time on this Win7 RTM machine to figure out the paths VS2008 uses when compiling (so i can exclude them from my AV). Check this out .... ...
2
votes
1answer
107 views

DLL not loaded from documented search path

I have a process which is loading a DLL from a place not listed in the documented search order (docs linked below). I want to know why. Here's the description of my setup: I have a folder 'c:\foo' ...
2
votes
2answers
297 views

How to use Process Monitor to determine which DLL is causing a BadImageFormatException

I have a large web application, which is supposed to run in a 64 bit process. However, when I set "Enable 32-bit Applications" to False on my App Pool, I get the following error trying to run the app ...
1
vote
2answers
169 views

Need the source code for top and find the connection between top and /proc/ directory in linux

I wanted the source code for top which I could not find anywhere also, i wanted a little more information on what exactly does the /proc directory contain.y I have seen it have a series folders ...
0
votes
0answers
37 views

How can I get the most out of Process Monitor? [closed]

What I'm really getting at here is, I would like answers with one or more uses of Process Monitor beyond my very simple filtering and killing process trees. Answers could be improved by a very short ...
0
votes
0answers
38 views

Why can't Process monitor catch irps from the volume which mounted by Dokan.sys?

There is Dokan project. I mounted a mirror volume with dokan.sys and mirror.exe. It works quite well. But Process Monitor can't watch irps of this volume. It's weired. What's the problem? I ...
0
votes
3answers
199 views

How can a device driver be EXE like Process Monitor

Process Monitor and Explorer are supplied an EXE file. But they include a driver. -Where is it. By Windows Internals, Process Monitor works by extracting a file system filter device driver from ...
0
votes
1answer
63 views

Visual studio has gone crazy trying to create files

I downloaded Process Monitor and began monitoring my project directory that I am writing code in. I see endless entries every couple seconds of: Operation: Create File C:\Inetpub\wwwroot\csharp ...
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 ...