i am getting below error while trying to connect my postgreSQL local database. Please help on this problem as i am new to this concept:
Code and error details:
1 Answer
From what I see, the inner exception (the one which caused the outer one) is saying that it cannot load assembly.
Try adding Microsoft.Extensions.Logging.Abstractions to you packages (in VS, click "add package" in menu on the right after right click).
1 Comment
Dmytro Bogatov
@satish - Great! Wouldn't you mind marking the answer as correct, so that others will immediately see it? Thank you!