Access violation exception c#
问题 This is my code that throws an exception, it just randomly started today here is the photo : Here is the whole page code and the error exception : public frmWFDocumentDetail() { InitializeComponent(); NavigationInTransition navigateInTransition = new NavigationInTransition(); navigateInTransition.Backward = new TurnstileTransition { Mode = TurnstileTransitionMode.BackwardIn }; navigateInTransition.Forward = new TurnstileTransition { Mode = TurnstileTransitionMode.ForwardIn };