【发布时间】:2016-04-07 18:22:03
【问题描述】:
我很难在我的 .NET 应用程序中安装 GemBox.Spreadsheet 包。那是我第一次使用.NET (C#)。我有Node.JS 背景,所以我不明白这个问题。
我已经安装了dnu install GemBox.Spreadsheet,一切看起来都很好,但我仍然看到错误'The type or namespace name 'GemBox' could not be found'
更新 -
我找到了这个question 并尝试复制,但没有成功。
这是我的 project.json:
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"GemBox.Spreadsheet": "39.3.30.1153"
},
"frameworks": {
"dnxcore50": {
"GemBox.Spreadsheet": "39.3.30.1153"
}
}
}
谢谢。
【问题讨论】:
标签: c# .net-core gembox-spreadsheet