更新到4.1.4版后,以下消息显示我何时尝试编译。 问题似乎与this完全不同,我无法弄清楚如何解决它。 有帮助吗?谢谢。
错误2 System.IO.DirectoryNotFoundException:Impossibile trovare una parte del percorso' C:\ ProgramData \ PostSharp \ 4.1.4 \ bin.Release.NetFramework,v2.0'。
在System.IO .__ Error.WinIOError(Int32 errorCode,String maybeFullPath)
在System.IO.FileSystemEnumerableIterator 1.CommonInit()
in System.IO.FileSystemEnumerableIterator
1..ctor(String path,String originalUserPath,String searchPattern,SearchOption searchOption,SearchResultHandler 1 resultHandler, Boolean checkHost)
in System.IO.Directory.GetFiles(String path, String searchPattern)
in ^GdBbaAyAGz1E.^G6rxpdCt(^siEGsPw0R2vn _0, MultiDictionary
2& _1,MultiDictionary 2& _2, Dictionary
2& _3)
in ^ GdBbaAyAGz1E。^ 6VjBNoXf(String _0,^ siEGsPw0R2vn _1,^ siEGsPw0R2vn _2)
in ^ GdBbaAyAGz1E。^ + UuB / Ixy(String _0,Lazy 1 _1, Lazy
1 [] _2)
在^ GdBbaAyAGz1E。^ / SEVAGft(字符串_0,字符串_1,懒惰1 _2, Dictionary
2 _3)
在^ GdBbaAyAGz1E。^ i5Uba8Lq(Project _0)
在PostSharp.Sdk.CodeModel.Domain.LoadBindingMaps(项目项目)
在PostSharp.Sdk.Extensibility.Project。^ 63o9P8x3(Domain _0,ProjectConfiguration [] _1,ProjectInvocationParameters _2)
在PostSharp.Sdk.Extensibility.Project。^ 63o9P8x3(Domain _0,ProjectInvocationParameters _1)
在PostSharp.Sdk.Extensibility.Project.CreateInstance(域域,ProjectInvocation projectInvocation)
在PostSharp.Hosting.PostSharpObject.InvokeProject(ProjectInvocation projectInvocation)中
在PostSharp.Hosting.Program.ExecuteImpl()...
答案 0 :(得分:1)
请将您的VSIX扩展更新到最新版本(4.0.38)。我们最近遇到了一个问题,即VSIX扩展程序下载了PostSharp(4.1.4)的预发布版本,该版本存在严重问题。我们已经下载了NuGet包并修复了VSIX,以便正确下载稳定版本的PostSharp。