N
Nitin Jain
Hi,
I have created an Addin for Visio 2007 using VSTO. I want to save some
changes to some shapes of the document before the user close the document.
I got the event handler for BeforeDocumentClose event. From there I am made
changes to some shapes, and then when I am going to call Document.Save
function it throws error "Attempted to read or write protected memory. This
is often an indication that other memory is corrupt". I am getting why it is
happening.
Any help will be appreciated.
Regards
Nitin Jain
I have created an Addin for Visio 2007 using VSTO. I want to save some
changes to some shapes of the document before the user close the document.
I got the event handler for BeforeDocumentClose event. From there I am made
changes to some shapes, and then when I am going to call Document.Save
function it throws error "Attempted to read or write protected memory. This
is often an indication that other memory is corrupt". I am getting why it is
happening.
Any help will be appreciated.
Regards
Nitin Jain