Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Closed Issue: Creation of Cloud Service w/o Azure SDK Error is poor and has regressed [1400]

$
0
0
Build: September 24 Dev build

We should be displaying a link to download the WebPI Package but we are not.

> Could not find any resources appropriate for the specified culture or the neutral culture. Make sure >"Microsoft.NodejsTools.Resources.resources" was correctly embedded or linked into assembly >"Microsoft.NodejsTools.ProjectWizard" at compile time, or that all the satellite assemblies required are >loadable and fully signed.

I am fairly certain the issue is in CloudServiceWizard.cs

```
var dlg = new TaskDialog(provider) {
Title = SR.ProductName,
MainInstruction = SR.GetString(SR.AzureToolsRequired),
Content = SR.GetString(SR.AzureToolsInstallInstructions),
AllowCancellation = true
};
```

These resources aren't in the correct places and causes the exception to occur.
Comments: Verified this on 20926.01. Fixed. Closing.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>