0
votes

I created a simple application that updates when we change timezones.
The application runs without errors in both the Windows Phone 8.1 emulator and real phone, but When in Windows 8.1 I get this error:

Windows 8.1 Error

This is my project (wrote with VS2015 for Windows Universal 8.1): My Project Files

source of Runtime Component:
Source code
If possible can you help solve this for Windows Universal 8.1 as this file is only for Windows Phone 8.1.

I'm sorry for bad English.

1
File not found ==> base class undefined ==> not a class or struct name. I doubt anybody here can find that file for you. Make sure the project is built and its .winmd file is in that directory. - Hans Passant
Thanks. The source of file is:rodfile.com/c30j0vj0gt42 This is source of that. It's a Runtime Component for Windows PHone 8.1 only. I just make it for universal and copy codes. Can you make that for me for Windows Universal? - Amin
@Amin can you please post the error message next time instead of a screenshot - thumbmunkeys
Severity Code Description Project File Line Error C2504 'XamlRenderingBackgroundTask' : base class undefined RuntimeComponent.Windows c:\users\borjian\desktop\app1\runtimecomponent\runtimecomponent.shared\apptileupdater.h 19 - Amin
But do you think that this help you? - Amin

1 Answers

1
votes

Per the documentation this is not supported on Windows 8.x.