S
star-italia
Hi, I have a big problem:
I am developing a WPF application on Windows Vista SP1 Based on the .NET Framework 3.5 and WPF.
In my application I use a WIndowsFormsHost to (of course) host a WebBrowser.
Everything is ok, but if i try to load an SVG into the WebBrowser the application crashes with the
following message:
---------------------------------------------------------------------------
An exception of type 'System.AccessViolationException' occurred in
PresentationFramework.dll but was not handled in user code
Additional information: Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
---------------------------------------------------------------------------
On my PC Vista is up to date and I use IE7 that is up to date too.
Loading that SVG directly in IE7, everything goes well.
I also noted that everything but html crashes my application. I don't know if there are problems
loading the plug in within the WebBrowser...
Because if i load the same pages directly on IE7 they load normally.
Someone can help me?
Thanks in advance
I am developing a WPF application on Windows Vista SP1 Based on the .NET Framework 3.5 and WPF.
In my application I use a WIndowsFormsHost to (of course) host a WebBrowser.
Everything is ok, but if i try to load an SVG into the WebBrowser the application crashes with the
following message:
---------------------------------------------------------------------------
An exception of type 'System.AccessViolationException' occurred in
PresentationFramework.dll but was not handled in user code
Additional information: Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
---------------------------------------------------------------------------
On my PC Vista is up to date and I use IE7 that is up to date too.
Loading that SVG directly in IE7, everything goes well.
I also noted that everything but html crashes my application. I don't know if there are problems
loading the plug in within the WebBrowser...
Because if i load the same pages directly on IE7 they load normally.
Someone can help me?
Thanks in advance