Exception Info: System.FormatException

I'm getting the error below post compare and when I click on the accordion to view the objects that have differences in schema

Application: RedGate.SQLCompare.UI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.FormatException
   at System.Version+VersionResult.SetFailure(ParseFailureKind, System.String)
   at System.Version.TryParseComponent(System.String, System.String, VersionResult ByRef, Int32 ByRef)
   at System.Version.TryParseVersion(System.String, VersionResult ByRef)
   at System.Version.Parse(System.String)
   at System.Version..ctor(System.String)
   at RedGate.SqlServer.Comparison.Schema.UI.Services.ExternalFormatting.ReleaseSqlPromptVersionChecker.IsCorrectVersion(System.String)
   at RedGate.SqlServer.Comparison.Schema.UI.Services.ExternalFormatting.ExternalFormatterLocator.LocatePromptPath(System.String)
   at RedGate.SqlServer.Comparison.Schema.UI.Services.ExternalFormatting.ExternalFormatter.Format(RedGate.SQLCompare.Engine.Regions)
   at RedGate.SqlServer.Comparison.Schema.UI.Services.SchemaEngineService.GetComparisonStrings(RedGate.SqlServer.Comparison.Schema.UI.Model.Grid.SchemaDifferenceRow, RedGate.SQLCompare.Engine.Options, System.Collections.Generic.List`1<RedGate.Compare.CommonUI.Shared.Model.MyRegion> ByRef, Boolean, Boolean)
   at RedGate.SqlServer.Comparison.Schema.UI.Services.SchemaEngineService.CreateTextualDifferences(RedGate.SqlServer.Comparison.Schema.UI.Model.ComparisonState, Boolean, RedGate.SqlServer.SharedGUI.Model.Schema.ISchemaDifferenceRow)
   at RedGate.SqlServer.SharedGUI.Controls.ObjectDifferences.Schema.SchemaDifferenceViewerFrame.CalculateDifferences(RedGate.SqlServer.SharedGUI.Model.Schema.ISchemaDifferenceRow)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

Answers

Sign In or Register to comment.