Skip to content

Could not load type 'Microsoft.Azure.WebJobs.ParameterBindingData' from assembly 'Microsoft.Azure.WebJobs, Version=3.0.34.0, Culture=neutral, PublicKeyToken='. #10

@siraola-glb

Description

@siraola-glb

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Follow steps in: https://learn.microsoft.com/en-us/azure/developer/javascript/how-to/with-web-app/azure-function-file-upload-v3
npm start

Any log messages given by the failure

Azure Functions Core Tools
Core Tools Version:       4.0.4653 Commit hash: N/A  (64-bit)
Function Runtime Version: 4.6.1.18388

[2023-07-10T11:07:42.485Z] A host error has occurred during startup operation '203badf1-79a7-4144-bf81-46b7aa348f56'.
[2023-07-10T11:07:42.485Z] Microsoft.Azure.WebJobs.Extensions.Storage.Blobs: Could not load type 'Microsoft.Azure.WebJobs.ParameterBindingData' from assembly 'Microsoft.Azure.WebJobs, Version=3.0.34.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Value cannot be null. (Parameter 'provider')

Expected/desired behavior

Runs as the tutorial expects

OS and Version?

macOS Ventura
Apple M1

Versions

Core Tools Version:       4.0.4653 Commit hash: N/A  (64-bit)
Function Runtime Version: 4.6.1.18388
Node: v18.16.1
NPM Dependencies: 
"dependencies": {
    "@azure/storage-blob": "^12.14.0",
    "@types/parse-multipart": "^1.0.0",
    "azurite": "^3.24.0",
    "http-status-enum": "^1.0.2",
    "parse-multipart": "^1.0.4"
  },
  "devDependencies": {
    "@azure/functions": "^3.0.0",
    "@types/node": "^16.x",
    "rimraf": "^5.0.0",
    "typescript": "^4.0.0"
  }
  
Extension Bundle:
{
  "version": "2.0",
  "logging": {
    "applicationInsights": {
      "samplingSettings": {
        "isEnabled": true,
        "excludedTypes": "Request"
      }
    }
  },
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[4.*, 5.0.0)"
  }
}

"azureFunctions.projectRuntime": "~4",

Mention any other details that might be useful

Just created a new Typescript Node Project using VSCode Azure Func create new project with the versions above and followed the tutorial


Thanks! We'll be in touch soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions