Skip to content

Commit 1af550b

Browse files
Added known issues in readme
1 parent 414cdce commit 1af550b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

WebAPI/readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@
4040
│ ├── Startup.cs
4141
│ └── appsettings.json
4242
└── ...
43+
44+
### Observed Issue
45+
- Build fail because of namespace not found issues
46+
- Reference the DataAccess.dll and CompanyService.dll for WebAPI Project from RefDll folder inside WebAPI Project
47+
- Reference to the DataAccess.dll for CompanyService Project from same folder
48+
- Database connection error or Object not found error
49+
- Run Update-database command from nuget package manager console, Selecting the DataAccess Project from Dropdown of the console

0 commit comments

Comments
 (0)