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

How to open the project #23

Open
1kastner opened this issue Oct 19, 2017 · 1 comment
Open

How to open the project #23

1kastner opened this issue Oct 19, 2017 · 1 comment

Comments

@1kastner
Copy link
Contributor

When I tried to open the Hystrix.Dotnet.sln file, this error message popped up:

E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet\Hystrix.Dotnet.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet\Hystrix.Dotnet.csproj

E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.UnitTests\Hystrix.Dotnet.UnitTests.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.UnitTests\Hystrix.Dotnet.UnitTests.csproj

E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet.AspNet\Hystrix.Dotnet.AspNet.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet.AspNet\Hystrix.Dotnet.AspNet.csproj

E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet.AspNetCore\Hystrix.Dotnet.AspNetCore.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\src\Hystrix.Dotnet.AspNetCore\Hystrix.Dotnet.AspNetCore.csproj

E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.AspNet.UnitTests\Hystrix.Dotnet.AspNet.UnitTests.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.AspNet.UnitTests\Hystrix.Dotnet.AspNet.UnitTests.csproj

E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.AspNetCore.UnitTests\Hystrix.Dotnet.AspNetCore.UnitTests.csproj : error  : Der MSBuild-XML-Namespace muss der Standard-XML-Namespace des Projekts sein. Wenn das Projekt im MSBuild 2003-Format erstellt wurde, fügen Sie dem <Project>-Element xmlns="http://schemas.microsoft.com/developer/msbuild/2003" hinzu. Wenn das Projekt im alten Format 1.0 oder 1.2 erstellt wurde, konvertieren Sie es in das MSBuild 2003-Format.  E:\ProgrammingProjects\csharp-hystrix\test\Hystrix.Dotnet.AspNetCore.UnitTests\Hystrix.Dotnet.AspNetCore.UnitTests.csproj

I am sorry that it is in German but I guess the important parts can be understood. The major point is that the Project element should have the namespace "http://schemas.microsoft.com/developer/msbuild/2003".
I used Microsoft Visual Studio Community 2015 Version 14.0.25431.01 Update 3 when trying this.

Some information about which versions were used when you set up the project could be really helpful, thanks a lot!

@1kastner
Copy link
Contributor Author

I installed the new Visual Studio 2017 and that could solve the issue for me. Maybe this version restriction could be mentioned somewhere for the next person out there?

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

No branches or pull requests

1 participant