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)
System.Runtime.InteropServices.COMException,说明你的控件没有正确注册,或者你的控件是32bir的,而你的.net程序是64bit的。
你可以让你的程序强制以32bit运行:
https://www.cnblogs.com/laball/p/6868023.html