ela-compil / BACnet

BACnet protocol library for .NET :satellite:
https://www.nuget.org/packages/bacnet/
MIT License
217 stars 96 forks source link

compile fail #38

Open hyperhand9 opened 5 years ago

hyperhand9 commented 5 years ago

I downloaded bacnet.core 1.0.30 version from nuget and wrote simple codes to send whois. But When I compile the code I faced the error message below.

The type or namespace name 'BACnet' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)

Of course I added the code "using System.IO.BACnet;" I think it's namespace collision. How do I solve this problem.

gralin commented 5 years ago

@hyperhand9 are you sure have the reference to BACnet.dll in your project references?