c# - WPF Unhandled Exception (ntdll.dll) Acces violation -
i'm creating wpf application (c#) uses multiple dll's (c++) created college of mine. in 1 of these there still bug acces violation error occurs. since fixing bug not top priority want catch exception in wpf application application not break , can continue.
at moment application has multiple windows , 1 static class controls data shared between these windows.
i've tried using application.dispatcherunhandledexception event not triggers when exception occurs.
the code i'm using data dll surounded try/catch block exception still occurs.
Comments
Post a Comment