ScadaCommShell has problem with IChildForm

Forum Home Forums Uncategorized Issues ScadaCommShell has problem with IChildForm

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4841
    SuperDev
    Participant

    Hi Mikhail
    in the Rapid Scada 5.6.0 that ScadaCommShell has been added, IChildForm is not found in forms like FrmDrivers.cs or FrmLineParams.cs
    Like the lines below:
    public partial class FrmDrivers : Form, IChildForm
    public ChildFormTag ChildFormTag { get; set; }

    The error is :
    Severity Code Description Project File Line Suppression State
    Error CS0246 The type or namespace name ‘IChildForm’ could not be found (are you missing a using directive or an assembly reference?) ScadaCommShell scada-master\ScadaComm\ScadaComm\ScadaCommShell\Forms\FrmDrivers.cs 47 Active

    Also in ScadaAdmin in the FrmTable.cs the IChildForm error occures in the following line:

    public partial class FrmTable : Form, IChildForm

    • This topic was modified 5 years, 2 months ago by SuperDev.
    #4843
    SuperDev
    Participant

    As compared the version 5.6.0 with the previous version i found out that in the previous version instead of IChildForm in ScadaAdmin, IWinControllable was used.
    About ScadaCommShell i don’t know because it was new in the 5.6.0 version

    #4844
    Mikhail
    Moderator

    Hi,

    You should also refresh dll repository. WinControl.dll changed.

    #4845
    SuperDev
    Participant

    Hi,

    I’m using the following WinControl.dll which is for 4 months ago. it seems it hasn’t been changed.

    http://s8.picofile.com/file/8348585584/Wincontrol_shot.png

    #4846
    SuperDev
    Participant

    yes
    I used the devloper version and the problem fixed.
    By the way, about ScadaAdmin should we compile ScadaAdmin5 or ScadaAdmin?

    #4854
    Mikhail
    Moderator

    should we compile ScadaAdmin5 or ScadaAdmin?

    It is not ready, but you can run it just for watching.

    #5306
    aluy069
    Participant

    Hi Mikhail
    in the Rapid Scada 5.6.0 im trying to build the solution but whern i build “Report” i got the error:

    Severity Code Description Project File Line Suppression State
    Error CS0246 The type or namespace name ‘RepBuilder’ could not be found (are you missing a using directive or an assembly reference?) RepExec D:\Rs\scada-master\Report\RepExec\FrmMain.cs 413 Active.

    I saw the Reference to RedpBuilder hay an yellow triangle with exclamation.
    RedpBuilder supose to be a cladss in WinControl.dll but not.

    how to solve it?

    #5307
    aluy069
    Participant

    also i gor the dll repository upgraded 8 days ago

    #5308
    aluy069
    Participant

    SOLVE IT
    I have to switch “build configuration” from “Debug” to “Release” for every solution.

    thanks

    #5318
    Mikhail
    Moderator

    OK )

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.