IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Access Violation Authentic Browser Edition Untrusted 2008 10.0.0.0 Options · View
rvp
Posted: Saturday, September 15, 2007 12:48:38 PM
Rank: Member

Joined: 2/1/2007
Posts: 10
Location: Germany
Hello,

I just upgraded my development environment to the new version, I have a new BUG:



Im Projekt ecomitAutor.exe ist eine Exception der Klasse EAccessViolation mit der Meldung 'Access violation at address 660236FD in module 'mshtml.dll'. Read of address BAADF021' aufgetreten.

Anhalten Fortsetzen Hilfe


IDE is Delphi 2007! My code worked with 9.3 without AV.

This code causes the A/V:

First load a set of xml, xsd, sps. - Works

Then try to change the content with a new set of xml, xsd, sps: Crash!

Code:

... load a first set ... -works
Authentic1.SchemaLoadObject.URL := 'C:\dok1.xsd';
Authentic1.XMLDataLoadObject.URL := 'C:\dok1.xml';
Authentic1.DesignDataLoadObject.URL := 'C:\dok1.sps';
Authentic1.XMLDataSaveUrl := 'C:\dok1_save.xml';
Authentic1.StartEditing;

... other routines and user actions ...

... load a second set ... -crash
Authentic1.SchemaLoadObject.URL := 'C:\dok2.xsd';
Authentic1.XMLDataLoadObject.URL := 'C:\dok2.xml';
Authentic1.DesignDataLoadObject.URL := 'C:\dok2.sps';
Authentic1.XMLDataSaveUrl := 'C:\dok2_save.xml';
Authentic1.StartEditing;


AV is generated in the second call of StartEditing.

Any suggestions??
dev7
Posted: Monday, September 17, 2007 8:42:54 AM
Rank: Advanced Member

Joined: 11/28/2005
Posts: 93
Location: AT
Hi rvp!

Did you try a Authentic1.ClearSelection before setting the control to a different document? This helped to prevent a crash in previous versions of the control.

Regards
rvp
Posted: Wednesday, November 14, 2007 8:41:20 PM
Rank: Member

Joined: 2/1/2007
Posts: 10
Location: Germany
AV is gone when using 10.0.1.0 of Browser Edition Untrusted.

Thanks to Altova Developers
Users browsing this topic
guest

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.