I am listening for Property changes in my Desktop Bridge .NET application like described here
Using the RealmChanged
event works fine, however when adding a Propertychanged
Event, or subscribing using the SubscribeForNotifications
i get an exception thrown:
An unhandled exception of type 'System.IO.FileLoadException' occurred in Realm.dll
`Could not load file or assembly "System.Runtime.CompilerServices.Unsafe`
The object and query i am calling the events from are fine, what is causing this? Havent found anything similar on the forums yet