opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.51k stars 827 forks source link

Error when Opening .sln #278

Closed mqbk closed 7 years ago

mqbk commented 7 years ago

I did a fork from the master branch. When I attempt to open the .sln, I get the error that Opserver (load faield) and Opserver.Core (load failed). When I attempt to reload both Opserver and Opserver.Code I get the following messages: F:\Work\Opserver\Opserver\Opserver.csproj : error : The attribute "Version" in element is unrecognized. F:\Work\Opserver\Opserver\Opserver.csproj

F:\Work\Opserver\Opserver.Core\Opserver.Core.csproj : error : The attribute "Version" in element is unrecognized. F:\Work\Opserver\Opserver.Core\Opserver.Core.csproj

Any suggestions?

NickCraver commented 7 years ago

What version of Visual Studio are you using? 2017 15.3 and higher is needed to open and build the solution.

mqbk commented 7 years ago

I am guessing that is the problem. I am running VS 2015 version 14.0

mqbk commented 7 years ago

would I be able to use the community version?

NickCraver commented 7 years ago

@mqbk yep!

mqbk commented 7 years ago

Thank you. I got it working now.