You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
When the control is created, a TypeNameParserException is thrown with the message:
Prefix 'Controls' does not map to a namespace.
This exception is caught somewhere so the program can continue to run, but if "Break on exceptions" is enabled in Visual Studio it causes the debugger to break. It took me about 2 hours to realise that execution can continue after this exception is thrown :(
(Excellent work BTW!)
The text was updated successfully, but these errors were encountered:
When the control is created, a TypeNameParserException is thrown with the message:
This exception is caught somewhere so the program can continue to run, but if "Break on exceptions" is enabled in Visual Studio it causes the debugger to break. It took me about 2 hours to realise that execution can continue after this exception is thrown :(
(Excellent work BTW!)
The text was updated successfully, but these errors were encountered: