The documentation states “IMPORTANT! The SDK is completely independent from
the Microsoft Flight Simulator executable” but it seems that the current SDK
v0.20.2.0 is not compatible with the current live version of the sim. The
newer SDK added extra attributes: PublishingGroups PublishingGroupFolderName
PublishingGroupMetadataFoldername PublishingGroupTemporaryOutputDirectory
These throw errors when trying to build a project that has been saved with
v0.20.2.0 and running the current live sim version.
XMLValidation | error (2:65): Attribute PublishingGroupFolderName is invalid for node Project (PTProject)
XMLValidation | error (2:155): Attribute PublishingGroupMetadataFolderName is invalid for node Project (PTProject)
XMLValidation | error (5:2): Node PublishingGroupTemporaryOutputDirectory is invalid for node Project (PTProject)
XMLValidation | error (9:2): Node PublishingGroups is invalid for node Project (PTProject)
Failed to validate the XML doc against the XML validation data
Failed to open project XML file
Press any key to continue . . .
Is this a known issue? I don’t think I’d be the only one experiencing it. The
project will only build with the beta version of the sim installed. Trying to
open the project from within the sim just generated the error ‘Could not load
project’ I do have spaces in my project path but I thought that was an issue
that was fixed several Sim Updates ago. Thanks SFSimsDev