使用Windows10技术预览版工具,尝试将最新版本的SignalR添加到Universal App Platform项目会导致以下错误:
"Sequence contains more than one element".发布于 2015-03-26 09:23:03
添加以前的版本(2.1.2)有一个警告:在构建应用程序后,Visual Studio将提示以下错误:
Unable to activate Windows Store app
The {application} process started, but the activation
request failed with error 'The app didn't start'.这是因为包将app.config添加到项目中,并对其依赖项进行引用。删除app.config,允许项目构建和运行。
https://stackoverflow.com/questions/29269498
复制相似问题