3
Answers

How to solve "System.IO.FileNotFoundException" while using Dapper?

Addisu Mesele

Addisu Mesele

2y
1.8k
1

I am building a siple CRUD App using sql server  and  Dapper orm with .net 7. 

And throws the error "System.IO.FileNotFoundException: 'Could not load file or assembly 'Dapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'"

 

Answers (3)