Error System.IO.FileNotFoundException

0

I have a problem with my project, giving System.IO.FileNotFoundException error.

I imported 2 Dll's into my project, but it appears as if it was not.

Doesanyoneknowwhatitcanbe?

    
asked by anonymous 07.04.2017 / 15:48

1 answer

1

You need to set to copy to the local folder at the time of the build

Copy Location must be True

    
07.04.2017 / 21:23