- Posts: 8
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
Adding reference in Windows Store app
IP: 192.168.0.71
9 years 3 months ago - 9 years 3 months ago #12517
by dargod
Adding reference in Windows Store app was created by dargod
Hi all,
I'm trying to add library into my existing projects but I'm getting error in OnLaunched() in first line where PDFGlobal is called.
An exception of type 'System.TypeLoadException' occurred in abc.exe but was not handled in user code
Additional information: Requested Windows Runtime type 'RDPDFLib.pdf.PDFGlobal' is not registered.
I added full RDPDFLib project into my solution but also same happens with winmd
Can anyone help with this one?
Screenshot attached
I'm trying to add library into my existing projects but I'm getting error in OnLaunched() in first line where PDFGlobal is called.
An exception of type 'System.TypeLoadException' occurred in abc.exe but was not handled in user code
Additional information: Requested Windows Runtime type 'RDPDFLib.pdf.PDFGlobal' is not registered.
I added full RDPDFLib project into my solution but also same happens with winmd
Can anyone help with this one?
Screenshot attached
Last edit: 9 years 3 months ago by dargod.
IP: 192.168.0.71
9 years 3 months ago #12522
by nermeen
Replied by nermeen on topic Adding reference in Windows Store app
Make sure to add RDPDFLIb.dll and RDPDFLIb.winmd for x86, x64 and arm.
what version of Visual Studio you are using?
what version of Visual Studio you are using?
IP: 192.168.0.71
9 years 3 months ago #12524
by dargod
Replied by dargod on topic Adding reference in Windows Store app
I'm using VS 2015 with Update 3 for this project.
I added full VC++ project to my solution and referenced in in main project so not sure why I should add dll's.
Thanks!
I added full VC++ project to my solution and referenced in in main project so not sure why I should add dll's.
Thanks!
IP: 192.168.0.71
9 years 3 months ago #12525
by nermeen
Replied by nermeen on topic Adding reference in Windows Store app
Can you please send us a sample project that can be used to reproduce your issue?
IP: 192.168.0.71
9 years 3 months ago #12527
by dargod
Replied by dargod on topic Adding reference in Windows Store app
IP: 192.168.0.71
9 years 3 months ago #12531
by nermeen
Replied by nermeen on topic Adding reference in Windows Store app
We have checked your sample project, it was missing the lib directory.
After adding it, we was able to build and run correctly the project.
You can find Your project with lib integrated here own.mobiles.it/index.php/s/bR3X7lHevEJkSVA
After adding it, we was able to build and run correctly the project.
You can find Your project with lib integrated here own.mobiles.it/index.php/s/bR3X7lHevEJkSVA
Time to create page: 0.469 seconds