How to enable “Allow Unsafe Code” in RemObjects C# for .Net?
Thank you.
there should be an option in the project properties.
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.