i'm unable to build my ASP.NET website due to 1 error
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.
I'm not sure where this file version is , if i add a reference to this file found in folder -
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies
it is version 11.0.0.0 and the build still fails.
i need to resolve this error but don't know what the solution is....
mark-1961
Member
30 Points
190 Posts
Build error
Mar 06, 2013 12:58 PM|LINK
i'm unable to build my ASP.NET website due to 1 error
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.
I'm not sure where this file version is , if i add a reference to this file found in folder -
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies
it is version 11.0.0.0 and the build still fails.
i need to resolve this error but don't know what the solution is....
sumitjain231
Participant
1436 Points
284 Posts
Re: Build error
Mar 06, 2013 01:14 PM|LINK
have you upgrade your website. if yes
remove reference of the old DLL and add again from add reference of latest version of DLL.
Remember to click Mark as Answer on the post that helps to others.
mark-1961
Member
30 Points
190 Posts
Re: Build error
Mar 06, 2013 01:19 PM|LINK
there is no reference to this DLL in the web.config, as i say if i add it the version in web config shows as 11.0.0.0 (and i get same error on build)
this build is looking for version 2.0.0.0 which i cannot find.
sumitjain231
Participant
1436 Points
284 Posts
Re: Build error
Mar 06, 2013 01:32 PM|LINK
don't look in webconfig check in refernece in solution explorer. it will display as yellow icon there remove it then clean solution and rebuild
Remember to click Mark as Answer on the post that helps to others.
goel.ankit
Contributor
2531 Points
513 Posts
Re: Build error
Mar 06, 2013 02:44 PM|LINK
this post could be of some help
Ankit
(Please select 'Mark as Answer' if my response has helped you.)
mark-1961
Member
30 Points
190 Posts
Re: Build error
Mar 06, 2013 03:25 PM|LINK
im actually working with a website not a web application project so where are these references set ?