CAFM-Connect / Ifc.NET

Simple c# classes to read and write an File in Format IFC 4 XML
GNU General Public License v3.0
12 stars 4 forks source link

Namespace / Missing reference error in the Ifc.NET library #3

Closed pagumakwana closed 6 years ago

pagumakwana commented 7 years ago

Hello Klacol

Seems you have created a good library for reading ifcxml files. Though i am unable to use it after adding via nuget package. I get this error while building project on the following line -

using Ifc4;

Error 4 The type or namespace name 'Ifc4' could not be found (are you missing a using directive or an assembly reference?)

Have tried adding references as well. Can you help here?

klacol commented 7 years ago

Hi Pragnesh,

thank you for the info. I can reproduce that. There is an error with the nuget package (Install-Package Ifc.NET). I will fix with the next release. Until then you can check out this repo and work with the class lib directly as a project reference in your solition.