Archived

This forum has been archived. Please start a new discussion on GitHub.

Error using latest Ice Builder and VS2015.1

It appears that the Ice Builder for Visual Studio was updated on Friday 2016-02-26. Starting today we are seeing this error when building C# projects with Ice Builder:

System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
at System.Runtime.InteropServices.Marshal.ThrowExcept ionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure (Int32 hr, Int32[] expectedHRFailure)
at IceBuilder.ProjectUtil.GetProjecTypeGuid(IVsProjec t project) in C:\Users\pepe\Documents\ZeroC\ice-builder-visualstudio\IceBuilder\ProjectUtil.cs:line 30
at IceBuilder.DTEUtil.IsCppProject(IVsProject project) in C:\Users\pepe\Documents\ZeroC\ice-builder-visualstudio\IceBuilder\DTEUtil.cs:line 155
at IceBuilder.DTEUtil.IsIceBuilderEnabled(IVsProject project) in C:\Users\pepe\Documents\ZeroC\ice-builder-visualstudio\IceBuilder\DTEUtil.cs:line 166
at IceBuilder.Package.BuildEvents_OnBuildBegin(vsBuil dScope scope, vsBuildAction action) in C:\Users\pepe\Documents\ZeroC\ice-builder-visualstudio\IceBuilder\Package.cs:line 7151>
Build started: Project: X.NET, Configuration: Debug Any CPU


Any thoughts?

Ice 3.6.1
Visual Studio 2015 Update 1
Ice Builder

Comments