Questions tagged [google-cloud-visualstudio]

Questions related to the "Cloud Tools for Visual Studio" VS extension. Tag name reflects github repo containing source.

From the landing page:

Cloud Tools for Visual Studio is a powerful environment to build Windows and .NET applications and deploy them to Cloud Platform directly from your favorite IDE. Tap Google APIs, manage cloud resources, and deploy .NET applications to high-performance Windows VMs running on Google Compute Engine. Run and test your application locally and deploy to the cloud seamlessly right from Visual Studio.

The source code for the extension is hosted in GitHub; bugs should be filed there, but usage questions generally suitable on Stack Overflow are encouraged here.

7 questions
22
votes
1 answer

Why doesn't my Gmail user/password work when deploying ASP.NET to Compute Engine inside Visual Studio?

I created a Compute Engine VM using the ASP.NET Cloud Launcher, and now I want to deploy to it from Visual Studio. I've created a publish settings file using the Visual Studio extension then tried to deploy using the regular Visual Studio "Publish"…
Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
2
votes
1 answer

GCP Notebook AI -- SSH with write permissions?

I'm trying to set up remote access (with VSCode) to the GCP VM that's setup with Notebooks AI. However, when I ssh into the VM I don't have write permissions for /home/jupyter so cannot edit any of the notebook files. I have tried both gcloud…
2
votes
1 answer

Publish to Google Cloud Compute Engine via Visual Studio - Deleting Live Files

I've got a project I'm deploying in Visual Studio 2015 to Google Compute Engine via Google Cloud Tools for Visual Studio. It all works pretty well apart from one thing: I have an uploaded assets folder on the 'live' site. this contains images…
2
votes
1 answer

How to get Google Cloud Platform extension for Visual Studio 2013

I am unable to get the Google cloud platform extension in my Visual Studio 2013 though Online Extensions and Updates in my Visual Studio IDE. I am using Windows 7 OS( 32 -bit). Is there any other way to get my ASP.NET application to work with Google…
Aamir Syed
  • 21
  • 1
  • 2
1
vote
1 answer

Publish Asp.Net using Google Tools - Web.config transformation

I'm using the Google Cloud Platform Extesion for visual studio in order to publish an Asp.Net web app. As explained in the following tutorial: https://cloud.google.com/dotnet/docs/getting-started/hello-world It works fines, but I couldn't publish…
0
votes
1 answer

Is anyone else experiencing issues using Cloud Tools for Visual Studio to deploy GKE workloads?

For the past week we are seeing the error "Could not determine if the selected GCP project is ready for deployment, please close the dialog and try again", image below: It happens more often than not, and it is now impacting our deployment…