System.Runtime.InteropServices.COMException (0x00000446): Abort Received - source = 0, reason=0
在 System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
在 DicomObjects.DicomPrintClass.PrintImage(DicomImage Image, Boolean Raw, Boolean UseLabels)
关于DicomObjects的胶片打印问题,出现报错,求大神意见
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
threenewbee 2018-01-05 15:35关注System.Runtime.InteropServices.COMException,说明你的控件没有正确注册,或者你的控件是32bir的,而你的.net程序是64bit的。
你可以让你的程序强制以32bit运行:
https://www.cnblogs.com/laball/p/6868023.html解决 无用评论 打赏 举报