01-11-2008 05:35 PM
01-11-2008 07:55 PM
01-11-2008 08:06 PM
01-14-2008
11:11 AM
- last edited on
05-31-2026
02:46 PM
by
Content Cleaner
XN,
Do you receive any specific error code from your application? It is quite possible that your application is not finding the DLL, as Ravens Fan suggested. Have a look at the following KnowledgeBase article regarding this issue: My Stand-Alone Executable Cannot Find My DLL, Even Though I Have Specified the Path for the DLL.
09-06-2010 06:55 PM
This LV-Link (DataTranslation) guys seems like if they are developers from the middle age.
http://www.datx.com/phpkb/question.php?ID=631
I do not enjoy looking for this kind of solutions, i would rather improve my application.. Let me know if you were able to make it work.
09-06-2010 07:57 PM
ok, so here is how i was able to make it work. If you look for lvlink2.dll on your computer you wont be able to find it.
Go to:
Start->Run->Assembly. There you will find the your lvlink2.dll library. You will need to extract that dll from you computer and then place it on the other clean computer. To do this you need to be able to see the "real" view of the assembly folder.
You can do this by:
opening the regedit window then go to:
HKEY_Local_Machine\Software\Microsoft\Fusion\
and then: New ->DWord with the name "DisableCacheViewer" with a value of = 1
Now when you open the assembly window again you can drag-&-drop the lvlink dll (along with the OpenLayer.dll also if you want).
Hope this helps, I apologize for the bad writing but I just solved this and im on a deadline, most of you will understand, if you find other workarounds please let me know.