[Bug 45925] WPF application (.NET 4.5) printing fail: crash in unimplemented function prntvpt.dll.PTOpenProviderEx

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 11 02:05:54 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45925

--- Comment #2 from Alexander <lxndrkrlv at gmail.com> ---
(In reply to Louis Lenders from comment #1)
> Could you add the name of the app  to this bugreport, and if it is free/has
> a trial add a downloadlink? Thanks

I can't provide real app - this is huge and need for App Server, SQL Database,
...

But I attached a small test application with source code. This application on
click button on main screen should show WPF PrintDialog. Dialog should contains
the list of printers, installed in OS.

.NET code that crashes is very simple:

    var pd = new PrintDialog();
    pd.ShowDialog();

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list