RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

ScadaWebCommon-UserData.cs : ServerComm.Roles is undefined #38

Closed tamtrong closed 7 years ago

tamtrong commented 7 years ago

Hi Everyone, I am newbie to RapidScada, after downloading sourcecode and build the solution in order of HowToBuild.txt, when building ScadaWebCommon project which ref to ScadaData project, I found this error: Error CS0426 The type name 'Roles' does not exist in the type 'ServerComm' Therefore, I checked ServerComm.cs of ScadaData project and found no property named "Roles" I've download the latest version sourcecode until now. Could somebody explain this? Many thanks

2mik commented 7 years ago

Hi, Some of the projects, including ScadaWebCommon, are obsolete. We will clean them in the near future. Build ScadaWebCommon5 and ScadaWebShell5. Skip: ScadaWebCommon, ScadaWebConfig, WebPageSample.

2mik commented 7 years ago

Also skip ScadaWeb\OpenPlugins\PlgScheme

tamtrong commented 7 years ago

Thanks for your information, 2mik. RapidScada is really interesting to me.

2mik commented 7 years ago

Thank you too ))