This commit is contained in:
徐永兴 2023-10-25 09:35:53 +08:00
commit f1c9cace99
5 changed files with 26 additions and 0 deletions

26
docker/aspnet-cn/error.md Normal file
View File

@ -0,0 +1,26 @@
## release模式下报错
```c#
//错误:
//System.IO.FileNotFoundException: 'Could not load file or assembly 'Anonymously Hosted DynamicMethods Assembly, Culture=neutral, PublicKeyToken=null'. 系统找不到指定的文件。'
//解决方法:
//在数据库项目的文件里加入
AssemblyString = "RapidApp.DataPersistence";
```
![Alt text](image.png)
## 启动项目找不到 *(项目名.xml)*
1. 下图文件找不到
![Alt text](image-1.png)
2. 右击->properties
![Alt text](image-2.png)
3. 修改
![Alt text](image-3.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
docker/aspnet-cn/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB