We are using log2vis.dll in one of our websites (it is a logical to visual fliper). Now we moved the website and the DLL to another server with the same configuration but we now get errors when the code tries to use the object in this DLL.
Does anyone know what dependencies this dll has?
Asked
Active
Viewed 231 times
0

Lea Cohen
- 137
- 1
- 10
2 Answers
0
We used a decompiler to view the log2vis.dll dependencies. We saw that it needed msvbvm50.dll. We registered msvbvm50.dll and then log2vis.dll, and the peoblem was solved.

Lea Cohen
- 137
- 1
- 10