2023-10-20 11:10:52 +08:00

27 lines
557 B
Markdown

## 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)