Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jamal Hartnett pushed updates to Fabrikam-Fiber-Git:master

I integrated Azure Devops to my Azure Web App (chat bot). It was working yesterday when I made commits, but now I checked the history logs and found the following:

Jamal Hartnett pushed updates to Fabrikam-Fiber-Git:master.

Who the heck is Jamal Hartnet and what is Fabrikam-Fiber-Git? Anyways, Here's the full error log:

Failed Sent at: Wednesday, February 6, 2019 12:02:59 AM Message Jamal Hartnett pushed updates to Fabrikam-Fiber-Git:master.

Error Message Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.Services.ServiceHooks.Sdk.Server.Consumers.ServiceHooksConsumerResources.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Services.ServiceHooks.Consumers" at compile time, or that all the satellite assemblies required are loadable and fully signed.

Error Details System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.Services.ServiceHooks.Sdk.Server.Consumers.ServiceHooksConsumerResources.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Services.ServiceHooks.Consumers" at compile time, or that all the satellite assemblies required are loadable and fully signed. at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName) at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture) at Microsoft.VisualStudio.Services.ServiceHooks.Consumers.ServiceHooksConsumerService.AttachSessionTokenToEventIfNeeded(IVssRequestContext requestContext, Notification notification, ConsumerActionImplementation actionImpl) in d:\v2.0\P1_work\9\s\ServiceHooks\Sdk\Consumers\ServiceHooksConsumerService.cs:line 623 at Microsoft.VisualStudio.Services.ServiceHooks.Consumers.ServiceHooksConsumerService.GetConsumerActionTaskForNotification(IVssRequestContext requestContext, Notification notification) in d:\v2.0\P1_work\9\s\ServiceHooks\Sdk\Consumers\ServiceHooksConsumerService.cs:line 320 at Microsoft.VisualStudio.Services.ServiceHooks.Server.ServiceHooksService.d__68.MoveNext() in d:\v2.0\P1_work\9\s\ServiceHooks\Service\Server\ServiceHooksService.cs:line 2785

like image 991
AskYous Avatar asked Dec 24 '22 01:12

AskYous


1 Answers

Most probably you have pressed to test button, it is just a test message to check integration.

like image 158
hasany Avatar answered Feb 24 '23 01:02

hasany