PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev DOTNET Assemby
Windev DOTNET Assemby
Iniciado por guest, 30,oct. 2015 06:39 - No hay respuesta
Publicado el 30,octubre 2015 - 06:39
Hi all,
first to thank you for this resourcefull forum.

I have a problem with dotnet assembly (dll) created with WD20.
In assembly is procedure with one parameter as integer.

When I try to call procedure from IIS it works fine but when two users are calling same procedure it fails with:
Bad calling parameters for 'Global Procedure baze_otvori' code: 1 parameters were expected while 2 parameters have been passed.

It looks like the parameters is somehow stacked.

Here is described the same problem but no answer:
http://forum.pcsoft.fr/fr-FR/pcsoft.es.windev/1996-wd14-plantage-dotnetdelegue/read.awp

This is my first IIS/dotnet project so maybe I'm missing something simple.

Does anyone have idea about this?

Thanks