Reputation: 1
I'm trying to build a VB.net project which is already working in another system. I'm facing the below issue.
Reference.svcmap: Could not load file or assembly 'Microsoft.VisualStudio.Shell, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
kindly help me Im very new to this.
Upvotes: 0
Views: 2325
Reputation: 11
Hatjhie's solution worked like charm.
Path to reach to the checkbox "Reuse types in references assemblies" is as below:
Upvotes: 1
Reputation: 1365
This might help you http://alanfeekery.com/2012/09/03/could-not-load-file-or-assembly-error-in-visual-studio-2012/
I think the best solution is on Chris Towles blog, just adjust your Service Reference Settings to disable “Reuse types in references assemblies”. Problem solved.
Upvotes: 2