I have trouble in loading example C# solution Helloworld and Routeguide in 
VS 2015 Update 3.

It has error message that says

"One or more projects in the solution were not loaded correctly. Please see 
the Output Window for details."

And the Output says

"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 
<Project> element. If the project has been authored in the old 1.0 or 
1.2 format, please convert it to MSBuild 2003 format."

I googled about the problem and found

https://stackoverflow.com/questions/42509313/the-default-xml-namespace-of-the-project-must-be-the-msbuild-xml-namespace

Many Q&As including this page say that I should use VS2017 to open new 
type csproj file.

But README.md file in the HelloworldLegacyCsproj says that I can use 
new-style .csproj projects in VS2015 Update3 and above, and this 
is exact version I am using but I still see above error message.

https://github.com/grpc/grpc/tree/master/examples/csharp/HelloworldLegacyCsproj

So I wonder how to load this project files in VS 2015 Update3.

I tried build and run in cmd, and it worked properly. And I can edit in 
notepad. However, further projects I have to deal with would be too 
complicated to work without VS.

Of course, I can use Legacy project for Helloworld, but as I edit proto 
files the reference does not work. I cannot use Helloworld namespace at 
GreeterServer and GreeterClient project. So that's another problem I should 
deal with.

Any Help will be appreciated. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/fee6dd1b-afb2-4e65-8809-56327e735ad4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to