release模式启动报错
This commit is contained in:
parent
a57888694b
commit
93b4a1dc24
26
docker/aspnet-cn/error.md
Normal file
26
docker/aspnet-cn/error.md
Normal 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";
|
||||
```
|
||||

|
||||
|
||||
## 启动项目找不到 *(项目名.xml)*
|
||||
|
||||
1. 下图文件找不到
|
||||
|
||||

|
||||
|
||||
2. 右击->properties
|
||||
|
||||

|
||||
|
||||
3. 修改
|
||||
|
||||

|
||||
|
||||
|
BIN
docker/aspnet-cn/image-1.png
Normal file
BIN
docker/aspnet-cn/image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
docker/aspnet-cn/image-2.png
Normal file
BIN
docker/aspnet-cn/image-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
docker/aspnet-cn/image-3.png
Normal file
BIN
docker/aspnet-cn/image-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
docker/aspnet-cn/image.png
Normal file
BIN
docker/aspnet-cn/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Loading…
x
Reference in New Issue
Block a user