views:

26

answers:

0

I am currently getting an "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information" error when trying to build a wsp from within visual studio 2010 to be deployed to sharepoint.

There is an article here that references this issue with an interesting answer by miko:

http://stackoverflow.com/questions/1091853/unable-to-load-one-or-more-of-the-requested-types-retrieve-the-loaderexceptions

miko says he used WinDbg with the SOS extension to determine which assembly wasn't loading by getting a list of FileNotFound exceptions. This sounds brilliant, I really want to do this.

My question is: How do I get this list miko is talking about? What do I attach WinDbg to? He mentions the command: !dumpheap -stat -type Exception /D but I don't know how to get to the point that I can execute it.

Any help is greatly appreciated,

bd