asp.net – 无法将许可证文件转换为二进制资源
发布时间:2020-12-16 06:50:14 所属栏目:asp.Net 来源:网络整理
导读:我有我的旧Web Applicatoin,在.Net Framework 2.0中开发.现在我想在VS2012中打开它,它给我以下错误.. Could not transform licenses file into a binary resource. (1) : error LC0004 :Exception occurred creating type 'Infragistics.WebUI.WebDataInput.
我有我的旧Web Applicatoin,在.Net Framework 2.0中开发.现在我想在VS2012中打开它,它给我以下错误..
Could not transform licenses file into a binary resource. (1) : error LC0004 : Exception occurred creating type 'Infragistics.WebUI.WebDataInput.WebDateTimeEdit,Infragistics.WebUI.WebDataInput.v5.1,Version=5.1.20051.37,Culture=neutral,PublicKeyToken=7dd5c3163f2cd0cb System.ComponentModel.LicenseException: Unable to locate license assembly.at System.ComponentModel.LicenseManager.CreateWithContext(Type type,LicenseContext creationContext,Object[] args) at System.Tools.LicenseCompiler.GenerateLicenses(String fileContents,String targetPE,ITypeResolutionService resolver,DesigntimeLicenseContext ctx)' 解决方法
下午好,
当我们已经分支了一个解决方案(svn)以便在需要时用于补丁生产时,这种情况就发生了.当我从分支机构构建解决方案时,它给了我一个类似的错误,谈论基于索引(零)等等等等等等.事实证明我的.licx文件上有一个空行,导致错误.删除空行可解决问题. 只是发布以防万一这有助于其他人. 问候, (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- ASP.NET MVC 4软件包在mono v3下不工作
- asp.net-mvc – 为时区敏感的应用程序存储DateTimeOffset
- asp.net – File.Exists从网络共享返回false
- asp.net-core – 外部包中的模型显示在swagger文档中
- asp.net-mvc – 为什么Request.IsAuthenticated是错误的
- asp.net – C#Web API模型绑定提供程序应如何工作?
- asp.net-mvc-3 – URL路径参数用例
- asp.net – FormView无法显示
- asp.net – 如何添加.aspx页面到现有的MVC 4项目?
- 配置文件_自定义section标签获取数据
推荐文章
站长推荐
- asp.net – 当passwordFormat = Encrypted和decr
- asp.net-mvc – 如何将现有的asp.net应用程序迁移
- 【DevExpress v17.2新功能预告】增强ASP.NET Gri
- asp.net – 禁用Internet Explorer 8开发人员工具
- TreeView递归绑定无限分类数据
- Asp.net 4.0 Forms Authentication和FriendlyUrl
- asp.net-mvc-4 – 如何为Outlook创建“互联网日历
- asp.net-identity – 保护整个ASP.NET 5 MVC 6应
- asp.net – 如何转换上传的视频并从此文件中获取
- 与asp.net mvc一起使用的好IOC框架?
热点阅读