Iishfaaq Ismath
Iishfaaq Ismath

Reputation: 77

Could not load file or assembly Microsoft.VisualStudio.Shell,Design Version=14.0.0.0

When I try to save a form after doing some after doing some changes am getting an error as

'Could not load file or assembly Microsoft.VisualStudio.Shell.Design Version=144.0.0.0 Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.' I am using Visual studio 2013 Professional.

enter image description here

Upvotes: 0

Views: 5227

Answers (1)

Iishfaaq Ismath
Iishfaaq Ismath

Reputation: 77

I have solved this by changing the oldVersion to "14.0.0.0" of Microsoft.VisualStudio.Shell.Design assembly in C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ devenv.exe.config

enter image description here

Upvotes: 1

Related Questions