ASP.NET 首先是样板 SqlException 运行
ASP.NET Boilerplate SqlException at first run
在 ABP v2.3.0 的 download/restore zip 模板之后,我在第一次申请后引发了以下异常 运行
stack track here
https://pastebin.com/g2XYAwp1
在第一次执行之前我做了以下步骤:
- 2015 年 Visual Studio 打开解决方案
- 更改了数据库连接字符串
- 为解决方案恢复了 nuget 包
- Select 'Web' 项目作为启动项目
- 运行 EntityFramework 的 'Update-Database' 命令
(数据库创建成功)
运行 申请
不幸的是我没有能力使用VS2017(然后使用在线生成的ABP 3.0模板)
可以下载生成的 ABP v2.3.0 模板 here ?
After download/restore zip template for ABP v2.3.0 i had the following exception raised after the first application run
异常来自 AbpSettings
中缺少的外键引用。
删除 table 中的无效条目,您的应用程序应该 运行 没问题。
It's possibile to download ABP v2.3.0 template as generated here ?
您只能为高级启动模板选择项目版本。
构建您自己的
在 ABP v2.3.0 的 download/restore zip 模板之后,我在第一次申请后引发了以下异常 运行
stack track here
https://pastebin.com/g2XYAwp1
在第一次执行之前我做了以下步骤:
- 2015 年 Visual Studio 打开解决方案
- 更改了数据库连接字符串
- 为解决方案恢复了 nuget 包
- Select 'Web' 项目作为启动项目
- 运行 EntityFramework 的 'Update-Database' 命令
(数据库创建成功)
运行 申请
不幸的是我没有能力使用VS2017(然后使用在线生成的ABP 3.0模板)
可以下载生成的 ABP v2.3.0 模板 here ?
After download/restore zip template for ABP v2.3.0 i had the following exception raised after the first application run
异常来自 AbpSettings
中缺少的外键引用。
删除 table 中的无效条目,您的应用程序应该 运行 没问题。
It's possibile to download ABP v2.3.0 template as generated here ?
您只能为高级启动模板选择项目版本。
构建您自己的