Hi there,
Initialize() returns PlatformRuntimeException exception
When compiling Empinia from scratch in a new VStudio project, all assemblies are there, the WinApp demo project does not compile.
It gives a PlatformRuntimeException exception in the Settings.cs file of Core\Runtime\API\Properties assembly:
################
ResolveProductInfoFromAssemblyAttributes(out productName,
out companyName,
out productVersion);
##################
Looks like a resource file is missing...
Can you help?
Thank you,
Richard