Azureはじめました

Windows Azureで業務システムを組んでみる日記

AzureプロジェクトがcctSharedPackageのロードエラーで開けない

f:id:twisted0517:20140418152234p:plain

アップデートのたびにこういうのが起きるの本当に勘弁して欲しい('A`)

解決法

MSDNBlogにあった。

I started Visual Studio 2013 this morning and opened the About dialog to make sure that I was running Update 1 on this particular machine. Before the About dialog was displayed, I got the following error dialog:

                                                    • -

Microsoft Visual Studio

                                                    • -

The 'CctSharedPackage' package did not load correctly.

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\...\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml'.

Continue to show this error message?

                                                    • -

Yes No

                                                    • -

Ack! What happened? Apparently this is an issue with the Windows Azure Tools for Microsoft Visual Studio 2013 - v2.2. Although further research shows that it's a problem with previous versions of the Azure SDK, as well. So, I went to Control Panel, opened "Programs and Features", right-clicked on "Windows Azure Tools for Microsoft Visual Studio 2013 - v2.2", and clicked "Change". In the "Modify Setup" dialog that appeared and clicked "Repair". This fixed the problem.

Rob

Fixing "The 'CctSharedPackage' package did not load correctly" - Robert Bernstein's Blog - Site Home - MSDN Blogs

プログラムの追加と削除>"Windows Azure Tools for Microsoft Visual Studio 2013 - v2.2">変更>Repair でリペアする。

と。

治ったは治ったんだが

こういうことが頻繁に起こるアップデートってどうなのよ。