0

我无法构建面向 8.1 并使用 PostSharp 的 Windows 应用商店应用程序。以下是构建输出的信息:

1>PostSharp30:
1>  Creating directory "obj\Debug\Before-PostSharp".
1>  Creating directory "obj\Debug\PostSharp".
1>  Starting the pipe server: "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe /tp "postsharp-S-1-5-21-2410378251-3881919896-3453527754-1001-4.0-x86-release-3.0.33-ced32c92e0fcafaa" /config "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe.config"".
1>  : info : Executing PostSharp 3.0 [3.0.33.0, 32 bit, CLR 4.5, Release]
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): warning : Connection unexpectly closed by the server.
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): warning : Retrying to execute the pipe server.
1>  Starting the pipe server: "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe /tp "postsharp-S-1-5-21-2410378251-3881919896-3453527754-1001-4.0-x86-release-3.0.33-ced32c92e0fcafaa" /config "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe.config"".
1>  : info : Executing PostSharp 3.0 [3.0.33.0, 32 bit, CLR 4.5, Release]
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): warning : Connection unexpectly closed by the server.
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): warning : Retrying to execute the pipe server.
1>  Starting the pipe server: "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe /tp "postsharp-S-1-5-21-2410378251-3881919896-3453527754-1001-4.0-x86-release-3.0.33-ced32c92e0fcafaa" /config "C:\ProgramData\PostSharp\3.0.33\bin.Release\postsharp.srv.4.0-x86.exe.config"".
1>  : info : Executing PostSharp 3.0 [3.0.33.0, 32 bit, CLR 4.5, Release]
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): warning : Connection unexpectly closed by the server.
1>c:\users\msdn\documents\visual studio 2013\Projects\App12\packages\PostSharp.3.0.33\tools\PostSharp.targets(298,5): error : Error connecting to the pipe server. See previous warnings for details.

通过安装 PostSharp 3.0.33 NuGet 包然后尝试构建,可以在 VS2013 中的新 WinStore 应用程序中重现该错误。

4

1 回答 1

2

此版本尚不支持 Windows Store 8.1。

于 2013-08-12T06:32:49.500 回答