将程序集添加到Visual Studio 2015 ASP.NET 5

编程入门 行业动态 更新时间:2024-10-28 04:18:03
本文介绍了将程序集添加到Visual Studio 2015 ASP.NET 5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在我的Visual Studio 2015 ASP.Net 5项目中将"Stimulsoft.Report.dll"作为程序集添加.

I want to add "Stimulsoft.Report.dll" as an assembly in my Visual Studio 2015 ASP.Net 5 project.

但是参考管理器不包含具有扩展区域的Assemblys部分(就像在VS 2013中一样),在这里我可以选择"Stimulsoft.Report"并将其添加到我的参考中.

But the reference manager does not contain the assemblies section with the extentions area(as it is in VS 2013), where i could select "Stimulsoft.Report" and add this to my references.

是否有解决方案将这些引用添加到我的ASP.NET 5项目中?

Is there any solution adding these reference to my ASP.NET 5 project?

推荐答案

如果程序集在GAC中可用,则可以添加该程序集,如下面的代码

you can add the assembly if it available in GAC like below code

"frameworks": { "aspnet50": { "frameworkAssemblies": { "Stimulsoft.Report": "" } } }

在第二部分中,您可以提供程序集的版本和类型

in the second part, you can give the version and type of the assembly

更多推荐

将程序集添加到Visual Studio 2015 ASP.NET 5

本文发布于:2023-11-05 21:29:46,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1561908.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   Visual   Studio   NET   ASP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!