edumunoz / editProjFiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with VS2012

MagicAndre1981 opened this issue · comments

I can't use the extension in VS2012.

In the ActivityLog.xml I see that the Microsoft.VisualStudio.Shell.12.0 is missing:

1503 2014/07/28 08:41:43.988 Error VisualStudio End package load [EditProjPackage] {67374493-7F41-4665-BB0F-9CE9EDE3FE7B}
80004005 - E_FAIL Could not load file or assembly 'Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Das System kann die angegebene Datei nicht finden.

This file is not part of VS2012 (I think it is only part of VS2013 or the 2013 SDK).

First of all, thanks for reporting this issue.

I released a new version (1.1.3), which should fix this bug. See the commit 18044ab.

Please let me know if this solves your issue.

the new version fixes the issue. Thanks 👍