Spent a while today trying to figure out why I couldn't run an app, which kept giving me the build error that a dll was being used by another process. I found this super nice tip which can help avoid a bunch of procmon/etc fiddling:
1. open a command line
2. go to the directory containing your locked dll
3. >tasklist /m my.locked.dll
via http://edwin.vriethoff.net/2009/01/26/find-out-which-process-is-locking-a-dll-without-extra-tools/
I am a programmer but I am not your programmer. Some of what I write may be useful, especially if it is pointing you at information written by other people.
Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts
Wednesday, November 27, 2013
Tuesday, October 15, 2013
Phone devs love this one weird trick.
Just came across a really sweet fiddler trick to make life a little simpler for windows phone development: set up an autoresponder rule that serves the FiddlerRoot certificate from a nice short url, to save a little effort in the process of re-installing it every time you restart the emulator.
http://rikk.it/2013/07/capture-windows-phone-8-network-traffic-with-fiddler/
Subscribe to:
Posts (Atom)