We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414cdce commit 1af550bCopy full SHA for 1af550b
WebAPI/readme.md
@@ -40,3 +40,10 @@
40
│ ├── Startup.cs
41
│ └── appsettings.json
42
└── ...
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