Hi,
I created a custom action in .net 1.1 and when i want to use it, i must put the dll in the folder \ActionDefs\Assemblies\2.0 instead of ActionDefs\Assemblies\1.1.
Else it does not work...
Is there something that i am missing?
Thank You
Alexis
Hi,
I created a custom action in .net 1.1 and when i want to use it, i must put the dll in the folder \ActionDefs\Assemblies\2.0 instead of ActionDefs\Assemblies\1.1.
Else it does not work...
Is there something that i am missing?
Thank You
Alexis
That is probably because you have the .NET 2.0 CLR selected as the version that FinalBuilder is hosting. Check in the FinalBuilder options you will find an option to choose which version of the CLR is hosted by FinalBuilder.
Hi,
I saw, yes the CLR 2.0 is selected.
Is it possible to have custom action from 1.1 and 2.0 at the same moment? there is no documentation in the content..
Thank you,
Alexis
The limitation is that FinalBuilder only looks in a single directory for the assemblies… so as you noted, you can put your 1.1 assembly in the 2.0 directory and that will work as long as you are hosting the 2.0 CLR. It doesn’t work the other way of course (ie. hosting the 1.1 CLR and putting 2.0 assemblies in the 1.1 directory).
.t8