This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - ERROR Could not find dll file - vb method

Flooux - Wednesday, June 13, 2012 6:43 AM:

Hi,

I have a blocking issue:

when I developped a vb method, when I clicked on the "check syntax" button I have the following error message. I have also this error when a vb method is triggered.

I don't know what to do because I can not use any vb scripting.

The strange thing is that the name of the dll which is not found is never the same, it changed at each time I clicked on the button or triggered a vb method.

 

HELP!

 

Could not find file 'C:Program Files (x86)ArasInnovatorInnovatorServerdllzfmucfqx.dll'.<SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="www.aras.com/.../faultcode><faultstring>Could not find file 'C:Program Files (x86)ArasInnovatorInnovatorServerdllzfmucfqx.dll'.</faultstring><detail><af:legacy_detail>Could not find file 'C:Program Files (x86)ArasInnovatorInnovatorServerdllzfmucfqx.dll'.</af:legacy_detail><af:exception message="Could not find file 'C:Program Files (x86)ArasInnovatorInnovatorServerdllzfmucfqx.dll'." type="System.IO.FileNotFoundException" /></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>



aponceot - Wednesday, June 13, 2012 7:14 AM:

Hi !

Typical one !

It means that you have a syntax issue in your method and the compilation fails.

In order to see what's wrong, go to the dll folder on your server : C:Program Files (x86)ArasInnovatorInnovatorServerdll

You should have a file name zfmucfqx.out that contains the error log from the compiler.

The name of the dll changes because it is recompiled every time you use it.



Flooux - Wednesday, June 13, 2012 7:33 AM:

Ok,

Thanks a lot Anthony.



Jeroen Bosch - Wednesday, August 6, 2014 12:57 PM:

Hi all,

I'd like to share my experience as I have found one reason why Aras might complain about "a missing DLL" (???).

For a reason I don't understand, a server-side method I was calling originally written in C#, was wrongly specified as a VB server-side method (maybe I have made an error which changed the language parameter???).

After reverting to C#, everything went back to normal.

Jeroen.