xBimTeam / XbimWindowsUI

The home of XbimXplorer and WPF components for your desktop BIM applications.
Other
245 stars 149 forks source link

Not able to compile by using visual studio 2022 #183

Closed limweebeng closed 2 years ago

limweebeng commented 2 years ago

I try to compile the source code by using visual studio. However, i have compilation error as shown below. Capture

arfname commented 2 years ago

I have the same problem.

andyward commented 2 years ago

Just tested out VS 2022 (17.1.4) and could reproduce the issue. For some reason the BCF project is not in the newer SDK csproj format, and it looks like 22 can't handle the fact that the xbim myget dependencies have been archived.

I've updated to latest Myget essentials and it that seemed to fix things

andyward commented 2 years ago

Fixed in Master and develop