Wpf/WIndows printing xps method not supported
System.NotSupportedException: Specified method is not supported.
at MS.Internal.PrintWin32Thunk.XpsPrintJobStream.Seek(Int64 offset, SeekOrigin origin)
at System.Printing.PrintQueueStream.Seek(Int64 offset, SeekOrigin origin)
I am getting this error when I am trying to print off custom reports I made in wpf. I found this gituhb discusion https://github.com/dotnet/wpf/issues/2609 .
I was wondering if anyone knew of some ways to fix this or workout around it that are not updating windows or the .net version. Or maybe those are the only/ best ways to fix it.
GitHub
.NET core WPF print dialog freeze/not supported exception · Issue #...
.NET Core Version: 3.1.101, 3.1.102 Windows version: 1607 14393.3504 Does the bug reproduce also in WPF for .NET Framework 4.8?: No Is this bug related specifically to tooling in Visual Studio (e.g...
0 Replies