AWS Explorer not showing in Microsoft Visual Studio 2017 (Community Edition)

I'm trying to install the AWS toolkit on MS Visual Studio 2017 (Community Edition) using the link here , but I can't find the AWS Explorer in the VIEW VS menu:

Screenshot showing missing option

Tried several workarounds, for example in this thread , but couldn't find a solution. Tried reinstalling the AWS and Visual Studio toolbox.

More info: I installed Visual Studio to D drive and AWS Toolkit is installed to default directory:

C:\Program Files (x86)\AWS SDK for .NET

      

+3


source to share


2 answers


You can download the preview version of the Visual Studio 2017 Toolkit. It works like a charm in the Community Edition. Use this link to get it: Download AWS SDK Extension for VS 2017



This is a VS extension, and it will reference, as Colleen M. Barrett rightly pointed out, the actual AWS SDK for Net (Visual Studio).

+3


source


The toolkit is actually here: https://aws.amazon.com/visualstudio/ (what you're linking to is the SDK.) And I don't think unfortunately they have a release available for Visual Studio 2017.



+1


source







All Articles