Visual Studio 2008 Machine Crash Error (7A2E0F92)

Visual Studio 2008 quits unexpectedly when I manipulate the WebBrowser control in my WPF application.

This is in the event log:

.NET Runtime version 2.0.50727.3053 - Fatal system error.

.NET Runtime version 2.0.50727.3053 - Machine crash error (7A2E0F92) (0)

Does anyone know the reason or workaround for this error?

This happens when I change this XAML:

<WebBrowser
    Name="WebBrowserPreview"
    Grid.Row="1"
    Margin="5"
    Source="http://www.google.com"/>

      

:

<WebBrowser
    Name="WebBrowserPreview"
    Grid.Row="1"
    Margin="5" />

      

+1


source to share


1 answer


I just CUT OFF the whole section. Then PASTEed in a new <WebBrowser> tag from Notepad.

At this time, he did not crash.



Weird.

0


source







All Articles