Hi Vinoth S
Thank you for your response.
I had tried with the given project and from that i am not able to click print more than one and which shows error like,
"An exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.ni.dll but was not handled in user code
Additional information: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
and also i am not able to use it in my UWP project . When i call await Windows.Graphics.Printing.PrintManager.ShowPrintUIAsync ( );
which shows error like
"An exception of type 'System.Runtime.InteropServices.COMException' occurred but was not handled in user code
WinRT information: Windows.Graphics.Printing.PrintManager is not supported on the view provided."
And our application works in Any CPU platform and for debugging this code i have to set specific CPU option,So is it possible configure Any CPU option
Please advise..
Thanks and regards
Krishna Prasad.