ArtifexSoftware / Ghostscript.NET

Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)
https://ghostscript.com
GNU Affero General Public License v3.0
391 stars 152 forks source link

The type or namespace name 'StdIOHandlers' does not exist in the namespace 'Ghostscript.NET.Samples' (are you missing an assembly reference?) #87

Closed dearwebmaker closed 3 years ago

dearwebmaker commented 3 years ago

image

dearwebmaker commented 3 years ago

How to solve this issue, Please help me

jhabjan commented 3 years ago

It looks like the project is missing Ghostscript.NET library reference. Make sure you have Ghostscript.NET under your project references. If not, you can add it from NuGet.

dearwebmaker commented 3 years ago

image

dearwebmaker commented 3 years ago

Hi Habjan Thanks for your support Its working

jhabjan commented 3 years ago

Great, I'm glad I could help, Cheers.