Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Azure Functions CLI 1.0.0-beta.92 is failing to load Nuget.Frameworks, Version=3.4.3.0 #81

Closed
markmonster opened this issue Mar 7, 2017 · 4 comments
Milestone

Comments

@markmonster
Copy link

Hi,

I just updated the Azure Functions CLI to 1.0.0-beta.92 and I'm no longer able to start any Azure Function.

Even when starting a new Azure Functions project, the Azure Functions host starts with the following error.

`Host lock lease acquired by instance ID '000000000000000000000000E3BC87C8'.
Error processing package references.

Could not load file or assembly 'NuGet.Frameworks, Version=3.4.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Function compilation error`

@markmonster
Copy link
Author

It seems the beta.92 is missing some NuGet files. I copied them over from the beta.91 and now it seems to work as expected.

image

Missing files:

  • NuGet.Frameworks.dll
  • NuGet.LibraryModel.dll
  • NuGet.Versioning.dll

@sebastianzolg
Copy link

+1

1 similar comment
@apulliam
Copy link

apulliam commented Mar 8, 2017

+1

@ahmelsayed
Copy link
Contributor

fixed in 16fd572

Please close and reload Visual Studio or update your npm package to get beta.93
sorry about that.

@ahmelsayed ahmelsayed modified the milestone: 1.0.0.beta.93 Mar 8, 2017
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants