Project startup error - Unable to load one or more of the requested types.
Here is the error message in more detail:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
To find out which specific assembly is throwing a fit try using the Fusion Log Viewer. It's extremely helpful in situations like this.
http://www.hanselman.com/blog/BackToBasicsUsingFusionLogViewerToDebugObscureLoaderErrors.aspx
It should be in your visual studio program group. Just be sure to right click on it --> run as admin the first time so you can adjust the settings.
Thanks James. I copied all of the DLLs from an empty project and was able to get past the error.