将程序集添加到Visual Studio 2015 ASP.NET 5 [英] Add Assemblies to Visual Studio 2015 ASP.NET 5

查看:71
本文介绍了将程序集添加到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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆