MZ-Tools Articles Series: PRB: PEVerify.exe causes problem with EnvDTE.dll verifying Visual Studio 2005 add-ins

September 26, 2007

It happens that VSLangProj.dll references EnvDTE.dll version 7.0.3300.0 while Visual Studio 2005 add-ins use EnvDTE.dll version 8.0.0.0, so this causes problems verifying assemblies with peverify.exe. See here how to solve this problem: PRB: PEVerify.exe causes problem with EnvDTE.dll verifying Visual Studio 2005 add-ins http://www.mztools.com/Articles/2007/MZ2007032.aspx


MZ-Tools Articles Series: BUG: ProjectItem.Collection returns a wrong collection for folders of SQL Projects of Visual Studio Team Edition for Database Professionals

September 5, 2007

While adding support for SQL Server database projects of VS Team Edition for Database Professionals in my MZ-Tools add-in, I foundĀ a nasty bug in the implementation of the ProjectItem.Collection property when the item is a folder: BUG: ProjectItem.Collection returns a wrong collection for folders of SQL Projects of Visual Studio Team Edition for Database Professionals […]