Hello,
I just edit the attachment many times and then happened to me, any solution?
And i get this error:
And after used a an auto backup for my database i get this message:
System.AggregateException: One or more errors occurred. (An item with the same key has already been added. Key: 0b5c110a-f35b-4d81-ad4d-69d209650e53)
---> System.ArgumentException: An item with the same key has already been added. Key: 0b5c110a-f35b-4d81-ad4d-69d209650e53
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Linq.ParallelEnumerable.ToDictionary[TSource,TKey](ParallelQuery`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)
--- End of inner exception stack trace ---
at System.Linq.ParallelEnumerable.ToDictionary[TSource,TKey](ParallelQuery`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)
at System.Linq.ParallelEnumerable.ToDictionary[TSource,TKey](ParallelQuery`1 source, Func`2 keySelector)
at Manager.ApplicationData.Get(String entityId) in C:\projects\manager\Manager\ApplicationData.cs:line 122
at Manager.ApplicationData.Get(Byte[] entityId) in C:\projects\manager\Manager\ApplicationData.cs:line 101
at ManagerServer.HttpHandlers.Businesses.Business.Start.InnerGet() in C:\projects\manager\ManagerServer\HttpHandlers\Businesses\Business\Start.cs:line 24
at ManagerServer.HttpHandlers.Template.Get() in C:\projects\manager\ManagerServer\HttpHandlers\Template.cs:line 297
at ManagerServer.HttpHandlers.HttpHandler.ProcessRequest() in C:\projects\manager\ManagerServer\HttpHandlers\HttpHandler.cs:line 97
at ManagerServer.Startup.<>c.<b__1_1>d.MoveNext() in C:\projects\manager\ManagerServer\Startup.cs:line 89
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
Any solution for get my data back?? please.