Package 'CctSharedPackage'

I recently updated visual studio 2013 with Azure SDK 2.6 and since then I have been getting this message and project publishing is also not working. I uninstalled and reinstalled the Azure SDK and also reinstalled VS 2013 SP4; but the problems remain the same. I also did this ...

gacutil -i "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Publish\Microsoft.VisualStudio.Web.Internal.Contracts.dll"

gacutil -i "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Publish\Microsoft.VisualStudio.Web.Publish.dll"

      

In ActivityLog.xml I see these failures ...

      755 2015/05/16 11: 40: 41,496 VisualStudio error SetSite error for package [CctSharedPackage] {77A5A151-6A9B-4D08-BC38-340AB29566E2}       


80070002 Could not load file or assembly 'Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.4, Version = 1.4.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. 756 2015 / 05/16 11: 40: 41,496 VisualStudio Error Loading Target Package [CctSharedPackage] {77A5A151-6A9B-4D08-BC38-340AB29566E2}       
80070002 Could not load file or assembly 'Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.4, Version = 1.4.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

VS2013 is looking for version 1.4 of these two files, while in my C: \ Program Files (x86) \ Microsoft Visual Studio 12.0 \ Common7 \ IDE \ Extensions \ Microsoft \ Web Tools \ Publish folder where I have version 2.3.60417.0

What could be wrong?

+3


source to share


1 answer


Open "Add / Remove Programs" and find Windows Azure Tools for Visual Studio 2013

, double click it and simply "Repair".



Here is a blog post with more details on the problem and alternative solutions. Repairing Azure Tools solved the problem for me.

+1


source







All Articles