Answered Assembly.xml

Hello Everyone,

I'm starting to work with the assembly.xml to replace the COM-INTEROP for crystal by the .NET solution.
So I add it to my PDSOE instance, and I don't seem to found how to deploy it . Do you have to copy the assembly.xml in a specific directory or something?

Best Regards,

BobyIsProgress
 

Osborne

Active Member
For PDSOE I normally just place in the relevant Project folder and it is automatically picked up.

Another option is to set using the -assemblies parameter for the PDSOE project startup parameters - see attached.
 

Attachments

  • Assemblies.png
    Assemblies.png
    2 KB · Views: 4

Osborne

Active Member
Also to add, for actual deployment if users are only running compiled programs then they do not actually require access to assemblies.xml. When you run from r-code, you don't need the assemblies.xml file because the assembly-qualified name of all referenced classes are in the r-code.

If deployment requires the file, either place in the working directory, use the -assemblies startup parameter or dynamically load:

 
Top