Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows App Certification Kit Error #27

Open
athysirus opened this issue Nov 26, 2014 · 4 comments
Open

Windows App Certification Kit Error #27

athysirus opened this issue Nov 26, 2014 · 4 comments

Comments

@athysirus
Copy link

Hi!
I'm using MuPDFWinRT.dll in my windowsphone 8.1 project, it's very good, but after certificate that release error.

Please! Help me fix it. Thanks!
capture

@astroboy996
Copy link

because MUPDFWINRT for Windows phone version
complie not use "/APPCONTAINER" optional

for MUPDFWINRT for Tablet
/OUT:"ARM\Debug\MuPDFWinRT.dll" /MANIFEST:NO /NXCOMPAT /PDB:"ARM\Debug\MuPDFWinRT.pdb" /DYNAMICBASE "..\ThirdParty\Win8\ARM\Debug\libthirdparty.lib" "..\ThirdParty\Win8\ARM\Debug\libmupdf-nov8.lib" "..\ThirdParty\Win8\ARM\Debug\libmupdf.lib" "runtimeobject.lib" "kernel32.lib" /DEBUG /DLL /MACHINE:ARM /WINMD /APPCONTAINER /INCREMENTAL /PGD:"ARM\Debug\MuPDFWinRT.pgd" /WINMDFILE:"ARM\Debug\MuPDFWinRT.winmd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:NO /ManifestFile:"ARM\Debug\MuPDFWinRT\MuPDFWinRT.dll.intermediate.manifest" /ERRORREPORT:PROMPT /NOLOGO /TLBID:1

but for phone "/APPCONTAINER" missing
/OUT:"ARM\Debug\MuPDFWinRT.dll" /MANIFEST:NO /NXCOMPAT /PDB:"ARM\Debug\MuPDFWinRT.pdb" /DYNAMICBASE "WindowsPhoneCore.lib" "RuntimeObject.lib" "PhoneAppModelHost.lib" /DEBUG /DLL /MACHINE:ARM /NODEFAULTLIB:"ole32.lib" /WINMD /INCREMENTAL /PGD:"ARM\Debug\MuPDFWinRT.pgd" /WINMDFILE:"ARM\Debug\MuPDFWinRT.winmd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:NO /ManifestFile:"ARM\Debug\MuPDFWinRT\MuPDFWinRT.dll.intermediate.manifest" /ERRORREPORT:PROMPT /NOLOGO /LIBPATH:"path (/LIBPATH:folder)" /TLBID:1

@athysirus
Copy link
Author

Thanks for your reply!
so, what to do?

@frenk91
Copy link

frenk91 commented Nov 30, 2015

have you found any solution for the certification process?

@Drakkins
Copy link

I finally compiled this project, I used the muPDF official lib at commit d374ec148dda5934432112245716c8a207165c6c for compiling (Same day than this project start) between version 1.1 and 1.2.

Here is the dll with the correct flag : Recompiled DLL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants