Jeffrey Rennie

Results 46 comments of Jeffrey Rennie

I tried updating visual studio 2017 to latest version and I still see the same error. ``` Microsoft Visual Studio Community 2017 Version 15.4.4 VisualStudio.15.Release/15.4.4+27004.2009 Microsoft .NET Framework Version 4.7.02046...

I still have no work-arounds. An application created with "dotnet new MVC" suffers the same problem.

And deploying from a new Google Cloud Platform Web Application template fails with this error: ``` Publishing GcpProject2 to Compute Engine. dotnet publish -o "C:\Users\Jeffrey Rennie\AppData\Local\Temp\jpolqxei.lnu" -c Release Microsoft (R)...

I got some juicy details here: On a machine with the following dotnet core SDKs installed: 1.0.1 1.0.4 1.1.0 2.0.0 2.0.2 The app engine flex deploy succeeded. Then, I _uninstalled_...

Created a new project, and it succeeded. So to reproduce the bug, it looks like you must run 'dotnet new mvc' with version 2.0.3 of the SDK.

I'm glad you found the origin of the issue. I'm re-opening this bug because it is still a frustrating dead end for the user. When users first try the extension,...