Unable to build version 92 using VS2015 #3822
merajhussain
started this conversation in
General
Replies: 1 comment 4 replies
-
I'd suggest using It's been years since I actually built If you absolutely need to use .\build.ps1
https://github.com/cefsharp/CefSharp/blob/cefsharp/92/appveyor.yml#L20 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build cefsharp/92 branch and I get below errors . I used vs 2015 professional to build the project
Severity Code Description Project File Line Suppression State
Error CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp C:\CefSharp\CefSharp\CSC 1 Active
Error CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp.Core C:\CefSharp\CefSharp.Core\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.BrowserSubprocess.Core\bin\x64\Release\CefSharp.BrowserSubprocess.Core.dll' could not be found CefSharp.BrowserSubprocess C:\CefSharp\CefSharp.BrowserSubprocess\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp\bin\Release\CefSharp.dll' could not be found CefSharp.BrowserSubprocess C:\CefSharp\CefSharp.BrowserSubprocess\CSC 1 Active
Error CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp.OffScreen C:\CefSharp\CefSharp.OffScreen\CSC 1 Active
Error CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp.WinForms C:\CefSharp\CefSharp.WinForms\CSC 1 Active
Error CS1617 Invalid option '7.1' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp.Wpf C:\CefSharp\CefSharp.Wpf\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.Core\bin\Release\CefSharp.Core.dll' could not be found CefSharp.OffScreen.Example C:\CefSharp\CefSharp.OffScreen.Example\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.Core.Runtime\bin\x64\Release\CefSharp.Core.Runtime.dll' could not be found CefSharp.OffScreen.Example C:\CefSharp\CefSharp.OffScreen.Example\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp\bin\Release\CefSharp.dll' could not be found CefSharp.OffScreen.Example C:\CefSharp\CefSharp.OffScreen.Example\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.Example\bin\x64\Release\CefSharp.Example.dll' could not be found CefSharp.OffScreen.Example C:\CefSharp\CefSharp.OffScreen.Example\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.OffScreen\bin\Release\CefSharp.OffScreen.dll' could not be found CefSharp.OffScreen.Example C:\CefSharp\CefSharp.OffScreen.Example\CSC 1 Active
Error CS1617 Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. CefSharp.Test C:\CefSharp\CefSharp.Test\CSC 1 Active
Error CS0006 Metadata file 'C:\CefSharp\CefSharp.Core\bin\Release\CefSharp.Core.dll' could not be found CefSharp.WinForms.Example C:\CefSharp\CefSharp.WinForms.Example\CSC 1 Active
Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions