Skip to main content

Posts

Showing posts from February, 2013

Troubleshooting GAC Dlls with tasklist command

Troubleshooting  a DLL installed in GAC can be tricky, especially if you are working on a project that requires loading multiple DLL libraries. One tool that I found useful in troubleshooting GAC Dll's is the tasklist command. If say, for example you are using GAC installed server side document processing library such as iTextSharp.dll , you can easily tell if the dll is currently loaded by running "tasklkist /m iTextSharp.dll" from the command line. More information on usage:  http://technet.microsoft.com/en-us/library/bb491010.aspx