Skip to content

Instantly share code, notes, and snippets.

@rmarinho
Created November 28, 2014 19:57
Show Gist options
  • Save rmarinho/6440aca55b36e5671a38 to your computer and use it in GitHub Desktop.
Save rmarinho/6440aca55b36e5671a38 to your computer and use it in GitHub Desktop.
azure
ommand: "D:\home\site\deployments\tools\deploy.cmd"
Handling ProjectK Web Application deployment.
KRE-svr50-x86.1.0.0-alpha3 already installed.
Adding C:\DWASFiles\Sites\~1dn90\UserProfile\.kre\packages\KRE-svr50-x86.1.0.0-alpha3\bin to process PATH
Restoring packages for D:\home\site\repository\src\DN90\project.json
----------
System.AggregateException: One or more errors occurred. ---> Newtonsoft.Json.JsonReaderException: Error parsing comment. Expected: *, got /. Path 'dependencies.Microsoft.AspNet.Mvc', line 9, position 10.
at Newtonsoft.Json.JsonTextReader.ParseComment()
at Newtonsoft.Json.JsonTextReader.ParseObject()
at Newtonsoft.Json.JsonTextReader.ReadInternal()
at Newtonsoft.Json.JsonTextReader.Read()c
@ahmelsayed
Copy link

Yes this is to be expected now because the current version of kudu, defaults to alpha3 release of ASP.NET 5. I updated kudu to beta1 d60eab7 but it hasn't made it to production yet. Hopefully we will push it out soon after thanksgiving.
If you are willing to try a private build of kudu that supports beta1 now, I'll be happy to share the steps with you. There are a couple of manual steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment