PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Error using .net dll in windows Vista
Error using .net dll in windows Vista
Iniciado por Mark Vissers, jun., 24 2015 10:48 AM - 1 resposta
Publicado em junho, 24 2015 - 10:48 AM
Hello,

I'm using a .net dll in my programm. It seems to be working in all windows configurations, except in windows Vista.
Below the error message I get.
Anyone an idea ? Framework 4.0 has been installed.

Error at line 6 of Method Bepalen_Kpashash process.
Check whether the .NET framework is available on the computer.
Check whether '?????????????????????' is installed on the computer.
Unable to load C:\wdbvpl\wd180net4.dll DLL

System Error Details:

The specified module could not be found.
(126)

----- Technical Information -----

Project : wdpvpad

WL call:
Process of 'Method Bepalen_Kpashash' (ClsGgvCtl.Bepalen_Kpashash), line 6, thread 0

What happened?
Check whether the .NET framework is available on the computer.
Check whether '?????????????????????' is installed on the computer.
Unable to load C:\wdbvpl\wd180net4.dll DLL

Error code: 1065
Level: fatal error (EL_FATAL)

System error code: 126
System error message:
The specified module could not be found.

Dump of the error of 'wd180vm.dll' module (18.0.132.0).
Identifier of detailed information (.err): 1065
Debugging information:
DLL qui provoque le chargement : WDVM
DLL à charger : wd180net4.dll
DLL chargée : C:\wdbvpl\wd180net4.dll
Chemin des DLL : C:\wdbvpl\
Chemin de l'EXE : C:\wdbvpl\
Additional Information:
EIT_PILEWL :
Method Bepalen_Kpashash (ClsGgvCtl.Bepalen_Kpashash), line 6
Click SctOk (MnuPasw.SctOk), line 89
EIT_DATEHEURE : 24/06/2015 10:30:42

Help[/color]
Publicado em março, 08 2019 - 12:31 AM
Just copy the wdxxnet4.dll, wdxxnet1.dll, wdxxnet2.dll or any other dll to the folder where the .net assembly dll is.

For instance, given MyDLLNet4.dll located in c:\program files(86)\MyProgram\
Copy wdxxnet4.dll to C:\Program files(86x)\MyProgram.

To give full trust to the .Net assembly it must be located beside the caller.