aws-samples / aws-lex-net-chatbot

The ASP.NET Core ChatBot application featured here allows you to order flowers using Amazon Lex. The application is built with C#, AWS .NET SDK, and AWS Toolkit for Visual Studio and is deployed on Amazon EC2.
Apache License 2.0
73 stars 70 forks source link

I can not open the sln with VS Stud 2015. #2

Closed dockergirl closed 6 years ago

dockergirl commented 6 years ago

...\aws-lex-net-chatbot-master\Code\dotnetLexChatBot\dotnetLexChatBot.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. ...\aws-lex-net-chatbot-master\Code\dotnetLexChatBot\dotnetLexChatBot.csproj

tawalke commented 6 years ago

Hi @dockergirl Unfortunately this is a issue noted by MS that projects built or migrated to VS 2017 can't be opened with 2015 due to changes in Build process. See reference to this issue here on the dotnet repo: https://github.com/dotnet/project-system/issues/1558

However, you can download the VS Community version: https://www.visualstudio.com/community/ OR the free VS Code https://code.visualstudio.com/ to open the project. You can have different VS versions side by side.