Hi,
I apologize for my english, I hope you will understand anyway my problem:
I'm trying to build a release x64 or x86 of my App.
In visual studio all things go on without errors, the App works without problems.
When I compile any kind of release, the compiler works and produces a release succesfully.
But when I try to open the excutable from the created release, nothing start and I have this log message:
Thread:[1]
Level:ERROR
Logger:Microsoft.Syncfusion_VSExtension_Troubleshooter.Syncfusion_VSExtension_TroubleshooterPackage [(null)]
Message:System.IndexOutOfRangeException:Index out of limits of the matrix.
in System.Array.InternalGetReference(Void* elemRef, Int32 rank, Int32* pIndices)
in System.Array.GetValue(Int32 index)
in Microsoft.Syncfusion_VSExtension_Troubleshooter.Syncfusion_VSExtension_TroubleshooterPackage.queryStatusMenuCommand_BeforeQueryStatus(Object sender, EventArgs e).
I attach files created from the GatherLogs
Thanks for support.