R
RensGroen
Guest
Hi,
We are working with Azure functions V2 to deploy in the Azure cloud. On my previous laptop, everything worked fine.
Since I have a new laptop (Windows 10) I can't get Visual Studio 17 version 15.8.8 to create a new standard working V2 function.
Whenever I create a new V2 Standard project, based on an HTTP trigger, and try to run it, I get the following error:
A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web site. HRESULT=0x8000ffff. ErrorCode=0x0.
(I'd put a print screen here, but I can't put images yet as my account needs to be verified)
I have no idea what to look for. My existing V2 functions that I still have, they do start, but I can't see any debug information. I can start the function (some HTTP and timer triggers) in debug modus and get to my breakpoint, but I can't hover over my variables. Neither do I see the variables in my local screen. I have tried all the suggested debug checkboxes I've found on the internet.
You could say I have two problems here, but I have a feeling the they might have something to do with each other.
With Azure functions of V1 I have zero problems by the way.
Anyone any idea?
Thanks in advance
Continue reading...
We are working with Azure functions V2 to deploy in the Azure cloud. On my previous laptop, everything worked fine.
Since I have a new laptop (Windows 10) I can't get Visual Studio 17 version 15.8.8 to create a new standard working V2 function.
Whenever I create a new V2 Standard project, based on an HTTP trigger, and try to run it, I get the following error:
A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web site. HRESULT=0x8000ffff. ErrorCode=0x0.
(I'd put a print screen here, but I can't put images yet as my account needs to be verified)
I have no idea what to look for. My existing V2 functions that I still have, they do start, but I can't see any debug information. I can start the function (some HTTP and timer triggers) in debug modus and get to my breakpoint, but I can't hover over my variables. Neither do I see the variables in my local screen. I have tried all the suggested debug checkboxes I've found on the internet.
You could say I have two problems here, but I have a feeling the they might have something to do with each other.
With Azure functions of V1 I have zero problems by the way.
Anyone any idea?
Thanks in advance
Continue reading...