Search code examples
c#wpfxamlvisual-studio-2015designer

Visual Studio XAML designer System.ArgumentOutOfRangeException Timespan error


I am getting an unhandled exception in the XAML Designer seemingly randomly, it occurs more often when I am looking through the properties window for an object but I can't see a rhyme or reason as to why it occurs, I have been googling through this error for the past week and haven't found anything that fixes the issue, a couple of different unhandled exceptions but not one like mine, here is the error I am getting:

System.ArgumentOutOfRangeException

TimeSpan period must be less than or equal to Int32.MaxValue.
Parameter name: value

I can reload the designer and work for a few minutes again before the unhandled exception occurs again, anyone have any ideas? I have also tried repairing visual studio to no avail.


Solution

  • Updating VS2015 to update 3 fixed the issue.