Cannot bind parameter 'log' to type TraceWriter

后端 未结 3 640
既然无缘
既然无缘 2020-12-19 08:13

Getting the below message when doing right click project -> Debug -> Start New Instance.

[1/7/2018 6:48:54 AM] A ScriptHost error has occurred[1/7/201

3条回答
  •  粉色の甜心
    2020-12-19 08:51

    For This to work on your machines, you will have to do two things. Follow the Visual Studio section in this link

    1. Install Azure-functions-core-tools@core package is installed using npm.
    2. Create a debug profile and setup as shown below and use that profile while launching it from visual studio.

    Please find the image below for your help.

提交回复
热议问题