Error as Mission planner .sln loaded after Installation of VS 2019 community

i have recently download and installed the community version of visual studio 2019, as solution loads it comes up with a lot of errors, many have been resolved but not been able to figure out following errors(3)

Error RZ10011
Component ‘websocket’ starts with a lowercase character. Component names cannot start with a lowercase character.
wasm
C:\Users\Mussadiq-Home\Desktop\MissionPlanner-master\ExtLibs\wasm\RAZORGENERATE
1

Error RZ10011
Component ‘tlog’ starts with a lowercase character. Component names cannot start with a lowercase character.
wasm
C:\Users\Mussadiq-Home\Desktop\MissionPlanner-master\ExtLibs\wasm\RAZORGENERATE
1

Error RZ10011
Component ‘filetest’ starts with a lowercase character. Component names cannot start with a lowercase character.
wasm
C:\Users\Mussadiq-Home\Desktop\MissionPlanner-master\ExtLibs\wasm\RAZORGENERATE 1

Build only the MissionPlanner project not build all. Then you can safely ignore these errors. MP will build and run.

OR you can rename the three files in the mp/wasm project. tlog, filetest and websocket to start with a capital letter.

1 Like

i m having a few more errors(640 total only pasting 6 non-similar) tried installing .NET packages but could not resolve. plz help me with these.

Error CS0006
Metadata file ‘C:…\MissionPlanner-master\ExtLibs\Zeroconf\Zeroconf\bin\Debug\netstandard2.0\Zeroconf.dll’ could not be found
MissionPlanner.Utilities (netstandard2.0)
C:…\MissionPlanner-master\ExtLibs\Utilities\CSC

Error CS0246
The type or namespace name ‘Graphics’ could not be found (are you missing a using directive or an assembly reference?)
ZedGraph
C:…\MissionPlanner-master\ExtLibs\ZedGraph\ReversibleFrame.cs

Error CS0234
The type or namespace name ‘Drawing2D’ does not exist in the namespace ‘System.Drawing’ (are you missing an assembly reference?)
ZedGraph
C:…\MissionPlanner-master\ExtLibs\ZedGraph\ZedGraph\ZedGraphControl.Properties.cs

Error NETSDK1004
Assets file ‘C:…\MissionPlanner-master\ExtLibs\Zeroconf\Zeroconf\obj\project.assets.json’ not found. Run a NuGet package restore to generate this file.
Zeroconf
C:\Program Files\dotnet\sdk\3.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets

Error MSB3821
Couldn’t process file Resources.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.
MissionPlanner.Maps
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets

Error
Couldn’t process file MainV2.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.
MissionPlanner

Following Errors Resolved: (Files were found locked by internet. checked properties>unlock )

Error MSB3821
Couldn’t process file Resources.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.
MissionPlanner.Maps
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets

Error
Couldn’t process file MainV2.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.
MissionPlanner

Do you solved these Rz10011 errors,i failed compliing MissionPlanner just only RZ10011 ERROES.
Thank you

make sure all submodules are downloaded and if compiling with VS check all required component are installed ( .vsconfig file in Mission planner folder from git)