ela-compil / BACnet

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

“System.IO.FileNotFoundException”类型的未经处理的异常在 BACnet.dll 中发生 #102

Open sunnyinchina opened 2 years ago

sunnyinchina commented 2 years ago

使用2.0.4版本 BacnetClient aBacnetClient(port, timeout, retries); 执行报错“System.IO.FileNotFoundException” 请问什么原因?

YarekTyshchenko commented 1 year ago

You'd have to provide the rest of the stack trace. I don't think the library does any file IO, so I suspect its elsewhere in your code