.net - Custom build process load error -


i used able double-click build process xaml file open/edit (tfs) source control.

now, when loading 1 of our custom build process templates, i'm getting following error:

could not load file or assembly 'microsoft.visualstudio.platform.vseditor.interop, version=14.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)

i have bunch of errors in error log. prominent / severe of is:

compiler error(s) encountered processing expression "workspace". value of type 'microsoft.teamfoundation.versioncontrol.client.workspace' cannot converted 'microsoft.teamfoundation.versioncontrol.client.workspace'. type mismatch due mixing file reference 'c:\windows\assembly\gac_msil\microsoft.teamfoundation.versioncontrol.client\10.0.0.0__b03f5f7f11d50a3a\microsoft.teamfoundation.versioncontrol.client.dll' in project 'vbhost' file reference 'c:\windows\microsoft.net\assembly\gac_msil\microsoft.teamfoundation.versioncontrol.client\v4.0_12.0.0.0__b03f5f7f11d50a3a\microsoft.teamfoundation.versioncontrol.client.dll' in project 'vbhost'. if both assemblies identical, try replacing these references both references same location.

as as:

compiler error(s) encountered processing expression "builddetail". type 'ibuilddetail' not defined.

these repeated multiple times multiple statements , multiple assemblies.

my coworkers receiving same errors, using vs 2013 pro, each different machine configurations (some have vs 2015 ctp installed, others have additional tfs api libraries installed, etc). errors consistent across of mahines, though.

what cause of these errors? definitions haven't changed in on year. have changed make our builds not load anymore?

it seems have reference in xaml versioncontrol.client tfs2010. xaml file for:

xmlns:mtbc1="clr-namespace:microsoft.teamfoundation.build.client;assembly=microsoft.teamfoundation.build.client, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a" 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -