Open hyperhand9 opened 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.
@hyperhand9 are you sure have the reference to BACnet.dll in your project references?
BACnet.dll
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.