使用Windows Store 8.1 App中的PostSharp 3.0.33构建错误

时间:2013-08-11 20:15:01

标签: windows-store-apps postsharp

我无法构建面向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应用程序中重现该错误。

1 个答案:

答案 0 :(得分:2)

此版本尚不支持Windows Store 8.1。