RapidScada / scada

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

Error on opening Log.std project in in Visiual Studio 2015 #62

Closed giplg closed 6 years ago

giplg commented 6 years ago

Loading of Log.std project in VS 2015 failed with error: d:\proj\RapidScada\Log\Log.Std\Log.Std.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. d:\proj\RapidScada\Log\Log.Std\Log.Std.csproj` Comments in Google say it's because of project was opened/saved in Visual Studio 2017, having new project file format. Same error in ScadaData project.

2mik commented 6 years ago

You should use VS 2017.

giplg commented 6 years ago

Ok, than „HowToBuild.txt” should be corrected – it says about VS 2015: [cid:image002.png@01D413A2.3ECE3C80]

From: 2mik [mailto:notifications@github.com] Sent: Wednesday, July 04, 2018 8:46 AM To: RapidScada/scada scada@noreply.github.com Cc: GIP Guzowski Leszek lguzowski@gip.com.pl; Author author@noreply.github.com Subject: Re: [RapidScada/scada] Error on opening Log.std project in in Visiual Studio 2015 (#62)

You should use VS 2017.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/RapidScada/scada/issues/62#issuecomment-402380192, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABrB7AT2gBKzCYb-ihXVm4hhhLxf6nteks5uDGS6gaJpZM4VBO5V.

2mik commented 6 years ago

You right. Already corrected in the develop branch. Thank you!