Forum Home › Forums › Uncategorized Issues › ScadaCommShell has problem with IChildForm
Tagged: IChildForm, ScadaCommShell
- This topic has 9 replies, 3 voices, and was last updated 6 years, 7 months ago by
Mikhail.
-
AuthorPosts
-
January 11, 2019 at 11:58 am #4841
SuperDev
ParticipantHi 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 ActiveAlso in ScadaAdmin in the FrmTable.cs the IChildForm error occures in the following line:
public partial class FrmTable : Form, IChildForm
-
This topic was modified 6 years, 10 months ago by
SuperDev.
January 11, 2019 at 1:58 pm #4843SuperDev
ParticipantAs 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 versionJanuary 11, 2019 at 1:58 pm #4844
MikhailModeratorHi,
You should also refresh dll repository. WinControl.dll changed.
January 11, 2019 at 2:33 pm #4845SuperDev
ParticipantHi,
I’m using the following WinControl.dll which is for 4 months ago. it seems it hasn’t been changed.
January 11, 2019 at 3:52 pm #4846SuperDev
Participantyes
I used the devloper version and the problem fixed.
By the way, about ScadaAdmin should we compile ScadaAdmin5 or ScadaAdmin?January 13, 2019 at 7:17 am #4854
MikhailModeratorshould we compile ScadaAdmin5 or ScadaAdmin?
It is not ready, but you can run it just for watching.
April 17, 2019 at 4:09 pm #5306aluy069
ParticipantHi 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?
April 17, 2019 at 4:11 pm #5307aluy069
Participantalso i gor the dll repository upgraded 8 days ago
April 17, 2019 at 6:42 pm #5308aluy069
ParticipantSOLVE IT
I have to switch “build configuration” from “Debug” to “Release” for every solution.thanks
April 18, 2019 at 2:47 pm #5318
MikhailModeratorOK )
-
This topic was modified 6 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.