Announcement

Collapse
No announcement yet.

"Select Port" appears in plugin management when plugin HSCOMPort returns false.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    "Select Port" appears in plugin management when plugin HSCOMPort returns false.

    I was testing my plugin remotely, so didn't notice that HSCOMPort was returning true. Now I tried to copy plugin to HS server, so "Select Port" appeared.
    So I changed HSCOMPort to return false, recompiled and reinstalled. But "Select Port" didn't go away...
    What's the ...?

    Click image for larger version  Name:	Capture.PNG Views:	1 Size:	41.5 KB ID:	1275210

    #2
    [Update] I renamed the plugin, assembly and namespace, still same problem. So must be sone other reason...
    [Update] Ok, found it, it was in Hspi.dll, not my HSPI_xxx.exe So this works now, but another problem:
    Now it shows "INFO: Plugin start is pending".
    What now?

    Click image for larger version

Name:	Capture1.PNG
Views:	61
Size:	62.0 KB
ID:	1275218

    Comment


      #3
      [Update] I fixed this problem in my plugin by changing Target framework to .NET Framework 4.5 from default 4.6.1

      Comment

      Working...
      X