我在使用PostSharp Express时发现错误
(PostSharp30 target) ->
Core.csproj : postsharp error PS0127: The assembly 'ModuleDeclaration Utilities.dll' uses non-licensed features (
Basic Features). Please visit http://www.postsharp.net/purchase to acquire a license of PostSharp.
Core.csproj : postsharp error PS0154: Information regarding the previous message: the installed user license is: "".
Core.csproj : postsharp error PS0060: The processing of module "Core.dll" was not successful.AFAICT,我的安装是好的,但是在HKCU/SOFTWARE/SharpCrafters/PostSharp 3/LicenseKey下没有值写入注册表
到目前为止,我已经尝试了我能找到的所有方法来解决这个问题,但都没有效果。想法?
发布于 2017-04-21 22:31:24
在我的特定情况下,我没有安装VisualStudio,因为它都是在构建服务器上运行的。来自PostSharp支持:
如果没有Visual Studio,您可以通过%ProgramData%\PostSharp\bin.Release\PostSharp.HQ.v3.0.exe或%ProgramData%\PostSharp\bin.Release\PostSharp.Settings.UI.exe.访问注册对话框(如果您使用的是PostSharp 4.3.x
使用此工具,您可以再次注册Express许可证。
https://stackoverflow.com/questions/43505730
复制相似问题