Joerg Aldinger

Results 6 comments of Joerg Aldinger

Same problem here. Quite annoying to hit so many bugs actually. Is this being looked at least? My workaround for the moment is to instantiate a new ObservableCollection and (since...

I am getting a "VirtualView cannot be null here" exception when navigating a second time to a page and then clearing and re-adding elements to an ObservableCollection bound to a...

> I am seeing the same issue as @jaldinger "VirtualView cannot be null here" when adding first item to ObservableCollection. Im not 100% sure, but i think this started happening...

I seem to be having this same issue, but on Windows 10 21H2, using VS Version 17.5.0 Preview 1.0 as well as 17.4.2. I tried the **takeown** and **icacls** commands...

Same problem here. I worked around by placing a button underneath the CollectionView for now: ``` ```

Instead of ```[JsonIgnore]``` try ```[NotMapped]```, that will be respected by the ODataConventionModelBuilder... I am not sure how that works with EF Core, though, but since I'm not using that, it...