Posted 8 August 2022, 4:52 am EST
I’ve installed AR16.1.3 into visual studio 2022 17.2.6. I then created a NET Framework 4.8 project and added a section report. When compiled, I received warnings until I upgraded Microsoft.Bcl.AsyncInterfaces and System.Runtime.CompilerServices.Unsafe from version 5 to 6.
The section report designer and test application working fine.
I then installed Devart LinqConnect version 5. When their extension Devart.EntityDeveloper.VSPackage ORM Designer for Entity Framework, NHibernate, LINQ to SQL is enabled, I am unable to design sections reports. I get “The designer could not cast the report to the SectionReport type. The probable cause is that the SectionReport assembly reference was not set to CopyLocal True. “
If I disable the devart.entitydeveloper extension and restart visual studio, I can design reports again. The devart Entity Developer extension works just fine.
Are extension conflicts common - any suggestions? Thanks -Pete