PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19]  Dot Net Error
[WD19] Dot Net Error
Iniciado por guest, 29,dic. 2015 05:13 - No hay respuesta
Publicado el 29,diciembre 2015 - 05:13
Hello All

We have an MS Windows server running as a multi-tenanted server with shares to allow the standard Windows permissions to keep the user's information separated.

Our application uses GemBox routines which are Dot Net based and these work fine in other networks without shares.

The error is :
NET Framework cannot be used by an application run from the network
Unable to load \\jca-fs-01\app$\NCPCON\JCA\wd1920net2.dll
System Error Details: A dynamic link library initialization routine failed

jca-fs-01 is the file server
\app$ is a network share
\NCPCON is the client folder on the share
\JCA is the folder where the Windev exe resides - along with its .wdl file

The application finds all its other dll's on a path and I have added all the dll's into the \jca folder to see if it made any difference but it didn't.
The dll is accessible so I think it might be a trust issue of some sort but I have no idea how to resolve that.

Regards
Al