0

I am trying to add a reference to a 3rd party DLL. but was having same problem as Here.

So Now I am trying to validate the DLL using TlbImp.exe but this approach gives me New error;

TlbImp : error TI0000 : The input file 'C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gsdll32.dll' is not a valid type library

I tried following links but nobody has given any solution on this.

Link 1 Link 2 (Question is asked in correct answer's comment)

Community
  • 1
  • 1
deathrace
  • 908
  • 4
  • 22
  • 48
  • 1
    You'll need to stop trying, Ghostscript is not implemented as a COM server so therefore does not have a type library. Use an existing .NET wrapper for it, [like this one](https://github.com/jhabjan/Ghostscript.NET). – Hans Passant Nov 24 '15 at 15:35
  • Thanks. I used nuget from the link you suggested. :) – deathrace Nov 26 '15 at 05:34

0 Answers0