.NET Framework 4
Pietro Cannizzaro1307610977
Hi everybody,if possible, how can I use .NET Framework 4 in my scripts?
Thanks in advance for any help
PC
Paolo Manfrin
Hi Pietro, at the moment customize allows only to use .net 3.5 functionalities. In the future we'll migrate to version 4 but the date is not planned yet.Hth
Paolo
Pietro Cannizzaro1307610977
Hi Paolo, thanks for your answer.Do I've to set up something in order to user .net 3.5 functionalities?
Paolo Manfrin
No, it should be enabled by default. Isn't it?Pietro Cannizzaro1307610977
Hi Paolo, sorry for answering late.It seems to be disabled or something like this since I'm not able to use LINQ for istance
Paolo Manfrin
Hi Pietro,by standard configuration the code compiled in customize is compiled using .NET Framework 2.0
I will evaluate if we can increase in version 3.5 in the next version.
Maybe one suggestion... I didn't try if it works... but you can try.
You know that under the folder customize/DLL you can add your dlls with custom code inside.
You might create a dll containing the function DoSomethingInFwk3(string param) and add it to the DLL folder.
This would be loaded at runtime and you should be able to access and use it directly in customize,
hth
paolo
0
Please sign in to leave a comment.
Comments
0 comments