Cisco Unified Application Environment Developer Forums

« Back to Developers

Error building script with AxlSoap701

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I'm getting the following error in CUAD 2.5.1 error while building a script that uses some of the AxlSoap701 controls.
 
---- Build Started ----
Building ...
Preparing to build 'TestScript' ...
Building 'TestScript' ...
Build succeeded for 'TestScript'
Packaging ...
Assembling ...
E600: Compile error: Exception has been thrown by the target of an invocation.
---- Inner Exception ----
Could not load file or assembly 'Metreos.Types.AxlSoap701, Version=2.4.0.0, Culture=neutral, PublicKeyToken=f5c449a9231c16f1' or one of its dependencies. The system cannot find the file specified.Source code in error for script 'TestScript' can be found at
 
Could not assemble application
1 error 0 warnings encountered during build
 
The AxlSoap .dlls are present in my C:\Program Files\Cisco Systems\Unified Application Environment\Framework\1.0 folders.  So what could be the reason why the studio can't find the library?
 
Many thanks,
 
Bill

Hi Bill,
 
Looks like some installation issue with CUAD. Is it possible for you to upgrade to CUAD 2.5.1 SR2.If you are already using CUAD 2.5.1Sr2 then just uninstall it and reinstall it once again. Let me know if that helps.
 
Thanks
Nabhonil.

Hi Nabhonil,
 
I am using CUAD 2.5.1 SR2.  In attempting to uninstall from Add/Remove Programs, I got a non-descriptive error message stating "Fatal Error During Installation".  Attempting the same uninstall from the start menu option does nothing.
 
Is there an installation/uninstall troubleshooting guide or support team available to help with this problem?  It's currently blocking my development.
 
Thanks,
 
Bill

Hi Nabhonil,
 
I was able to complete the uninstall/reinstall of CUAD, but the problem I originally saw still persists:
 
---- Build Started ----
 
Building ...
Preparing to build 'TestScript' ...
Building 'TestScript' ...
Build succeeded for 'TestScript'
Packaging ...
Assembling ...
E600: Compile error: Exception has been thrown by the target of an invocation.
---- Inner Exception ----
Could not load file or assembly 'Metreos.Types.AxlSoap701, Version=2.4.0.0, Culture=neutral, PublicKeyToken=f5c449a9231c16f1' or one of its dependencies. The system cannot find the file specified.Source code in error for script 'TestScript' can be found at
      
 
Could not assemble application
 
1 error 0 warnings encountered during build
 
Please let me know if you have any other suggestions.

Thanks,

Bill
 

Hi,
 
May be stupid question, but are your datatypes of the variables correct?
I get this error when my data type, specially query response is string.
 
Regards,
Chandan

I want through again and rechecked my variable types, and once fixed the problem went away.
 
Thanks to all for your helpful information.
 
Regards,
 
Bill