我使用nuget添加的iTextsharp库创建了Windows 8应用程序。我实施了更改,经过测试的应用程序,一切正常,但是当我运行“Windows应用程序认证工具包”时,我遇到了很多错误,iTextsharp使用的许多API在此类应用程序中都不受支持。 例如:
API System.ICloneable in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. itextsharp.dll calls this API.
API System.IO.FileSystemInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. itextsharp.dll calls this API.
API System.IO.FileInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. itextsharp.dll calls this API.
API System.Drawing.Color in SYSTEM.DRAWING, PUBLICKEYTOKEN=B03F5F7F11D50A3A is not supported for this application type. itextsharp.dll calls this API.
有没有人在Microsoft商店发布过带有iTextsharp的Windows应用程序?
答案 0 :(得分:0)
我试过' wo_Drawing'但仍有不支持的API。我从sourceforge下载了代码并开始重写库。