xBimTeam / XbimWindowsUI

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

Cannot compile the XbimXplorer code #172

Open WieslawKalkus opened 3 years ago

WieslawKalkus commented 3 years ago

Hi,

Compiling the XbimWindowsUI example gives the following errors:

Severity Code Description Project File Line Suppression State Error CS1061 'IModelProviderFactory' does not contain a definition for 'UseHeuristicModelProvider' and no accessible extension method 'UseHeuristicModelProvider' accepting a first argument of type 'IModelProviderFactory' could be found (are you missing a using directive or an assembly reference?) Xbim.WinformsSample D:\Samples\XbimWindowsUI-master\Xbim.WinformsSample\FormExample.cs 25 Active Error CS1061 'IModelProviderFactory' does not contain a definition for 'UseHeuristicModelProvider' and no accessible extension method 'UseHeuristicModelProvider' accepting a first argument of type 'IModelProviderFactory' could be found (are you missing a using directive or an assembly reference?) XbimXplorer (net472) D:\Samples\XbimWindowsUI-master\XbimXplorer\XplorerMainWindow.xaml.cs 119 Active Error CS0234 The type or namespace name 'Esent' does not exist in the namespace 'Xbim.IO' (are you missing an assembly reference?) XbimXplorer (net472) D:\Samples\XbimWindowsUI-master\XbimXplorer\XplorerMainWindow.xaml.cs 277 Active

I'm using VisualStudio 2019. Installed packages are as follows:

image

Can you help? Am I missing latest Xbim.IO.Esent package?

CBenghi commented 3 years ago

Hi, not sure of the reason of your problems, since I was at it I've checked with latest versions (both master and develop) and they seem to be working fine. Can you make sure you get the latest xplorer code, and try again?

eulus commented 2 years ago

The Nuget packages are not available. Nothing works.