mkjeff/secs4net

I can't debug into Header.EncodeTo

jesse-gao opened this issue · 2 comments

Describe the bug
使用SecsDevice调试时,可以成功连接EQP,但是连接之后一直无法发送Selected消息。

To Reproduce
Steps to reproduce the behavior:

  1. 启动SecsDevice项目;
  2. 输入合适的IP和Port;
  3. 点击Enable按钮;
  4. See Error

Expected behavior
HOST发送Selected消息并且成功建立连接

Screenshots
2019-06-25_102224

Desktop (please complete the following information):

  • OS: Windows 10 1803
  • Browser Chrom/Edge
  • Version

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]

  • OS: [e.g. iOS8.1]

  • Browser [e.g. stock browser, safari]

  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

image
這是某些舊式 nuget package 的問題, 間接相依的 nuget 組件不會被拷貝至輸出目錄,

This is due to the old nuget package issue that msbuild would not copy the dependencies package which not reference by project directly.

I have committed a new version. You can try again.

Thanks for your participation.