How to add a third party DLL link to Visual Studio Code

I am using visual studio code on mac, I'm just trying to try an application where I add some dll to a new asp.net project using visual studio code, but I get this error

/projects/lalkitab.guide/Controllers/HomeController.cs(6,7): CS0246 error: dal type or namespace not found (do you miss the using directive or assembly reference?)

where dal is the name of the dll

can someone tell me how to solve it.

+4
source share

All Articles