-
Notifications
You must be signed in to change notification settings - Fork 62
Project did not build. Multiple errors. #35
Comments
Did you restore the nuget packages? |
Daniel,
I am a SW developer used to Web and git. Usually dependencies are the way a project is build in c++ and Java (what I am used to :-). Visual Basic seems a good language but relay heavely on the Windows platform. I am not familiar with the packages you mention. I am not using windows office, but openoffice. Is the nuget packages part of MS office?
O.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 12. oktober 2019 15:08:01
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Did you restore the nuget packages?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Daniel,
I updated all the pagages and consolidated 1. In all 22 packages. They are all green in the Solution Explorer. But the project still throw a lot of errors.
O.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 12. oktober 2019 15:33:09
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Here's what you need to do:
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Sorry about that. I'll check what's going on in a few hours. |
BIG :-)
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 12. oktober 2019 16:42:17
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Sorry about that. I'll check what's going on in a few hours.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Did you try building with the config "Release WinMac" / "x64"? |
The build was not succsessfull. Attached build file.
O.
----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 13. oktober 2019 01:05:51
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Did you try building with the config "Release WinMac" / "x64"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
1>------ Build started: Project: DWSIM.Controls.DockPanel.ThemeVS2012Light, Configuration: Release Any CPU ------
2>------ Build started: Project: DWSIM.ExtensionMethods.Eto, Configuration: Release Any CPU ------
1> DWSIM.Controls.DockPanel.ThemeVS2012Light -> C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Controls.DockPanel\WinFormsUI\bin\Release\ThemeVS2012Light.dll
2> Restoring NuGet packages...
2> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
2> Feeds used:
2> C:\Users\oddva\.nuget\packages\
2> https://api.nuget.org/v3/index.json
2>
2> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.ExtensionMethods.Eto\packages.config are already installed.
2> DWSIM.ExtensionMethods.Eto -> C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.ExtensionMethods.Eto\bin\Release\DWSIM.ExtensionMethods.Eto.dll
3>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary, Configuration: Release Any CPU ------
3>Project not selected to build for this solution configuration
4>------ Skipped Build: Project: DWSIM.Thermodynamics.AdvancedEOS, Configuration: Release Any CPU ------
4>Project not selected to build for this solution configuration
5>------ Build started: Project: DWSIM.FlowsheetBase, Configuration: Release Any CPU ------
6>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary.Tests, Configuration: Release Any CPU ------
6>Project not selected to build for this solution configuration
5> Restoring NuGet packages...
5> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
5> Feeds used:
5> C:\Users\oddva\.nuget\packages\
5> https://api.nuget.org/v3/index.json
5>
5> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\packages.config are already installed.
5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SkiaSharp, Version=1.60.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3277: Found conflicts between different versions of "SkiaSharp" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
5>C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\FlowsheetBase.vb(2278,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
5>C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\FlowsheetBase.vb(2282,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
7>------ Build started: Project: DWSIM.UI.Desktop.Shared, Configuration: Release Any CPU ------
7> Restoring NuGet packages...
7> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
7> Feeds used:
7> C:\Users\oddva\.nuget\packages\
7> https://api.nuget.org/v3/index.json
7>
7> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\packages.config are already installed.
7>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
8>------ Build started: Project: DWSIM.UI.Desktop.Editors, Configuration: Release Any CPU ------
9>------ Build started: Project: DWSIM.UI.Desktop.WinForms, Configuration: Release Any CPU ------
9> Restoring NuGet packages...
9> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
9> Feeds used:
9> C:\Users\oddva\.nuget\packages\
9> https://api.nuget.org/v3/index.json
9>
9> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WinForms\packages.config are already installed.
9>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
9>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
8> Restoring NuGet packages...
8> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
8> Feeds used:
8> C:\Users\oddva\.nuget\packages\
8> https://api.nuget.org/v3/index.json
8>
8> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Editors\packages.config are already installed.
8>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
8>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
10>------ Build started: Project: DWSIM.UI.Desktop.Forms, Configuration: Release Any CPU ------
10> Restoring NuGet packages...
10> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
10> Feeds used:
10> C:\Users\oddva\.nuget\packages\
10> https://api.nuget.org/v3/index.json
10>
10> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Forms\packages.config are already installed.
10>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
10>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Editors\bin\Release\DWSIM.UI.Desktop.Editors.dll' could not be found
10>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
11>------ Build started: Project: DWSIM.UI.Desktop.WPF, Configuration: Release Any CPU ------
12>------ Build started: Project: DWSIM.UI.Desktop.GTK, Configuration: Release Any CPU ------
13>------ Build started: Project: DWSIM.UI.Desktop.Mac, Configuration: Release Any CPU ------
13> Restoring NuGet packages...
13> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
13> Feeds used:
13> C:\Users\oddva\.nuget\packages\
13> https://api.nuget.org/v3/index.json
13>
13> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Mac\packages.config are already installed.
13>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
13>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
13>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Forms\bin\Release\DWSIM.UI.Forms.dll' could not be found
11> Restoring NuGet packages...
11> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
11> Feeds used:
11> C:\Users\oddva\.nuget\packages\
11> https://api.nuget.org/v3/index.json
11>
11> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WPF\packages.config are already installed.
11>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Eto.OxyPlot, Version=1.0.5911.41864, Culture=neutral, PublicKeyToken=null". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
11>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
11>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
11>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WinForms\bin\Release\DWSIM.UI.Desktop.WinForms.dll' could not be found
11>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Forms\bin\Release\DWSIM.UI.Forms.dll' could not be found
14>------ Build started: Project: DWSIM, Configuration: Release x64 ------
12> Restoring NuGet packages...
12> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
12> Feeds used:
12> C:\Users\oddva\.nuget\packages\
12> https://api.nuget.org/v3/index.json
12>
12> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.GTK\packages.config are already installed.
12> No way to resolve conflict between "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes". Choosing "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
12>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
12>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
12>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Forms\bin\Release\DWSIM.UI.Forms.dll' could not be found
14> Restoring NuGet packages...
14> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
14> Feeds used:
14> C:\Users\oddva\.nuget\packages\
14> https://api.nuget.org/v3/index.json
14>
14> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM\packages.config are already installed.
14> Consider app.config remapping of assembly "System.Runtime.Serialization.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.3.0" [C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Primitives.dll] to Version "4.2.0.0" [C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll] to solve conflict and get rid of warning.
14>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2224,5): warning MSB3836: The explicit binding redirect on "System.Runtime.Serialization.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" conflicts with an autogenerated binding redirect. Consider removing it from the application configuration file or disabling autogenerated binding redirects. The build will replace it with: "<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" xmlns="urn:schemas-microsoft-com:asm.v1" />".
14>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Editors\bin\Release\DWSIM.UI.Desktop.Editors.dll'
14>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll'
14>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WinForms\bin\Release\DWSIM.UI.Desktop.WinForms.dll'
14>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WPF\bin\Release\DWSIM.UI.Desktop.WPF.dll'
15>------ Build started: Project: DWSIM.Plugins.NaturalGas, Configuration: Release Any CPU ------
16>------ Build started: Project: DWSIM.Automation, Configuration: Release Any CPU ------
17>------ Build started: Project: DWSIM.Apps.TCPServer, Configuration: Release Any CPU ------
18>------ Build started: Project: DWSIM.Apps.AzureServer, Configuration: Release Any CPU ------
16>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM\bin\x64\Release\DWSIM.exe' could not be found
19>------ Build started: Project: DWSIM.Automation.Tests, Configuration: Release Any CPU ------
18>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM\bin\x64\Release\DWSIM.exe'
19>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Automation\bin\Release\DWSIM.Automation.dll'
17>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM\bin\x64\Release\DWSIM.exe'
17> 0 File(s) copied
17> 0 File(s) copied
17> 0 File(s) copied
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17> Systemet finner ikke angitt bane.
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: The command "if "Release"=="Release" (
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: xcopy "C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Apps.TCPServer\bin\Release\*" "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\" /E /Y /F /D
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: xcopy "C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Apps.TCPServer\bin\Release\*" "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\" /E /Y /F /D
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: xcopy "C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Apps.TCPServer\bin\Release\*" "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\" /E /Y /F /D
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\*Skia*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\*Eto*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\x86"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\x64"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\*Skia*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\*Eto*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\x86"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\x64"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\*Skia*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\*Eto*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\x86"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\x64"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\*Skia*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\*Eto*"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\x86"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\x64"
17>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: )" exited with code 1.
15> Restoring NuGet packages...
15> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
15> Feeds used:
15> C:\Users\oddva\.nuget\packages\
15> https://api.nuget.org/v3/index.json
15>
15> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.Plugins.NaturalGas\packages.config are already installed.
15>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM\bin\x64\Release\DWSIM.exe'
15>vbc : error BC2017: could not find library 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll'
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15> Systemet finner ikke angitt bane.
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: The command "if "Release"=="Release" (
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\*Skia*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\*Eto*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\*Skia*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\*Eto*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\*Skia*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\*Eto*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\plugins\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\*Skia*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\*Eto*"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\plugins\*.dylib"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\plugins\*.dylib"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Windows_32\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\macOS\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073:
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: del /Q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\plugins\*.dylib"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\x86"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: rmdir /s /q "C:\Microsoft\LibsForAirsimApp\dwsim5\DistPackages\Linux\x64"
15>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(5165,5): error MSB3073: )" exited with code 1.
20>------ Build started: Project: DWSIM.UI.Desktop, Configuration: Release x64 ------
20> Restoring NuGet packages...
20> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
20> Feeds used:
20> C:\Users\oddva\.nuget\packages\
20> https://api.nuget.org/v3/index.json
20>
20> All packages listed in C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop\packages.config are already installed.
20> No way to resolve conflict between "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e". Choosing "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.FlowsheetBase\bin\Release\DWSIM.FlowsheetBase.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.GTK\bin\Release\DWSIM.UI.Desktop.GTK.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Mac\bin\Release\DWSIM.UI.Desktop.Mac.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Shared\bin\Release\DWSIM.UI.Desktop.Shared.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WinForms\bin\Release\DWSIM.UI.Desktop.WinForms.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.WPF\bin\Release\DWSIM.UI.Desktop.WPF.dll' could not be found
20>CSC : error CS0006: Metadata file 'C:\Microsoft\LibsForAirsimApp\dwsim5\DWSIM.UI.Desktop.Forms\bin\Release\DWSIM.UI.Forms.dll' could not be found
========== Build: 2 succeeded, 15 failed, 28 up-to-date, 3 skipped ==========
|
The last commit b08ce0d is compiling here from scratch, using Visual Studio 2019 Community, latest update. |
I am using Community version 2017. Maybe you can send me the zip file of the version you build and I can try to further isolate the issue? Use google drive and send me the public link.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 13. oktober 2019 23:54:25
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
The last commit b08ce0d is compiling here from scratch, using Visual Studio 2019 Community, latest update.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Build instructions.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 00:27:25
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
https://github.com/DanWBR/dwsim5/archive/windows.zip
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Ok. This build was much better. Changed nothing. Build straight out of the box. Small set of errors. I can probably fix them, but now that we are on a roll you can see what is happening on my side. I use firefox browser as my default browser. Have Chrome installed. Some missing C# it looks like. Send instructions for further tests.
O.
…----- Opprinnelig melding -----
Fra: [email protected]
Til: "DanWBR/dwsim5" <[email protected]>
Sendt: 14. oktober 2019 00:50:03
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Build instructions.
----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 00:27:25
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
https://github.com/DanWBR/dwsim5/archive/windows.zip
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
1>------ Build started: Project: DWSIM.Interfaces, Configuration: Debug Any CPU ------
2>------ Build started: Project: DWSIM.Controls.DockPanel, Configuration: Debug Any CPU ------
3>------ Build started: Project: DWSIM.GlobalSettings, Configuration: Debug Any CPU ------
4>------ Build started: Project: DWSIM.MathOps.DotNumerics, Configuration: Debug Any CPU ------
5>------ Build started: Project: DWSIM.MathOps.RandomOps, Configuration: Debug Any CPU ------
6>------ Build started: Project: DWSIM.Thermodynamics.CoolPropInterface, Configuration: Debug Any CPU ------
7>------ Build started: Project: DWSIM.MathOps.SimpsonIntegrator, Configuration: Debug Any CPU ------
8>------ Build started: Project: DWSIM.Controls.TabStrip, Configuration: Debug Any CPU ------
7> DWSIM.MathOps.SimpsonIntegrator -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.MathOps.SimpsonIntegrator\bin\Debug\DWSIM.MathOps.SimpsonIntegrator.dll
5> DWSIM.MathOps.RandomOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.RandomOps\bin\Debug\DWSIM.MathOps.RandomOps.dll
3> DWSIM.GlobalSettings -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.GlobalSettings\bin\Debug\DWSIM.GlobalSettings.dll
9>------ Build started: Project: DWSIM.Controls.ZedGraph, Configuration: Debug Any CPU ------
8> DWSIM.Controls.TabStrip -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.TabStrip\bin\Debug\TabStrip.dll
6> DWSIM.Thermodynamics.CoolPropInterface -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.CoolPropInterface\bin\Debug\DWSIM.Thermodynamics.CoolPropInterface.dll
10>------ Build started: Project: DWSIM.MathOps.SwarmOps, Configuration: Debug Any CPU ------
11>------ Build started: Project: DWSIM.Controls.PropertyGridEx, Configuration: Debug Any CPU ------
1> DWSIM.Interfaces -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Interfaces\bin\Debug\DWSIM.Interfaces.dll
12>------ Build started: Project: DWSIM.Libraries.OctaveSharp, Configuration: Debug Any CPU ------
13>------ Build started: Project: DWSIM.Libraries.PythonLink, Configuration: Debug Any CPU ------
14>------ Build started: Project: DWSIM.XMLSerializer, Configuration: Debug Any CPU ------
2> DWSIM.Controls.DockPanel -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll
15>------ Build started: Project: DWSIM.DrawingTools.Point, Configuration: Debug Any CPU ------
4> DWSIM.MathOps.DotNumerics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.DotNumerics\bin\Debug\DWSIM.MathOps.DotNumerics.dll
16>------ Build started: Project: DWSIM.Controls.DockPanel.ThemeVS2012Light, Configuration: Debug Any CPU ------
11> DWSIM.Controls.PropertyGridEx -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.PropertyGridEx\bin\Debug\DWSIM.Controls.PropertyGridEx.dll
17>------ Build started: Project: DWSIM.SkiaSharp.Views.Desktop, Configuration: Debug Any CPU ------
10> DWSIM.MathOps.SwarmOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.SwarmOps\bin\Debug\DWSIM.MathOps.SwarmOps.dll
13> DWSIM.Libraries.PythonLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.PythonLink\bin\Debug\DWSIM.Libraries.PythonLink.dll
12> DWSIM.Libraries.OctaveSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.OctaveSharp\bin\Debug\DWSIM.Libraries.OctaveSharp.dll
17> DWSIM.SkiaSharp.Views.Desktop -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\bin\Debug\DWSIM.SkiaSharp.Views.Desktop.dll
16> DWSIM.Controls.DockPanel.ThemeVS2012Light -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\ThemeVS2012Light.dll
9> DWSIM.Controls.ZedGraph -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.ZedGraph\bin\Debug\ZedGraph.dll
15> DWSIM.DrawingTools.Point -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.Point\bin\Debug\DWSIM.DrawingTools.Point.dll
18>------ Build started: Project: DWSIM.MathOps, Configuration: Debug Any CPU ------
18> DWSIM.MathOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math\bin\Debug\DWSIM.MathOps.dll
14> DWSIM.XMLSerializer -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Serializers.XML\bin\Debug\DWSIM.XMLSerializer.dll
19>------ Build started: Project: DWSIM.SharedClasses, Configuration: Debug Any CPU ------
19> Restoring NuGet packages...
19> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
19> Feeds used:
19> C:\Users\oddva\.nuget\packages\
19> https://api.nuget.org/v3/index.json
19>
19> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\packages.config are already installed.
19> DWSIM.SharedClasses -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\bin\Debug\DWSIM.SharedClasses.dll
20>------ Build started: Project: DWSIM.ExtensionMethods, Configuration: Debug Any CPU ------
20> Restoring NuGet packages...
20> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
20> Feeds used:
20> C:\Users\oddva\.nuget\packages\
20> https://api.nuget.org/v3/index.json
20>
20> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\packages.config are already installed.
20> DWSIM.ExtensionMethods -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\bin\Debug\DWSIM.ExtensionMethods.dll
21>------ Build started: Project: DWSIM.ExtensionMethods.Eto, Configuration: Debug Any CPU ------
22>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp, Configuration: Debug Any CPU ------
21> Restoring NuGet packages...
21> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
21> Feeds used:
21> C:\Users\oddva\.nuget\packages\
21> https://api.nuget.org/v3/index.json
21>
21> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\packages.config are already installed.
21> DWSIM.ExtensionMethods.Eto -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\bin\Debug\DWSIM.ExtensionMethods.Eto.dll
22> Restoring NuGet packages...
22> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
22> Feeds used:
22> C:\Users\oddva\.nuget\packages\
22> https://api.nuget.org/v3/index.json
22>
22> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\packages.config are already installed.
22> DWSIM.DrawingTools.SkiaSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\bin\Debug\DWSIM.Drawing.SkiaSharp.dll
23>------ Build started: Project: DWSIM.Inspector, Configuration: Debug Any CPU ------
24>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp.Extended, Configuration: Debug Any CPU ------
23> DWSIM.Inspector -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Inspector\bin\Debug\DWSIM.Inspector.dll
25>------ Build started: Project: DWSIM.Thermodynamics, Configuration: Debug Any CPU ------
26>------ Build started: Project: DWSIM.FlowsheetSolver, Configuration: Debug Any CPU ------
24> Restoring NuGet packages...
24> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
24> Feeds used:
24> C:\Users\oddva\.nuget\packages\
24> https://api.nuget.org/v3/index.json
24>
24> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\packages.config are already installed.
24> DWSIM.DrawingTools.SkiaSharp.Extended -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\bin\Debug\DWSIM.DrawingTools.SkiaSharp.Extended.dll
26> DWSIM.FlowsheetSolver -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetSolver\bin\Debug\DWSIM.FlowsheetSolver.dll
25> Restoring NuGet packages...
25> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
25> Feeds used:
25> C:\Users\oddva\.nuget\packages\
25> https://api.nuget.org/v3/index.json
25>
25> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\packages.config are already installed.
25> DWSIM.Thermodynamics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\bin\Debug\DWSIM.Thermodynamics.dll
27>------ Build started: Project: DWSIM.UnitOperations, Configuration: Debug Any CPU ------
28>------ Build started: Project: DWSIM.Thermodynamics.Databases.DDBStructureLink, Configuration: Debug Any CPU ------
29>------ Build started: Project: DWSIM.Thermodynamics.Databases.ChemeoLink, Configuration: Debug Any CPU ------
30>------ Build started: Project: DWSIM.Thermodynamics.Databases.KDBLink, Configuration: Debug Any CPU ------
28> Restoring NuGet packages...
28> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
28> Feeds used:
28> C:\Users\oddva\.nuget\packages\
28> https://api.nuget.org/v3/index.json
28>
28> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\packages.config are already installed.
28> DWSIM.Thermodynamics.Databases.DDBStructureLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\bin\Debug\DWSIM.Thermodynamics.Databases.DDBStructureLink.dll
29> Restoring NuGet packages...
29> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
29> Feeds used:
29> C:\Users\oddva\.nuget\packages\
29> https://api.nuget.org/v3/index.json
29>
29> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\packages.config are already installed.
29> DWSIM.Thermodynamics.Databases.ChemeoLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\bin\Debug\DWSIM.Thermodynamics.Databases.ChemeoLink.dll
30> Restoring NuGet packages...
30> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
30> Feeds used:
30> C:\Users\oddva\.nuget\packages\
30> https://api.nuget.org/v3/index.json
30>
30> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\packages.config are already installed.
30> DWSIM.Thermodynamics.Databases.KDBLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\bin\Debug\DWSIM.Thermodynamics.Databases.KDBLink.dll
27> Restoring NuGet packages...
27> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
27> Feeds used:
27> C:\Users\oddva\.nuget\packages\
27> https://api.nuget.org/v3/index.json
27>
27> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\packages.config are already installed.
27> DWSIM.UnitOperations -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\bin\Debug\DWSIM.UnitOperations.dll
31>------ Build started: Project: DWSIM.FlowsheetBase, Configuration: Debug Any CPU ------
31> Restoring NuGet packages...
31> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
31> Feeds used:
31> C:\Users\oddva\.nuget\packages\
31> https://api.nuget.org/v3/index.json
31>
31> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\packages.config are already installed.
31> DWSIM.FlowsheetBase -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll
32>------ Build started: Project: DWSIM.UI.Desktop.Shared, Configuration: Debug Any CPU ------
32> Restoring NuGet packages...
32> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
32> Feeds used:
32> C:\Users\oddva\.nuget\packages\
32> https://api.nuget.org/v3/index.json
32>
32> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\packages.config are already installed.
32> DWSIM.UI.Desktop.Shared -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll
33>------ Build started: Project: DWSIM.UI.Desktop.Editors, Configuration: Debug Any CPU ------
34>------ Build started: Project: DWSIM.UI.Desktop.WinForms, Configuration: Debug Any CPU ------
34> Restoring NuGet packages...
34> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
34> Feeds used:
34> C:\Users\oddva\.nuget\packages\
34> https://api.nuget.org/v3/index.json
34>
34> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\packages.config are already installed.
34> DWSIM.UI.Desktop.WinForms -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll
33> Restoring NuGet packages...
33> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
33> Feeds used:
33> C:\Users\oddva\.nuget\packages\
33> https://api.nuget.org/v3/index.json
33>
33> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\packages.config are already installed.
33> DWSIM.UI.Desktop.Editors -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\bin\Debug\DWSIM.UI.Desktop.Editors.dll
35>------ Build started: Project: DWSIM.UI.Desktop.Forms, Configuration: Debug Any CPU ------
35> Restoring NuGet packages...
35> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
35> Feeds used:
35> C:\Users\oddva\.nuget\packages\
35> https://api.nuget.org/v3/index.json
35>
35> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\packages.config are already installed.
35> DWSIM.UI.Desktop.Forms -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll
36>------ Build started: Project: DWSIM.UI.Desktop.WPF, Configuration: Debug Any CPU ------
36> Restoring NuGet packages...
36> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
36> Feeds used:
36> C:\Users\oddva\.nuget\packages\
36> https://api.nuget.org/v3/index.json
36>
36> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\packages.config are already installed.
36> DWSIM.UI.Desktop.WPF -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\bin\Debug\DWSIM.UI.Desktop.WPF.dll
37>------ Build started: Project: DWSIM, Configuration: Debug x64 ------
37> Restoring NuGet packages...
37> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
37> Feeds used:
37> C:\Users\oddva\.nuget\packages\
37> https://api.nuget.org/v3/index.json
37>
37> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\packages.config are already installed.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(41,9): warning BC40056: Namespace or type specified in the Imports 'Cefsharp.Winforms' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(83,33): error BC30002: Type 'CefSettings' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(83,51): error BC30002: Type 'CefSettings' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(88,17): error BC30451: 'CefSharp' is not declared. It may be inaccessible due to its protection level.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(89,17): error BC30451: 'CefSharp' is not declared. It may be inaccessible due to its protection level.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(184,55): error BC30451: 'CefSharp' is not declared. It may be inaccessible due to its protection level.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(306,51): error BC30002: Type 'ChromiumWebBrowser' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(315,34): error BC30002: Type 'ChromiumWebBrowser' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(316,34): error BC30002: Type 'ChromiumWebBrowser' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(317,34): error BC30002: Type 'ChromiumWebBrowser' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(318,34): error BC30002: Type 'ChromiumWebBrowser' is not defined.
37>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\Forms\Main Window\FormMain.vb(319,34): error BC30002: Type 'ChromiumWebBrowser' is not defined.
========== Build: 36 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|
Supported build Configurations: Debug / x64 AnyCPU platform is not supported for building. |
Used Debug / x64
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 02:46:34
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Supported build Configurations:
Debug / x64
Release Linux / x64
Release WinMac / x64
Release WinMac / x86
AnyCPU platform is not supported for building.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Something related to cefsharp? |
Yes. Sent you the output file. All should be there.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 03:04:20
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Something related to cefsharp?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Try closing and reopening Visual Studio after restoring the NuGet packages, then compile the solution. |
ok
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 16:02:04
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Try closing and reopening Visual Studio after restoring the NuGet packages, then compile the solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Daniel,
Something is wrong in the build. It seems like the build is a mix of configurations. Look in the attached Output.txt file. One example is the DWSIM.Interfaces package.
1>------ Rebuild All started: Project: DWSIM.Interfaces, Configuration: Debug Any CPU ------
1> DWSIM.Interfaces -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Interfaces\bin\Debug\DWSIM.Interfaces.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
I have asked for x64 but it defaults to Any CPU. Then it fails because the final build looks for x64 dll. I am not 100% sure but maybe this is something you allready know.
O.
PS: Executed NuGet and updated all packages. Maybe that is wrong.
…----- Opprinnelig melding -----
Fra: [email protected]
Til: "DanWBR/dwsim5" <[email protected]>
Sendt: 14. oktober 2019 16:02:52
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
ok
----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 16:02:04
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Try closing and reopening Visual Studio after restoring the NuGet packages, then compile the solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
1>------ Build started: Project: DWSIM.Interfaces, Configuration: Debug Any CPU ------
2>------ Build started: Project: DWSIM.Controls.DockPanel, Configuration: Debug Any CPU ------
3>------ Build started: Project: DWSIM.GlobalSettings, Configuration: Debug Any CPU ------
4>------ Build started: Project: DWSIM.MathOps.DotNumerics, Configuration: Debug Any CPU ------
5>------ Build started: Project: DWSIM.MathOps.RandomOps, Configuration: Debug Any CPU ------
6>------ Build started: Project: DWSIM.Thermodynamics.CoolPropInterface, Configuration: Debug Any CPU ------
7>------ Build started: Project: DWSIM.MathOps.SimpsonIntegrator, Configuration: Debug Any CPU ------
8>------ Build started: Project: DWSIM.Controls.TabStrip, Configuration: Debug Any CPU ------
6> DWSIM.Thermodynamics.CoolPropInterface -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.CoolPropInterface\bin\Debug\DWSIM.Thermodynamics.CoolPropInterface.dll
5> DWSIM.MathOps.RandomOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.RandomOps\bin\Debug\DWSIM.MathOps.RandomOps.dll
9>------ Build started: Project: DWSIM.Controls.ZedGraph, Configuration: Debug Any CPU ------
7> DWSIM.MathOps.SimpsonIntegrator -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.MathOps.SimpsonIntegrator\bin\Debug\DWSIM.MathOps.SimpsonIntegrator.dll
10>------ Build started: Project: DWSIM.MathOps.SwarmOps, Configuration: Debug Any CPU ------
11>------ Build started: Project: DWSIM.Controls.PropertyGridEx, Configuration: Debug Any CPU ------
1> DWSIM.Interfaces -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Interfaces\bin\Debug\DWSIM.Interfaces.dll
3> DWSIM.GlobalSettings -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.GlobalSettings\bin\Debug\DWSIM.GlobalSettings.dll
2> DWSIM.Controls.DockPanel -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll
12>------ Build started: Project: DWSIM.XMLSerializer, Configuration: Debug Any CPU ------
13>------ Build started: Project: DWSIM.DrawingTools.Point, Configuration: Debug Any CPU ------
14>------ Build started: Project: DWSIM.Controls.DockPanel.ThemeVS2012Light, Configuration: Debug Any CPU ------
4> DWSIM.MathOps.DotNumerics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.DotNumerics\bin\Debug\DWSIM.MathOps.DotNumerics.dll
15>------ Build started: Project: DWSIM.Libraries.OctaveSharp, Configuration: Debug Any CPU ------
8> DWSIM.Controls.TabStrip -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.TabStrip\bin\Debug\TabStrip.dll
11> DWSIM.Controls.PropertyGridEx -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.PropertyGridEx\bin\Debug\DWSIM.Controls.PropertyGridEx.dll
16>------ Build started: Project: DWSIM.Libraries.PythonLink, Configuration: Debug Any CPU ------
17>------ Build started: Project: DWSIM.SkiaSharp.Views.Desktop, Configuration: Debug Any CPU ------
16> DWSIM.Libraries.PythonLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.PythonLink\bin\Debug\DWSIM.Libraries.PythonLink.dll
12> DWSIM.XMLSerializer -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Serializers.XML\bin\Debug\DWSIM.XMLSerializer.dll
18>------ Build started: Project: DWSIM.SharedClasses, Configuration: Debug Any CPU ------
15> DWSIM.Libraries.OctaveSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.OctaveSharp\bin\Debug\DWSIM.Libraries.OctaveSharp.dll
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKPaintGLSurfaceEventArgs.cs(14,10,14,35): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLDrawable.cs(8,17,8,42): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKPaintGLSurfaceEventArgs.cs(6,55,6,80): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLControl.cs(16,11,16,36): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLDrawable.cs(22,15,22,40): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLControl.cs(83,25,83,66): warning CS0618: 'SKSurface.Create(GRContext, GRBackendRenderTargetDesc)' is obsolete: 'Use Create(GRContext, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType) instead.'
17> DWSIM.SkiaSharp.Views.Desktop -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\bin\Debug\DWSIM.SkiaSharp.Views.Desktop.dll
14> DWSIM.Controls.DockPanel.ThemeVS2012Light -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\ThemeVS2012Light.dll
9> DWSIM.Controls.ZedGraph -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.ZedGraph\bin\Debug\ZedGraph.dll
10> DWSIM.MathOps.SwarmOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.SwarmOps\bin\Debug\DWSIM.MathOps.SwarmOps.dll
18> Restoring NuGet packages...
18> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
18> Feeds used:
18> C:\Users\oddva\.nuget\packages\
18> https://api.nuget.org/v3/index.json
18>
18> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\packages.config are already installed.
18> DWSIM.SharedClasses -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\bin\Debug\DWSIM.SharedClasses.dll
13> DWSIM.DrawingTools.Point -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.Point\bin\Debug\DWSIM.DrawingTools.Point.dll
19>------ Build started: Project: DWSIM.MathOps, Configuration: Debug Any CPU ------
19> DWSIM.MathOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math\bin\Debug\DWSIM.MathOps.dll
20>------ Build started: Project: DWSIM.ExtensionMethods, Configuration: Debug Any CPU ------
20> Restoring NuGet packages...
20> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
20> Feeds used:
20> C:\Users\oddva\.nuget\packages\
20> https://api.nuget.org/v3/index.json
20>
20> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\packages.config are already installed.
20> DWSIM.ExtensionMethods -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\bin\Debug\DWSIM.ExtensionMethods.dll
21>------ Build started: Project: DWSIM.ExtensionMethods.Eto, Configuration: Debug Any CPU ------
22>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp, Configuration: Debug Any CPU ------
21> Restoring NuGet packages...
21> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
21> Feeds used:
21> C:\Users\oddva\.nuget\packages\
21> https://api.nuget.org/v3/index.json
21>
21> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\packages.config are already installed.
21> DWSIM.ExtensionMethods.Eto -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\bin\Debug\DWSIM.ExtensionMethods.Eto.dll
23>------ Build started: Project: DWSIM.Inspector, Configuration: Debug Any CPU ------
22> Restoring NuGet packages...
22> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
22> Feeds used:
22> C:\Users\oddva\.nuget\packages\
22> https://api.nuget.org/v3/index.json
22>
22> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\packages.config are already installed.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(23,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(23,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(25,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(25,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(27,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(27,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(17,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(17,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(19,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(19,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(21,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(21,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(46,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(46,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(48,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(48,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(50,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(50,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\ExtensionBase\GraphicObjectExtension.vb(104,13): warning BC40000: 'Public Overloads Sub AddRoundedRect(rect As SKRect, rx As Single, ry As Single, [dir As SKPathDirection = Clockwise])' is obsolete: 'Use AddRoundRect instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(289,13): warning BC40000: 'Public Overloads Sub AddRoundedRect(rect As SKRect, rx As Single, ry As Single, [dir As SKPathDirection = Clockwise])' is obsolete: 'Use AddRoundRect instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(65,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(65,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(67,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(67,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(69,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(69,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(234,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(234,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(235,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(235,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(237,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(237,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(238,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(238,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(240,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(240,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(241,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(241,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(1325,67): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22> DWSIM.DrawingTools.SkiaSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\bin\Debug\DWSIM.Drawing.SkiaSharp.dll
24>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp.Extended, Configuration: Debug Any CPU ------
23> DWSIM.Inspector -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Inspector\bin\Debug\DWSIM.Inspector.dll
25>------ Build started: Project: DWSIM.Thermodynamics, Configuration: Debug Any CPU ------
26>------ Build started: Project: DWSIM.FlowsheetSolver, Configuration: Debug Any CPU ------
24> Restoring NuGet packages...
24> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
24> Feeds used:
24> C:\Users\oddva\.nuget\packages\
24> https://api.nuget.org/v3/index.json
24>
24> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\packages.config are already installed.
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(114,81,114,96): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(114,43,114,102): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(117,79,117,94): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(117,43,117,100): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(120,87,120,102): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(120,43,120,108): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24> DWSIM.DrawingTools.SkiaSharp.Extended -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\bin\Debug\DWSIM.DrawingTools.SkiaSharp.Extended.dll
26> DWSIM.FlowsheetSolver -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetSolver\bin\Debug\DWSIM.FlowsheetSolver.dll
25> ---
25>MSBUILD : ExcelDnaSetDebuggerOptions warning DNA-1208510494: Unable to find path where EXCEL.EXE is located
25> ExcelDnaSetDebuggerOptions: EXCEL.EXE path for debugging:
25> ExcelDnaSetDebuggerOptions: Add-In for debugging:
25>MSBUILD : ExcelDnaSetDebuggerOptions warning DNA-1676060969: Excel path specified in Registry not found on disk:
25> Restoring NuGet packages...
25> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
25> Feeds used:
25> C:\Users\oddva\.nuget\packages\
25> https://api.nuget.org/v3/index.json
25>
25> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\packages.config are already installed.
25> DWSIM.Thermodynamics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\bin\Debug\DWSIM.Thermodynamics.dll
25> ---
25> ExcelDnaBuild: DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn.dna
25> ExcelDnaBuild: ..\packages\ExcelDna.AddIn.1.0.0\build\..\tools\ExcelDna.xll -> bin\Debug\DWSIM.Thermodynamics-AddIn.xll
25> ExcelDnaBuild: App.config -> bin\Debug\DWSIM.Thermodynamics-AddIn.xll.config
25> ExcelDnaBuild: ---
25> ExcelDnaBuild: DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn64.dna
25> ExcelDnaBuild: ..\packages\ExcelDna.AddIn.1.0.0\build\..\tools\ExcelDna64.xll -> bin\Debug\DWSIM.Thermodynamics-AddIn64.xll
25> ExcelDnaBuild: app.config -> bin\Debug\DWSIM.Thermodynamics-AddIn64.xll.config
25> ---
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll
25> Using base add-in bin\Debug\DWSIM.Thermodynamics-AddIn.xll
25> -> Updating resource: Type: CONFIG, Name: __MAIN__, Length: 3090
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: EXCELDNA.INTEGRATION, Length: 70850
25> ~~> ExternalLibrary path DWSIM.Thermodynamics.dll resolved to bin\Debug\DWSIM.Thermodynamics.dll.
25> -> Updating resource: Type: DNA, Name: __MAIN__, Length: 554
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: DWSIM.THERMODYNAMICS, Length: 2032909
25> Completed Packing bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll.
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn.xll.config -> bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll.config
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn64.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll
25> Using base add-in bin\Debug\DWSIM.Thermodynamics-AddIn64.xll
25> -> Updating resource: Type: CONFIG, Name: __MAIN__, Length: 3090
25> ~~> ExternalLibrary path DWSIM.Thermodynamics.dll resolved to bin\Debug\DWSIM.Thermodynamics.dll.
25> -> Updating resource: Type: DNA, Name: __MAIN__, Length: 554
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: EXCELDNA.INTEGRATION, Length: 70850
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: DWSIM.THERMODYNAMICS, Length: 2032909
25> Completed Packing bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll.
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn64.xll.config -> bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll.config
27>------ Build started: Project: DWSIM.UnitOperations, Configuration: Debug Any CPU ------
28>------ Build started: Project: DWSIM.Thermodynamics.Databases.DDBStructureLink, Configuration: Debug Any CPU ------
29>------ Build started: Project: DWSIM.Thermodynamics.Databases.ChemeoLink, Configuration: Debug Any CPU ------
30>------ Build started: Project: DWSIM.Thermodynamics.Databases.KDBLink, Configuration: Debug Any CPU ------
31>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary, Configuration: Debug Any CPU ------
31>Project not selected to build for this solution configuration
32>------ Build started: Project: DWSIM.Thermodynamics.AdvancedEOS, Configuration: Debug Any CPU ------
33>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary.Tests, Configuration: Debug Any CPU ------
33>Project not selected to build for this solution configuration
32> Restoring NuGet packages...
32> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
32> Feeds used:
32> C:\Users\oddva\.nuget\packages\
32> https://api.nuget.org/v3/index.json
32>
32> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.AdvancedEOS\packages.config are already installed.
32> DWSIM.Thermodynamics.AdvancedEOS -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\Debug\DWSIM.Thermodynamics.AdvancedEOS.dll
29> Restoring NuGet packages...
29> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
29> Feeds used:
29> C:\Users\oddva\.nuget\packages\
29> https://api.nuget.org/v3/index.json
29>
29> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\packages.config are already installed.
29> DWSIM.Thermodynamics.Databases.ChemeoLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\bin\Debug\DWSIM.Thermodynamics.Databases.ChemeoLink.dll
28> Restoring NuGet packages...
28> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
28> Feeds used:
28> C:\Users\oddva\.nuget\packages\
28> https://api.nuget.org/v3/index.json
28>
28> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\packages.config are already installed.
28> DWSIM.Thermodynamics.Databases.DDBStructureLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\bin\Debug\DWSIM.Thermodynamics.Databases.DDBStructureLink.dll
30> Restoring NuGet packages...
30> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
30> Feeds used:
30> C:\Users\oddva\.nuget\packages\
30> https://api.nuget.org/v3/index.json
30>
30> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\packages.config are already installed.
30> DWSIM.Thermodynamics.Databases.KDBLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\bin\Debug\DWSIM.Thermodynamics.Databases.KDBLink.dll
27> Restoring NuGet packages...
27> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
27> Feeds used:
27> C:\Users\oddva\.nuget\packages\
27> https://api.nuget.org/v3/index.json
27>
27> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\packages.config are already installed.
27> DWSIM.UnitOperations -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\bin\Debug\DWSIM.UnitOperations.dll
34>------ Build started: Project: DWSIM.FlowsheetBase, Configuration: Debug Any CPU ------
34> Restoring NuGet packages...
34> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
34> Feeds used:
34> C:\Users\oddva\.nuget\packages\
34> https://api.nuget.org/v3/index.json
34>
34> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\packages.config are already installed.
34>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SkiaSharp, Version=1.60.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
34>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3277: Found conflicts between different versions of "SkiaSharp" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
34>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\FlowsheetBase.vb(2278,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
34>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\FlowsheetBase.vb(2282,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
35>------ Build started: Project: DWSIM.UI.Desktop.Shared, Configuration: Debug Any CPU ------
35> Restoring NuGet packages...
35> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
35> Feeds used:
35> C:\Users\oddva\.nuget\packages\
35> https://api.nuget.org/v3/index.json
35>
35> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\packages.config are already installed.
35>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
36>------ Build started: Project: DWSIM.UI.Desktop.Editors, Configuration: Debug Any CPU ------
37>------ Build started: Project: DWSIM.UI.Desktop.WinForms, Configuration: Debug Any CPU ------
37> Restoring NuGet packages...
37> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
37> Feeds used:
37> C:\Users\oddva\.nuget\packages\
37> https://api.nuget.org/v3/index.json
37>
37> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\packages.config are already installed.
37>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
37>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
36> Restoring NuGet packages...
36> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
36> Feeds used:
36> C:\Users\oddva\.nuget\packages\
36> https://api.nuget.org/v3/index.json
36>
36> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\packages.config are already installed.
36>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
36>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
38>------ Build started: Project: DWSIM.UI.Desktop.Forms, Configuration: Debug Any CPU ------
38> Restoring NuGet packages...
38> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
38> Feeds used:
38> C:\Users\oddva\.nuget\packages\
38> https://api.nuget.org/v3/index.json
38>
38> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\packages.config are already installed.
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\bin\Debug\DWSIM.UI.Desktop.Editors.dll' could not be found
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
39>------ Build started: Project: DWSIM.UI.Desktop.WPF, Configuration: Debug Any CPU ------
40>------ Build started: Project: DWSIM.UI.Desktop.GTK, Configuration: Debug Any CPU ------
41>------ Build started: Project: DWSIM.UI.Desktop.Mac, Configuration: Debug Any CPU ------
39> Restoring NuGet packages...
39> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
39> Feeds used:
39> C:\Users\oddva\.nuget\packages\
39> https://api.nuget.org/v3/index.json
39>
39> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\packages.config are already installed.
39>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Eto.OxyPlot, Version=1.0.5911.41864, Culture=neutral, PublicKeyToken=null". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
42>------ Build started: Project: DWSIM, Configuration: Debug x64 ------
40> Restoring NuGet packages...
40> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
40> Feeds used:
40> C:\Users\oddva\.nuget\packages\
40> https://api.nuget.org/v3/index.json
40>
40> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.GTK\packages.config are already installed.
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
41> Restoring NuGet packages...
41> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
41> Feeds used:
41> C:\Users\oddva\.nuget\packages\
41> https://api.nuget.org/v3/index.json
41>
41> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Mac\packages.config are already installed.
41>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
41>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
41>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
42> Restoring NuGet packages...
42> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
42> Feeds used:
42> C:\Users\oddva\.nuget\packages\
42> https://api.nuget.org/v3/index.json
42>
42> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\packages.config are already installed.
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\bin\Debug\DWSIM.UI.Desktop.Editors.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\bin\Debug\DWSIM.UI.Desktop.WPF.dll'
43>------ Build started: Project: DWSIM.Plugins.NaturalGas, Configuration: Debug x64 ------
44>------ Build started: Project: DWSIM.Automation, Configuration: Debug x64 ------
45>------ Build started: Project: DWSIM.Apps.TCPServer, Configuration: Debug x64 ------
46>------ Build started: Project: DWSIM.Apps.AzureServer, Configuration: Debug x64 ------
44>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe' could not be found
47>------ Build started: Project: DWSIM.Automation.Tests, Configuration: Debug x64 ------
47>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Automation\bin\x64\Debug\DWSIM.Automation.dll'
46>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
45>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
43> Restoring NuGet packages...
43> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
43> Feeds used:
43> C:\Users\oddva\.nuget\packages\
43> https://api.nuget.org/v3/index.json
43>
43> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Plugins.NaturalGas\packages.config are already installed.
43>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
43>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll'
48>------ Build started: Project: DWSIM.UI.Desktop, Configuration: Debug x64 ------
48> Restoring NuGet packages...
48> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
48> Feeds used:
48> C:\Users\oddva\.nuget\packages\
48> https://api.nuget.org/v3/index.json
48>
48> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop\packages.config are already installed.
48> No way to resolve conflict between "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e". Choosing "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.GTK\bin\Debug\DWSIM.UI.Desktop.GTK.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Mac\bin\Debug\DWSIM.UI.Desktop.Mac.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\bin\Debug\DWSIM.UI.Desktop.WPF.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
========== Build: 31 succeeded, 15 failed, 0 up-to-date, 2 skipped ==========
|
Here's how I've managed to compile DWSIM from scratch.
|
Will do.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 22:41:21
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Here's how I've managed to compile DWSIM from scratch.
1.
Download the latest commit:
2.
Unpack the zip file and open DWSIM5.sln on Visual Studio 2019.
3.
Go to Build > Build Solution (Default config: Debug / x64)
4.
It doesn't compile. will throw errors about CefSharp.
5.
Close Visual Studio and reopen the solution (DWSIM5.sln).
6.
Go to Build > Build Solution.
7.
Compilation should then be successful.
8.
If you switch to "Release WinMac" / "x64", an usable distro will be located in the "DistroPackages/Windows" folder.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Daniel,
Still do not build: link to video of what I did. https://drive.google.com/open?id=130k9dHDgusK-PCMF1gQLDXKZYHJYF52m
1. Cloned last version of dwsim5 windows
2. followed steps in video.
Attached is the output from Visual Project.
O.
…----- Opprinnelig melding -----
Fra: [email protected]
Til: "DanWBR/dwsim5" <[email protected]>
Sendt: 14. oktober 2019 23:15:34
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Will do.
----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 22:41:21
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Here's how I've managed to compile DWSIM from scratch.
1.
Download the latest commit:
2.
Unpack the zip file and open DWSIM5.sln on Visual Studio 2019.
3.
Go to Build > Build Solution (Default config: Debug / x64)
4.
It doesn't compile. will throw errors about CefSharp.
5.
Close Visual Studio and reopen the solution (DWSIM5.sln).
6.
Go to Build > Build Solution.
7.
Compilation should then be successful.
8.
If you switch to "Release WinMac" / "x64", an usable distro will be located in the "DistroPackages/Windows" folder.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
1>------ Build started: Project: DWSIM.Interfaces, Configuration: Debug Any CPU ------
2>------ Build started: Project: DWSIM.Controls.DockPanel, Configuration: Debug Any CPU ------
3>------ Build started: Project: DWSIM.GlobalSettings, Configuration: Debug Any CPU ------
4>------ Build started: Project: DWSIM.MathOps.DotNumerics, Configuration: Debug Any CPU ------
5>------ Build started: Project: DWSIM.MathOps.RandomOps, Configuration: Debug Any CPU ------
6>------ Build started: Project: DWSIM.Thermodynamics.CoolPropInterface, Configuration: Debug Any CPU ------
7>------ Build started: Project: DWSIM.MathOps.SimpsonIntegrator, Configuration: Debug Any CPU ------
8>------ Build started: Project: DWSIM.Controls.TabStrip, Configuration: Debug Any CPU ------
3> DWSIM.GlobalSettings -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.GlobalSettings\bin\Debug\DWSIM.GlobalSettings.dll
6> DWSIM.Thermodynamics.CoolPropInterface -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.CoolPropInterface\bin\Debug\DWSIM.Thermodynamics.CoolPropInterface.dll
1> DWSIM.Interfaces -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Interfaces\bin\Debug\DWSIM.Interfaces.dll
9>------ Build started: Project: DWSIM.Controls.ZedGraph, Configuration: Debug Any CPU ------
5> DWSIM.MathOps.RandomOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.RandomOps\bin\Debug\DWSIM.MathOps.RandomOps.dll
10>------ Build started: Project: DWSIM.XMLSerializer, Configuration: Debug Any CPU ------
8> DWSIM.Controls.TabStrip -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.TabStrip\bin\Debug\TabStrip.dll
11>------ Build started: Project: DWSIM.DrawingTools.Point, Configuration: Debug Any CPU ------
7> DWSIM.MathOps.SimpsonIntegrator -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.MathOps.SimpsonIntegrator\bin\Debug\DWSIM.MathOps.SimpsonIntegrator.dll
12>------ Build started: Project: DWSIM.MathOps.SwarmOps, Configuration: Debug Any CPU ------
4> DWSIM.MathOps.DotNumerics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.DotNumerics\bin\Debug\DWSIM.MathOps.DotNumerics.dll
13>------ Build started: Project: DWSIM.Controls.PropertyGridEx, Configuration: Debug Any CPU ------
2> DWSIM.Controls.DockPanel -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll
14>------ Build started: Project: DWSIM.Libraries.OctaveSharp, Configuration: Debug Any CPU ------
15>------ Build started: Project: DWSIM.Libraries.PythonLink, Configuration: Debug Any CPU ------
16>------ Build started: Project: DWSIM.Controls.DockPanel.ThemeVS2012Light, Configuration: Debug Any CPU ------
15> DWSIM.Libraries.PythonLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.PythonLink\bin\Debug\DWSIM.Libraries.PythonLink.dll
17>------ Build started: Project: DWSIM.SkiaSharp.Views.Desktop, Configuration: Debug Any CPU ------
13> DWSIM.Controls.PropertyGridEx -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.PropertyGridEx\bin\Debug\DWSIM.Controls.PropertyGridEx.dll
12> DWSIM.MathOps.SwarmOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math.SwarmOps\bin\Debug\DWSIM.MathOps.SwarmOps.dll
14> DWSIM.Libraries.OctaveSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Libraries.OctaveSharp\bin\Debug\DWSIM.Libraries.OctaveSharp.dll
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLControl.cs(16,11,16,36): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLDrawable.cs(8,17,8,42): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKPaintGLSurfaceEventArgs.cs(14,10,14,35): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKPaintGLSurfaceEventArgs.cs(6,55,6,80): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLControl.cs(83,25,83,66): warning CS0618: 'SKSurface.Create(GRContext, GRBackendRenderTargetDesc)' is obsolete: 'Use Create(GRContext, GRBackendRenderTarget, GRSurfaceOrigin, SKColorType) instead.'
17>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\SKGLDrawable.cs(22,15,22,40): warning CS0618: 'GRBackendRenderTargetDesc' is obsolete: 'Use GRBackendRenderTarget instead.'
17> DWSIM.SkiaSharp.Views.Desktop -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SkiaSharp.Views.Desktop\bin\Debug\DWSIM.SkiaSharp.Views.Desktop.dll
16> DWSIM.Controls.DockPanel.ThemeVS2012Light -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.DockPanel\WinFormsUI\bin\Debug\ThemeVS2012Light.dll
9> DWSIM.Controls.ZedGraph -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Controls.ZedGraph\bin\Debug\ZedGraph.dll
11> DWSIM.DrawingTools.Point -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.Point\bin\Debug\DWSIM.DrawingTools.Point.dll
18>------ Build started: Project: DWSIM.MathOps, Configuration: Debug Any CPU ------
10> DWSIM.XMLSerializer -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Serializers.XML\bin\Debug\DWSIM.XMLSerializer.dll
19>------ Build started: Project: DWSIM.SharedClasses, Configuration: Debug Any CPU ------
18> DWSIM.MathOps -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Math\bin\Debug\DWSIM.MathOps.dll
19> Restoring NuGet packages...
19> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
19> Feeds used:
19> C:\Users\oddva\.nuget\packages\
19> https://api.nuget.org/v3/index.json
19>
19> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\packages.config are already installed.
19> DWSIM.SharedClasses -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.SharedClasses\bin\Debug\DWSIM.SharedClasses.dll
20>------ Build started: Project: DWSIM.ExtensionMethods, Configuration: Debug Any CPU ------
20> Restoring NuGet packages...
20> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
20> Feeds used:
20> C:\Users\oddva\.nuget\packages\
20> https://api.nuget.org/v3/index.json
20>
20> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\packages.config are already installed.
20> DWSIM.ExtensionMethods -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods\bin\Debug\DWSIM.ExtensionMethods.dll
21>------ Build started: Project: DWSIM.ExtensionMethods.Eto, Configuration: Debug Any CPU ------
22>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp, Configuration: Debug Any CPU ------
21> Restoring NuGet packages...
21> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
21> Feeds used:
21> C:\Users\oddva\.nuget\packages\
21> https://api.nuget.org/v3/index.json
21>
21> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\packages.config are already installed.
21> DWSIM.ExtensionMethods.Eto -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.ExtensionMethods.Eto\bin\Debug\DWSIM.ExtensionMethods.Eto.dll
23>------ Build started: Project: DWSIM.Inspector, Configuration: Debug Any CPU ------
22> Restoring NuGet packages...
22> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
22> Feeds used:
22> C:\Users\oddva\.nuget\packages\
22> https://api.nuget.org/v3/index.json
22>
22> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\packages.config are already installed.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\ExtensionBase\GraphicObjectExtension.vb(104,13): warning BC40000: 'Public Overloads Sub AddRoundedRect(rect As SKRect, rx As Single, ry As Single, [dir As SKPathDirection = Clockwise])' is obsolete: 'Use AddRoundRect instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(23,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(23,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(25,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(25,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(27,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(27,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(46,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(46,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(48,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(48,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(50,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(50,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(17,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(17,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(19,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(19,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(21,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Text\TextGraphic.vb(21,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(234,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(234,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(235,80): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(235,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(237,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(237,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(238,78): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(238,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(240,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(240,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(241,86): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\ShapeGraphic.vb(241,42): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicObjects\Base\GraphicObject.vb(289,13): warning BC40000: 'Public Overloads Sub AddRoundedRect(rect As SKRect, rx As Single, ry As Single, [dir As SKPathDirection = Clockwise])' is obsolete: 'Use AddRoundRect instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(65,76): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(65,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(67,74): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(67,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(69,82): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(69,38): warning BC40000: 'Public Shared Overloads Function FromFamilyName(familyName As String, style As SKTypefaceStyle) As SKTypeface' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'.
22>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\GraphicsSurface\DesignSurface.vb(1325,67): warning BC40000: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'.
22> DWSIM.DrawingTools.SkiaSharp -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Drawing.SkiaSharp\bin\Debug\DWSIM.Drawing.SkiaSharp.dll
24>------ Build started: Project: DWSIM.DrawingTools.SkiaSharp.Extended, Configuration: Debug Any CPU ------
23> DWSIM.Inspector -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Inspector\bin\Debug\DWSIM.Inspector.dll
25>------ Build started: Project: DWSIM.Thermodynamics, Configuration: Debug Any CPU ------
26>------ Build started: Project: DWSIM.FlowsheetSolver, Configuration: Debug Any CPU ------
26> DWSIM.FlowsheetSolver -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetSolver\bin\Debug\DWSIM.FlowsheetSolver.dll
24> Restoring NuGet packages...
24> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
24> Feeds used:
24> C:\Users\oddva\.nuget\packages\
24> https://api.nuget.org/v3/index.json
24>
24> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\packages.config are already installed.
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(114,81,114,96): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(114,43,114,102): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(117,79,117,94): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(117,43,117,100): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(120,87,120,102): warning CS0618: 'SKTypefaceStyle' is obsolete: 'Use SKFontStyleWeight and SKFontStyleSlant instead.'
24>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\Renderers\OxyPlot.cs(120,43,120,108): warning CS0618: 'SKTypeface.FromFamilyName(string, SKTypefaceStyle)' is obsolete: 'Use FromFamilyName(string, SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant) instead.'
24> DWSIM.DrawingTools.SkiaSharp.Extended -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.DrawingTools.SkiaSharp.Extended\bin\Debug\DWSIM.DrawingTools.SkiaSharp.Extended.dll
25> ---
25>MSBUILD : ExcelDnaSetDebuggerOptions warning DNA-1208510494: Unable to find path where EXCEL.EXE is located
25> ExcelDnaSetDebuggerOptions: EXCEL.EXE path for debugging:
25> ExcelDnaSetDebuggerOptions: Add-In for debugging:
25>MSBUILD : ExcelDnaSetDebuggerOptions warning DNA-1676060969: Excel path specified in Registry not found on disk:
25> Restoring NuGet packages...
25> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
25> Feeds used:
25> C:\Users\oddva\.nuget\packages\
25> https://api.nuget.org/v3/index.json
25>
25> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\packages.config are already installed.
25> DWSIM.Thermodynamics -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics\bin\Debug\DWSIM.Thermodynamics.dll
25> ---
25> ExcelDnaBuild: DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn.dna
25> ExcelDnaBuild: ..\packages\ExcelDna.AddIn.1.0.0\build\..\tools\ExcelDna.xll -> bin\Debug\DWSIM.Thermodynamics-AddIn.xll
25> ExcelDnaBuild: App.config -> bin\Debug\DWSIM.Thermodynamics-AddIn.xll.config
25> ExcelDnaBuild: ---
25> ExcelDnaBuild: DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn64.dna
25> ExcelDnaBuild: ..\packages\ExcelDna.AddIn.1.0.0\build\..\tools\ExcelDna64.xll -> bin\Debug\DWSIM.Thermodynamics-AddIn64.xll
25> ExcelDnaBuild: app.config -> bin\Debug\DWSIM.Thermodynamics-AddIn64.xll.config
25> ---
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll
25> Using base add-in bin\Debug\DWSIM.Thermodynamics-AddIn.xll
25> -> Updating resource: Type: CONFIG, Name: __MAIN__, Length: 3090
25> ~~> ExternalLibrary path DWSIM.Thermodynamics.dll resolved to bin\Debug\DWSIM.Thermodynamics.dll.
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: EXCELDNA.INTEGRATION, Length: 70850
25> -> Updating resource: Type: DNA, Name: __MAIN__, Length: 554
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: DWSIM.THERMODYNAMICS, Length: 2034726
25> Completed Packing bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll.
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn.xll.config -> bin\Debug\DWSIM.Thermodynamics-AddIn-packed.xll.config
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn64.dna -> bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll
25> Using base add-in bin\Debug\DWSIM.Thermodynamics-AddIn64.xll
25> -> Updating resource: Type: CONFIG, Name: __MAIN__, Length: 3090
25> ~~> ExternalLibrary path DWSIM.Thermodynamics.dll resolved to bin\Debug\DWSIM.Thermodynamics.dll.
25> -> Updating resource: Type: DNA, Name: __MAIN__, Length: 554
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: EXCELDNA.INTEGRATION, Length: 70850
25> -> Updating resource: Type: ASSEMBLY_LZMA, Name: DWSIM.THERMODYNAMICS, Length: 2034726
25> Completed Packing bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll.
25> ExcelDnaPack: bin\Debug\DWSIM.Thermodynamics-AddIn64.xll.config -> bin\Debug\DWSIM.Thermodynamics-AddIn64-packed.xll.config
27>------ Build started: Project: DWSIM.UnitOperations, Configuration: Debug Any CPU ------
28>------ Build started: Project: DWSIM.Thermodynamics.Databases.DDBStructureLink, Configuration: Debug Any CPU ------
29>------ Build started: Project: DWSIM.Thermodynamics.Databases.ChemeoLink, Configuration: Debug Any CPU ------
30>------ Build started: Project: DWSIM.Thermodynamics.Databases.KDBLink, Configuration: Debug Any CPU ------
31>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary, Configuration: Debug Any CPU ------
31>Project not selected to build for this solution configuration
32>------ Build started: Project: DWSIM.Thermodynamics.AdvancedEOS, Configuration: Debug Any CPU ------
33>------ Skipped Build: Project: DWSIM.Thermodynamics.StandaloneLibrary.Tests, Configuration: Debug Any CPU ------
33>Project not selected to build for this solution configuration
30> Restoring NuGet packages...
30> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
30> Feeds used:
30> C:\Users\oddva\.nuget\packages\
30> https://api.nuget.org/v3/index.json
30>
30> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\packages.config are already installed.
30> DWSIM.Thermodynamics.Databases.KDBLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.KDBLink\bin\Debug\DWSIM.Thermodynamics.Databases.KDBLink.dll
28> Restoring NuGet packages...
28> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
28> Feeds used:
28> C:\Users\oddva\.nuget\packages\
28> https://api.nuget.org/v3/index.json
28>
28> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\packages.config are already installed.
28> DWSIM.Thermodynamics.Databases.DDBStructureLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.DDBStructureLink\bin\Debug\DWSIM.Thermodynamics.Databases.DDBStructureLink.dll
29> Restoring NuGet packages...
29> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
29> Feeds used:
29> C:\Users\oddva\.nuget\packages\
29> https://api.nuget.org/v3/index.json
29>
29> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\packages.config are already installed.
29> DWSIM.Thermodynamics.Databases.ChemeoLink -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.Databases.ChemeoLink\bin\Debug\DWSIM.Thermodynamics.Databases.ChemeoLink.dll
32> Restoring NuGet packages...
32> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
32> Feeds used:
32> C:\Users\oddva\.nuget\packages\
32> https://api.nuget.org/v3/index.json
32>
32> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Thermodynamics.AdvancedEOS\packages.config are already installed.
32> DWSIM.Thermodynamics.AdvancedEOS -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\Debug\DWSIM.Thermodynamics.AdvancedEOS.dll
27> Restoring NuGet packages...
27> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
27> Feeds used:
27> C:\Users\oddva\.nuget\packages\
27> https://api.nuget.org/v3/index.json
27>
27> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\packages.config are already installed.
27> DWSIM.UnitOperations -> C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UnitOperations\bin\Debug\DWSIM.UnitOperations.dll
34>------ Build started: Project: DWSIM.FlowsheetBase, Configuration: Debug Any CPU ------
34> Restoring NuGet packages...
34> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
34> Feeds used:
34> C:\Users\oddva\.nuget\packages\
34> https://api.nuget.org/v3/index.json
34>
34> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\packages.config are already installed.
34>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "SkiaSharp, Version=1.60.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
34>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3277: Found conflicts between different versions of "SkiaSharp" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
34>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\FlowsheetBase.vb(2278,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
34>C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\FlowsheetBase.vb(2282,16): error BC30652: Reference required to assembly 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' containing the type 'SKSize'. Add one to your project.
35>------ Build started: Project: DWSIM.UI.Desktop.Shared, Configuration: Debug Any CPU ------
35> Restoring NuGet packages...
35> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
35> Feeds used:
35> C:\Users\oddva\.nuget\packages\
35> https://api.nuget.org/v3/index.json
35>
35> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\packages.config are already installed.
35>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
36>------ Build started: Project: DWSIM.UI.Desktop.Editors, Configuration: Debug Any CPU ------
37>------ Build started: Project: DWSIM.UI.Desktop.WinForms, Configuration: Debug Any CPU ------
37> Restoring NuGet packages...
37> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
37> Feeds used:
37> C:\Users\oddva\.nuget\packages\
37> https://api.nuget.org/v3/index.json
37>
37> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\packages.config are already installed.
37>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
37>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
36> Restoring NuGet packages...
36> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
36> Feeds used:
36> C:\Users\oddva\.nuget\packages\
36> https://api.nuget.org/v3/index.json
36>
36> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\packages.config are already installed.
36>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
36>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
38>------ Build started: Project: DWSIM.UI.Desktop.Forms, Configuration: Debug Any CPU ------
38> Restoring NuGet packages...
38> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
38> Feeds used:
38> C:\Users\oddva\.nuget\packages\
38> https://api.nuget.org/v3/index.json
38>
38> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\packages.config are already installed.
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\bin\Debug\DWSIM.UI.Desktop.Editors.dll' could not be found
38>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
39>------ Build started: Project: DWSIM.UI.Desktop.WPF, Configuration: Debug Any CPU ------
40>------ Build started: Project: DWSIM.UI.Desktop.GTK, Configuration: Debug Any CPU ------
41>------ Build started: Project: DWSIM.UI.Desktop.Mac, Configuration: Debug Any CPU ------
39> Restoring NuGet packages...
39> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
39> Feeds used:
39> C:\Users\oddva\.nuget\packages\
39> https://api.nuget.org/v3/index.json
39>
39> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\packages.config are already installed.
39>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Eto.OxyPlot, Version=1.0.5911.41864, Culture=neutral, PublicKeyToken=null". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll' could not be found
39>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
42>------ Build started: Project: DWSIM, Configuration: Debug x64 ------
40> Restoring NuGet packages...
40> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
40> Feeds used:
40> C:\Users\oddva\.nuget\packages\
40> https://api.nuget.org/v3/index.json
40>
40> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.GTK\packages.config are already installed.
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
40>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
42> Restoring NuGet packages...
42> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
42> Feeds used:
42> C:\Users\oddva\.nuget\packages\
42> https://api.nuget.org/v3/index.json
42>
42> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\packages.config are already installed.
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Editors\bin\Debug\DWSIM.UI.Desktop.Editors.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll'
42>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\bin\Debug\DWSIM.UI.Desktop.WPF.dll'
43>------ Build started: Project: DWSIM.Plugins.NaturalGas, Configuration: Debug x64 ------
44>------ Build started: Project: DWSIM.Automation, Configuration: Debug x64 ------
45>------ Build started: Project: DWSIM.Apps.TCPServer, Configuration: Debug x64 ------
46>------ Build started: Project: DWSIM.Apps.AzureServer, Configuration: Debug x64 ------
44>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe' could not be found
47>------ Build started: Project: DWSIM.Automation.Tests, Configuration: Debug x64 ------
46>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
47>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Automation\bin\x64\Debug\DWSIM.Automation.dll'
45>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
43> Restoring NuGet packages...
43> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
43> Feeds used:
43> C:\Users\oddva\.nuget\packages\
43> https://api.nuget.org/v3/index.json
43>
43> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.Plugins.NaturalGas\packages.config are already installed.
43>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM\bin\x64\Debug\DWSIM.exe'
43>vbc : error BC2017: could not find library 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll'
48>------ Build started: Project: DWSIM.UI.Desktop, Configuration: Debug x64 ------
48> Restoring NuGet packages...
48> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
48> Feeds used:
48> C:\Users\oddva\.nuget\packages\
48> https://api.nuget.org/v3/index.json
48>
48> All packages listed in C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop\packages.config are already installed.
48> No way to resolve conflict between "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e". Choosing "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.FlowsheetBase\bin\Debug\DWSIM.FlowsheetBase.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.GTK\bin\Debug\DWSIM.UI.Desktop.GTK.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Mac\bin\Debug\DWSIM.UI.Desktop.Mac.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Shared\bin\Debug\DWSIM.UI.Desktop.Shared.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WinForms\bin\Debug\DWSIM.UI.Desktop.WinForms.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.WPF\bin\Debug\DWSIM.UI.Desktop.WPF.dll' could not be found
48>CSC : error CS0006: Metadata file 'C:\Users\oddva\AppData\Local\dwsim5-windows\DWSIM.UI.Desktop.Forms\bin\Debug\DWSIM.UI.Forms.dll' could not be found
========== Build: 31 succeeded, 15 failed, 0 up-to-date, 2 skipped ==========
|
Hello Daniel,
Any progress on this?
O.
…----- Opprinnelig melding -----
Fra: [email protected]
Til: "DanWBR/dwsim5" <[email protected]>
Sendt: 18. oktober 2019 16:54:36
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Daniel,
Still do not build: link to video of what I did. https://drive.google.com/open?id=130k9dHDgusK-PCMF1gQLDXKZYHJYF52m
1. Cloned last version of dwsim5 windows
2. followed steps in video.
Attached is the output from Visual Project.
O.
----- Opprinnelig melding -----
Fra: [email protected]
Til: "DanWBR/dwsim5" <[email protected]>
Sendt: 14. oktober 2019 23:15:34
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Will do.
----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 14. oktober 2019 22:41:21
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Here's how I've managed to compile DWSIM from scratch.
1.
Download the latest commit:
2.
Unpack the zip file and open DWSIM5.sln on Visual Studio 2019.
3.
Go to Build > Build Solution (Default config: Debug / x64)
4.
It doesn't compile. will throw errors about CefSharp.
5.
Close Visual Studio and reopen the solution (DWSIM5.sln).
6.
Go to Build > Build Solution.
7.
Compilation should then be successful.
8.
If you switch to "Release WinMac" / "x64", an usable distro will be located in the "DistroPackages/Windows" folder.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Could not load the video, says it wasn't found. Can you try again with the latest code? |
Arggg...stupid me. I deleted it. Sorry. I will test during weekend.
…----- Opprinnelig melding -----
Fra: "Daniel Medeiros" <[email protected]>
Til: "DanWBR/dwsim5" <[email protected]>
Kopi: "oddvardm" <[email protected]>, "Author" <[email protected]>
Sendt: 25. oktober 2019 15:05:13
Emne: Re: [DanWBR/dwsim5] Project did not build. Multiple errors. (#35)
Could not load the video, says it wasn't found. Can you try again with the latest code?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
The project does not build. Cloned the project from GitHub and when I try to build it it failes. Is there any dependencies I need?
The text was updated successfully, but these errors were encountered: