NuGet: "Unable to load one or more of the requested types"
Posted
by
Joe White
on Stack Overflow
See other posts from Stack Overflow
or by Joe White
Published on 2010-12-31T22:40:21Z
Indexed on
2010/12/31
22:54 UTC
Read the original article
Hit count: 386
visual-web-developer
|Nuget
I installed NuGet into Visual Web Developer 2010 Express, but when I go to Solution Explorer, right-click on a project's "References" folder, and select "Add Library Package Reference", I immediately get this error:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
There's just an OK button, and no way for me to retrieve the additional information it's telling me about.
This is a fresh install of NuGet; I've never installed it on this computer before.
How can I fix and/or diagnose this error so I can get NuGet to work?
© Stack Overflow or respective owner