https://bugs.winehq.org/show_bug.cgi?id=37288
Bug ID: 37288 Summary: Not implemented feature System.Drawing.Pen.ResetTransform() Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: mr_wire@mail.ru
Tried to use ComponentOne C1Report library in my .NET application, got the following error.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 at System.Drawing.Pen.ResetTransform () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Pen:ResetTransform () at C1.Win.C1Preview.C1PreviewPane.#YQe () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane.#kPe () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane.Init () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PreviewPane:.ctor () at C1.Win.C1Preview.C1PrintPreviewControl.Init () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PrintPreviewControl..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PrintPreviewControl:.ctor () at C1.Win.C1Preview.C1PrintPreviewDialog.InitializeComponent () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PrintPreviewDialog..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PrintPreviewDialog:.ctor () [skipped lines]