System.IO.Filenotfoundexception error

Asked

Viewed 662 times

0

i am having a problem in my project, this giving Filenotfoundexception System.IO.error.

I imported 2 Dll’s to my project, but it appears as if it is not. inserir a descrição da imagem aqui

Does anyone know what it could be?

inserir a descrição da imagem aqui

  • Show us the list of dependencies of your project, please.

  • Hello @Aline, I edited the question and put the image in it.

  • TMW.Base is a project in the same solution?

  • @jbueno exactly, TMW.Base is a project in my solution

  • Check the build order, this must be wrong.

  • Enable this in your Visual Studio - Tools -> Options -> Debugging -> General -> Enable Just My Code (Managed only)

  • I managed to Resolve, I used the Dependecy Wlaker tool, and it was possible to know which dependencies were missing. The visual Studio did not let import the dependencies, so we had to do it by hand.

Show 2 more comments

1 answer

1


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

inserir a descrição da imagem aqui

Copy Local must be True

Browser other questions tagged

You are not signed in. Login or sign up in order to post.