Architect is Crashing with Could not Load File or Assembly Exception

Exception after trying to open the architect:

Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=4.0.2.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
------------------------------------------
========================================
Stack trace
========================================
  at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
  at System.Reflection.RuntimeAssembly.GetExportedTypes()
  at Origam.Extensions.TypeExtensions.GetExportedTypes(Assembly assembly)
  at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
  at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
  at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
  at System.Linq.Enumerable.<DistinctIterator>d__64`1.MoveNext()
  at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
  at System.Linq.Enumerable.<OfTypeIterator>d__95`1.MoveNext()
  at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  at Origam.Rule.ModelRules.GetErrors(List`1 schemaProviders, FilePersistenceService independentPersistenceService, CancellationToken cancellationToken)
  at OrigamArchitect.frmMain.DoModelChecks(FilePersistenceService independentPersistenceService, CancellationToken cancellationToken)
  at OrigamArchitect.frmMain.<>c__DisplayClass151_0.<RunBackgroundInitializationTasks>b__0()
  at System.Threading.Tasks.Task.Execute()   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at OrigamArchitect.frmMain.TaskErrorHandler(Task previousTask)

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.