I am using a .dll file that is written using C++ in my C# application. When I deployed it test PC I started seeing this error in Event Log.
So, I used Dependency Walker to check the missing dependencies and I was missing `msvcp110d.dll` and `msvcr110d.dll` in the test PC
I copied these two files from my dev PC to test PC's `C:\Windows\SysWOW64` PC and worked!
No comments:
Post a Comment