Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, November 22, 2018 2:36 PM
when i run in IDE my program work properly when i publish it and run it it give me the error.I cannot understand why it give me the error now and not in IDE i already try to change target platforms and disable the antivirus but nothing work .Kindly help me to out this problem.
All replies (3)
Thursday, November 22, 2018 4:05 PM | 1 vote
It means that the DLL for the assembly zkemkepeer version 1.0.0.0 that your program has reference to and possibly a dependency assembly in a DLL that the zkemkepeer DLL has reference to are in the Bin folder where the programname.exe is located when running the program in Visual Studio.
But when you deployed the solution to a machine, the needed DLL or DLL(s) didn't make it to the location of the programname.exe so that .NET could find the needed DLL or DLL(s).
You can use the below tool to walk the chain of dependency.
http://www.dependencywalker.com/
Friday, November 23, 2018 12:05 PM
IT GIVES ME THE TWO ERROR
Error: At least one required implicit or forwarded dependency was not found.
Error: Modules with different CPU types were found
Tuesday, December 4, 2018 8:54 AM | 1 vote
IT GIVES ME THE TWO ERROR
Error: At least one required implicit or forwarded dependency was not found.
Error: Modules with different CPU types were found
Hi,
see the link,it seems to have the same problem as you.
https://stackoverflow.com/questions/21472330/reading-dependency-walker-output
Best Regards,
Alex
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].