How to enable “Allow Unsafe Code” in RemObjects C# for .Net?
Thank you.
there should be an option in the project properties.
On my opinion, I think, this is initial stage of RemObjects Elements C# programming language development, thus I hope that feature will be included in the next release of RemObjects Elements C#.
Compare figure.
Thank you for your help.
hrmm this seems like an oversight (already fixed for the next version and current betas). as a temporary workaround, open the .elements file in a text editor and change:
<AllowUnsafeCode>False</AllowUnsafeCode>
to
<AllowUnsafeCode>True</AllowUnsafeCode>
It worked! thanks a lot.