Invalid length parameter passed to the LEFT or SUBSTRING function.
This Entity Framework error means that you are trying to do an operation like .Substring(13) which in C# will remove the first thirteen characters from a string and that there are not thirteen characters to shed.
No comments:
Post a Comment