wedge
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.
1 replies