Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I open these projects in VS2015? #39

Closed
zuluck2004 opened this issue Apr 3, 2019 · 3 comments
Closed

Can I open these projects in VS2015? #39

zuluck2004 opened this issue Apr 3, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@zuluck2004
Copy link

My office environment only have the VS2015, and at current I don't want to upgrade to VS2017.
But when I open the solution FaceRecognitionDotNet in the VS2015, the projects always loaded fail.
The error as following:
"FaceEncodingPerformance.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format."
I have install the .net core sdk2.2 and the nuget.exe 3.6.0. But I still can't work.
Is it really the .net standard2.0 project can't load in the vs2015?

@takuya-takeuchi
Copy link
Owner

This almost of this project are created by .net core application.
MSFT says that .net core application is developed by VS 2017.
https://docs.microsoft.com/ja-jp/dotnet/core/windows-prerequisites?tabs=netcore2x

But you can build and run without VS IDE.
You can use your favorite editor and type the following command

dotnet build -c Release

or

dotnet run -c Release

@takuya-takeuchi takuya-takeuchi self-assigned this Apr 3, 2019
@takuya-takeuchi takuya-takeuchi added the question Further information is requested label Apr 3, 2019
@zhengshuangstar
Copy link

This almost of this project are created by .net core application.
MSFT says that .net core application is developed by VS 2017.
https://docs.microsoft.com/ja-jp/dotnet/core/windows-prerequisites?tabs=netcore2x

But you can build and run without VS IDE.
You can use your favorite editor and type the following command

dotnet build -c Release

or

dotnet run -c Release

Thanks for the reply. I will have a try.

@zhengshuangstar
Copy link

This almost of this project are created by .net core application.
MSFT says that .net core application is developed by VS 2017.
https://docs.microsoft.com/ja-jp/dotnet/core/windows-prerequisites?tabs=netcore2x
But you can build and run without VS IDE.
You can use your favorite editor and type the following command

dotnet build -c Release

or

dotnet run -c Release

Thanks for the reply. I will have a try.

Yes, using the following command is OK. I can run the example without the vs2017.
Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants