我使用创建了一个示例项目。成功创建了相关项目,但不幸的是,当我试图编译UWP项目时,生成过程失败,错误如下:
Validation error. error C00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 10, Column 13, Reason: '$solutionname$' violates pattern constraint of '[-.A-Za-z0-9]+'. The attribute 'Name&
我需要在我的应用程序中显示联系人,并与WahtsApp等实例消息传递应用程序建立连接,因此我将此代码添加到我的应用程序中,但我无法从中找到帐户类型。foreach (var contact in contacts) // find contacts has connection with other applications