Issue with Visio IVPage.DropMany() call
first of it all: the nuget feed isn't owned by netoffice officialy and seems to be the owner wont cooperate for updates. here is a supported feed: https://www.myget.org/feed/Packages/netofficefw-dev
for the topic:
to be honest, my visio skills are pretty poor. in order to reproduce the issue, can you attach a solution for testing? i want reproduce the problem in the interop assemblies then. (this is might be an out array issue, but i need to test this)
i want to wait publishing NetOffice 1.7.4.4 until we find out whats going on here.
thx *Sebastian
Thank you Sebastian, I will definitely create a small console app and post it. Shall I / can I post a zip file here ?
You can attach files here or just send to private.sebastian(*ätt*)web.de
*Sebastian
Sent the demo solution directly as I was unable to attach it here.
Thank you for reviewing.
I am using NetOffice v1.7.3 as a Nuget package in my c# application in order to perform Visio automation tasks.
The below example shows how I try to call an IVPage object's DropMany() method:
Executing the above code throws the below exception:
Exception has been thrown by the target of an invocation..Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH)).
I am wondering if I am calling this method with the wrong parameters or is this a bug.
Thank you.