Loading custom assemblies

 
 
 
Posted by:havardsc
Data created:12 August 2013

In the latest builds of Lab I have not been able to load my custom assemblies.

This is what I had in my .maxml:

<MetaAssembly Name="myAssemblyName" ... >

<Pluggable Type="myNamespace.myClassname"/>

 

I see that the .maxml files have a new attribute "LicenseCode", do all assemblies have to have this?

Yes, the license code attribute is required as a part of Coden system. However, I can see how it can be a nuisance for Lab usage so I might disable it for meta assemblies. For now can you let me know what is specified under the Company field for the assembly you are trying to load so that I can give you the code you can use?

Thanks and sorry for the inconvenience

Marsel Khadiyev (Software Developer, EPHERE Inc.)

I can put "havardsc" in the company field. Can I load different assemblies with the same license code or do I have to put all the projects I want to load in the same  assembly?

You can use this code:

cXBpeldxSCtSaDFUZm8xSE11RG9ZdTA4blhHRnplU0NtNzJIL3ZQUURuWT0

As long as you put the same company name you can use this for many assemblies.

Marsel Khadiyev (Software Developer, EPHERE Inc.)

Cool, it is working now. Thanks for the help.