Browse by Tags

What darn process is locking the file?
Tuesday, January 12, 2010 10:09 AM
This is quite old, however very useful so I thought I would share it. Also I need to “get on the ball” and post something on my blog. So, you try to delete a dll-file and get the error “could not delete the file because it is used by another process”. Often that process is Visual Studio so a simple restart does the trick. However, sometimes that does not cut... Read More...
by Mikael Sand | with no comments
Filed under: ,
Useful tips for the ”run”-addicted developer
Wednesday, July 22, 2009 2:38 PM
I often find myself accessing the GAC or the system-catalog. One way of doing this is to navigate using the windows explorer, and another way is to use a shortcut. Another not so obvious and much faster way is to use the "Run"-option from the start menu (or simply windows key + R) and type "assembly" to open the local GAC or "system32"... Read More...
by Mikael Sand | with no comments
Filed under: ,