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.
Does anyone know what it could be?
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.
Does anyone know what it could be?
Browser other questions tagged c# .net
You are not signed in. Login or sign up in order to post.
Show us the list of dependencies of your project, please.
– Aline
Hello @Aline, I edited the question and put the image in it.
– Mik3i4a5
TMW.Base is a project in the same solution?
– Jéf Bueno
@jbueno exactly, TMW.Base is a project in my solution
– Mik3i4a5
Check the build order, this must be wrong.
– Jéf Bueno
Enable this in your Visual Studio - Tools -> Options -> Debugging -> General -> Enable Just My Code (Managed only)
– PauloHDSousa
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.
– Mik3i4a5