I'm trying to view the content of a List<> during debugging. Unfortunately I can't see them, cause I get the following message within the variables window: > corvalue.GetExactTypeSafe(out type). The object is in a zombie state. > (Exception of HRESULT: 0x8013134F). The error code is > CORDBG_E_OBJECT_NEUTERED, or 0x8013134F. Does [...] read more
On the first time in a debugging session that I try to show the visualizer, it raises that exception (appears at the bottom), I click "Continue" on the exception message dialog and show again the visualizer (by clicking on the "magnifying glass icon next to the variable). This is the [...] read more
I'm trying to throw together a quick little program using Alchemy Websockets which uses the ConcurrentDictionary collection in its examples. In the code I wrote, I'm attempting to add a new client to a ConcurrentDictionary. I noticed my script failing in other areas when attempting to access this client and [...] read more