3F / vsSolutionBuildEvent

🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Other
79 stars 22 forks source link

Tool Extension on VS2013 Express or the replacement pro for simple debug #10

Closed 3F closed 8 years ago

3F commented 10 years ago

Originally reported by: Denis Kuzmin (Bitbucket: 3F, GitHub: 3F)


my trial version has expired., and need to find any variants for debugging :( purchase will be expensive for home use... (I have only older Professional box licence)

Everyone knows about business model of MS: Extensions != Express

However., what we have (what i see) for latest versions:

PLK problem:

#!bash#

Warning    CheckPackageSignature failed; invalid Package Load Key    {94ECD13F-15F3-4F51-9AFD-17F0275C6266} Microsoft Visual Studio Appid Stub
Warning    Appid denied the loading of package    {94ECD13F-15F3-4F51-9AFD-17F0275C6266}        VisualStudio

no precise info:

problem can be still with some stubs (it's crazy my dear MS) or really with the PLK or another.. I hope that's second problem and possible to find any solution.

94ecd13f-15f3-4f51-9afd-17f0275c6266 for WDExpress 12.0:

#!bash

[HKEY_CURRENT_USER\Software\Microsoft\WDExpress\12.0_Config\Packages\{94ecd13f-15f3-4f51-9afd-17f0275c6266}]
@="net.r_eg.vsSBE.vsSolutionBuildEventPackage, vsSolutionBuildEvent, Version=0.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"
"Class"="net.r_eg.vsSBE.vsSolutionBuildEventPackage"
"CodeBase"="C:\\Users\\reg\\AppData\\Local\\Microsoft\\WDExpress\\12.0\\Extensions\\ny23ulb5.akz\\vsSolutionBuildEvent.dll"
...

PublicKeyToken can be as null if lib not signed

so, TODO: instruments or solution


3F commented 9 years ago

Original comment by Denis Kuzmin (Bitbucket: 3F, GitHub: 3F):


A great respect to Microsoft!

done :)

VS2013_community.png