- Posts: 6
- 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
Windows Universal Application
IP: 192.168.0.71
11 years 6 months ago #7144
by Simonenko
Windows Universal Application was created by Simonenko
Hi guys,
We develop windows universal app (Windows 8.1 and WP 8.1) for view pdf. And faced with the problem of the use of your library. We create portable class for work with pdf and add reference to RDPDFLib. But when use different method from RDPDFLib we get exeption:
"The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
What solution do you offer us?
P.S. In the future, you do not plan to release a portable library, not only for windows 8.1 or windows phone 8.1?
Thanks.
We develop windows universal app (Windows 8.1 and WP 8.1) for view pdf. And faced with the problem of the use of your library. We create portable class for work with pdf and add reference to RDPDFLib. But when use different method from RDPDFLib we get exeption:
"The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
What solution do you offer us?
P.S. In the future, you do not plan to release a portable library, not only for windows 8.1 or windows phone 8.1?
Thanks.
IP: 192.168.0.71
11 years 6 months ago #7145
by radaee
Replied by radaee on topic Windows Universal Application
seems the dll file can't find to package.
check dll file where placed?
check dll file where placed?
IP: 192.168.0.71
11 years 6 months ago #7148
by Simonenko
Replied by Simonenko on topic Windows Universal Application
dll file locates in my project folder.
IP: 192.168.0.71
11 years 6 months ago #7150
by radaee
Replied by radaee on topic Windows Universal Application
add RDPDFLib component project as reference?
and you need copy "RDPDFLib" and "lib" as whole project.
and you need copy "RDPDFLib" and "lib" as whole project.
IP: 192.168.0.71
11 years 6 months ago #7151
by Simonenko
Replied by Simonenko on topic Windows Universal Application
I create empty universal project, add a portable class PdfEngine. How add RDPDFLib to portable class?
project:
onedrive.live.com/redir?resid=1B23DDCF2A...nk&ithint=file%2czip
project:
onedrive.live.com/redir?resid=1B23DDCF2A...nk&ithint=file%2czip
IP: 192.168.0.71
11 years 6 months ago #7152
by coderox
Replied by coderox on topic Windows Universal Application
I'm sorry but neither of your latest preview releases (w81 or wp81) works with a universal app.
The WP81 release you shipped only targets Windows Phone 8.1 Silverlight applications. It doesn't target the Windows Phone 8.1 XAML applications which share its Windows Runtime with Windows 8.1.
I would suggest you create a "DLL (Universal Apps) in Visual Studio 2013 which will create a native DLL which can be consumed by both runtimes (Windows 8.1 and Windows Phone 8.1)
Regards
Johan Lindfors
The WP81 release you shipped only targets Windows Phone 8.1 Silverlight applications. It doesn't target the Windows Phone 8.1 XAML applications which share its Windows Runtime with Windows 8.1.
I would suggest you create a "DLL (Universal Apps) in Visual Studio 2013 which will create a native DLL which can be consumed by both runtimes (Windows 8.1 and Windows Phone 8.1)
Regards
Johan Lindfors
Time to create page: 0.437 seconds