PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → DLL Error
DLL Error
Débuté par Cesar Flores, 08 aoû. 2013 15:57 - 6 réponses
Posté le 08 août 2013 - 15:57
Hi all

im working with a .NET Assembly (.dll), all my test are ok, i can call the methods contained in the dll at any time.

The problem ocurred when i make deploy on my final server, for an unknown reason (for me) when i try to access to a method contained in the dll archive the following error is displayed:

What happened?
Check whether the .NET framework is available on the computer.
Unable to load C:\WebDev17\wd170net4.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 'wd170vm.dll' module (17.0.287.3).
Identifier of detailed information (.err): 1065
Debugging information:
DLL qui provoque le chargement : WDVM
DLL à charger : wd170net4.dll
DLL chargée : C:\WebDev17\wd170net4.dll
Chemin des DLL : C:\WebDev17\
Chemin de l'EXE :
Additional Information:
EIT_PILEWL :
Local Procedure PROCEDURE (server) (PAGE.PROCEDURE), line 34
Click of BTN ( CELL) (server)
EIT_DATEHEURE : 08/08/2013 08:33:55

(25, ERR_MSG_BOX)

the .NET framework is available on the computer, i have 2 more sites developed on c# and they are using it

does any one have an idea about how solve this?

best regards
Posté le 08 août 2013 - 16:11
Hi,

Is this file on the web server?
C:\WebDev17\wd170net4.dll

Can the webserver (IIS?) access it and execute it?

Best regards,

Peter H.
Posté le 08 août 2013 - 16:14
Hi Cesar

on top of the windev dll that may be missing, there is also the fact that you are saying :
Quote


the .NET framework is available on the computer, i have 2 more sites developed on c# and they are using it

WHICH .net framework? You need to have the same one installed on the server than the one used to generate the dll on your computer (and you can choose at that level which one to use if you have several versions installed on your dev computer)

Best regards
Posté le 08 août 2013 - 16:54
Hi Fabrice & Peter H.

Fabrice:
the Frameworks installed on the computer are the 4 and the 3.5. the dll are using the 4.

Peter H.
How can i know if the folder specified are accesible to the IIS?

thanks for the attention

Regards.
Posté le 08 août 2013 - 16:57
Hi

One more thing.

How can i know which Framework are using Webdev?
Posté le 18 mai 2018 - 18:59
Hola, ya has solucionado el error?
como?
Posté le 08 mars 2019 - 00:30
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.