Forum Replies Created
-
AuthorPosts
-
softtechzaParticipant
Also note that if I create a new VisualGDB project of the same type, I exhibits all of the exact same errors.
softtechzaParticipantThe short lived error dialog that will appear on reloading the project after it has been unloaded.
- This reply was modified 3 years, 2 months ago by softtechza.
Attachments:
You must be logged in to view attached files.softtechzaParticipantInstalled beta5 and deleted the .visualgdb folder. Visual studio now just lists ‘Load failed. Double-click for details’ for the contents of the project under the first node (with the RGB triangle icon).
The stack trace is slightly different by has the same exception. The stacktrace and log show from double clicking for details are included below.
Both before and after updating to beta 5, when I tell visual studio to reload the project I sometimes get a short lived error dialog at the bottom of the screen stating that Visual Studio doesn’t know what that ‘VisualGDBProjectSettings2’ node in the .vgdbcmake project file is.Stacktrace:
System.InvalidOperationException: Sequence contains more than one matching element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source, Func
2 predicate)
at vg3.a()
at sa3.r.n(CommandLineAction a, CommandFlags c, Boolean b)
at sa3.r..ctor(ap1 e, CommandLineAction d, CommandFlags b, l21 c, Boolean a)
at sa3.d_2(String e, IEnumerable1 b, IEnumerable
1 c, se3 a, in f, ha1 d)
at s71.h(tr2[] a)
at ee2.c_2(EventWaitHandle b, Boolean a, Object c)
at ob2.a(f5 c, Int32 f, yf1 a, l63 e, c1 d, Boolean b)
at ob2.d2(f5 b, Int32 a)Double click for details:
Loaded D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB\GLViewerGDB.vgdbcmake. Waiting for VS to set the active configuration…
Loaded D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB2\GLViewerGDB2.vgdbcmake. Waiting for VS to set the active configuration…
D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB\GLViewerGDB.vgdbcmake: active configuration changed to Debug
D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB2\GLViewerGDB2.vgdbcmake: active configuration changed to Debug
Shutting down CMake project for D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB\GLViewerGDB.vgdbcmake…
Shutting down CMake project for D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB2\GLViewerGDB2.vgdbcmake…
Loaded D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB\GLViewerGDB.vgdbcmake. Waiting for VS to set the active configuration…
Loaded D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB2\GLViewerGDB2.vgdbcmake. Waiting for VS to set the active configuration…
D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB\GLViewerGDB.vgdbcmake: active configuration changed to Debug
D:\Dev\Flipper\configuration-scene\configuration-scene\src\GLViewerGDB2\GLViewerGDB2.vgdbcmake: active configuration changed to Debug -
AuthorPosts