-
Notifications
You must be signed in to change notification settings - Fork 440
Debugging with Source and Symbols is not working #92
Comments
ok, will have a look. |
@HenrikFrystykNielsen - I am still facing this issue. Any alternatives to this till we got a solution of this issue? |
I also can't make it work -- trying to ask the VS guys about what might be going on. |
Thanks, looking forward a positive response 👍 |
Any response from VS guys on this? This looks like showstopper for development |
@HenrikFrystykNielsen - any updates on this? Still getting same issue even on a new dev box. |
Same problem Here!! Any WorkAround? |
@LuisPignataro - No, its not at our end. I hope this issue will resolve sooner. |
@HenrikFrystykNielsen - any news on this front? |
I ran across same issue today. |
@PoulTur - Still waiting on it. |
@garora Actually all went ok, by just importing the Webhooks package to a fresh solution and then copying the code from sample project. |
@PoulTur - nice to hear that. But, actual issue was something related to DEBUG symbols. |
Still facing same issue even on clean install on new box. |
What is the best way to connect with VS guys? |
Discussions about symbol servers, inclusion of symbols in released packages, and source linking for .NET are ongoing. The plan is for WebHooks packages to take the same approaches in our next release. In the meantime however, we'll investigate. |
I will be start working on #15 as soon as the aforesaid issue get resolved. |
I tested breakpoints in my handler, function breakpoints e.g. on Deploying to Azure (regular Publish from Visual Studio 2017), using Application Insights (see https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net), and debugging (see https://docs.microsoft.com/en-us/aspnet/webhooks/diagnostics/debugging) all seems fine. In particular the http://srv.symbolsource.org/pdb/Public symbol server worked well. What exactly is failing for others these days? I'm wondering if for example older Web API templates configured handler applications differently. Or I may not have tried the actions others have had problems with. |
@dougbu - Thanks for the heads up on the issue. I will try to replicate the same in couple of ours from now and will be keep here posted. |
@dougbu - Now, its working for me as well. I will start work and make |
Something external likely changed. Issue is no longer valid. |
Documentation is sufficient to setup repository to work local here is the link: Debugging with Source and Symbol. After following all steps, I tried to run Bitbucket receiver sample. Unfortunately, after several tries I am getting exception
Could not load file or assembly 'Microsoft.AspNet.WebHooks.Common' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
Any help on this will be highly appreciated.
Update (on Sept 09, 2017): Updated link for ASP.NET WebHooks debugging.
Note: Issue#62 does not work for me.
The text was updated successfully, but these errors were encountered: