チケット #38007

Issue with Visio IVPage.DropMany() call

登録: 2018-03-05 22:05 最終更新: 2018-03-08 02:36

報告者:
担当者:
チケットの種類:
状況:
オープン [担当者決定済み]
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
受領
ファイル:
なし

詳細

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:

  1. double[] dropCoords = new double[] { 1, 2, 3, 4 };
  2. object[] dropMasters = new object[] { masterShape.ID, masterShape.ID };
  3. short[] droppedObjectIDs = new short[dropMasters.Length];
  4. page.DropMany(dropMasters, dropCoords, out droppedObjectIDs);

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.

チケットの履歴 (6 件中 3 件表示)

2018-03-05 22:05 更新者: lafrank
  • 新しいチケット "Issue with Visio IVPage.DropMany() call" が作成されました
2018-03-07 04:34 更新者: sebastiandotnet
  • 詳細が更新されました
  • 解決法なし から 受領 に更新されました
  • 担当者(未割り当て) から sebastiandotnet に更新されました
2018-03-07 04:44 更新者: sebastiandotnet
コメント

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

コメント
(このコメントは削除されました)
2018-03-07 05:27 更新者: lafrank
コメント

Thank you Sebastian, I will definitely create a small console app and post it. Shall I / can I post a zip file here ?

2018-03-07 18:28 更新者: sebastiandotnet
コメント

You can attach files here or just send to private.sebastian(*ätt*)web.de

*Sebastian

2018-03-08 02:36 更新者: lafrank
コメント

Sent the demo solution directly as I was unable to attach it here.

Thank you for reviewing.

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする