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 closes the document.
I got the event handler for BeforeDocumentClose event. From there I 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 not getting why it
is happening. I am using C#
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 closes the document.
I got the event handler for BeforeDocumentClose event. From there I 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 not getting why it
is happening. I am using C#
Any help will be appreciated.
Regards
Nitin Jain