I'm using DotNetBrowser
and currently when I close my application I get the error System.InvalidOperationException
in DotNetBrowser.dll
(Channel is already closed).
When attempting to debug why this was occurring, I opened up the exception's details and found something strange. The StackTrace
, TargetSite
, DeclaringType
, ReflectedType
, etc., are all written backwards.
Is this because DotNetBrowser
wrote their code backwards? Is this a bug with Visual Studio? What's going on?