Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. MaxCascone
    3. Posts

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    MaxCasconeM Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 31
    • Posts 105
    • Groups 0

    Posts

    Recent Best Controversial
    • Can the Jenkins ProGet plugin upload to an Asset dir?

      Hi,
      I'm looking at uploading files to the Asset Library from my Jenkins pipeline. I know there's a good API but i thought i'd try the plugin first. It looks like the plugin isn't meant to work with Assets?

      It seems that the plugin is always going to try to upload to https://proget.myorg.com/upack/<my feed info>, but the Asset Directory API specifies https://proget.myorg.com/endpoints/<my dir name> - note the lack of the upack node in there.

      Is there any way to get the jenkins plugin to publish to an Asset Directory, or is the API the only way?

      thanks!

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Feature Request: Allow disabling repackaging OR promotion while keeping the other

      Our package promotion process involves repackaging versions from a dev feed into a prod feed.

      Users have found it confusing to have to remember to use Repackage instead of Promote, as "promote" is kind of the language we use for the process.

      I would like to remove the option to Promote packages, while leaving the Repackage option. In the permissions scheme, as far as i can tell, the two mechanisms are considered to be the same thing. The Task is literally Promote/Repackage Packages.

      Is there any way to do this currently? We're still on v5 if that matters.

      thanks!

      posted in Support promotions permissions proget
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: lock Repackaging to specific feeds, same as Promotions

      Hi, just wanted to say that i happened to look at the new releases available for v5, and saw that this is fixed in the latest release, 5.3.44.

      Awesome! Thanks!

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: Promoted/Repackaged flag on package listing

      Hi, thanks for the ideas. At least in our process, we really only have three happy-path steps:

      1. a pre-release package is published into the dev feed with a version 1.2.3-branchname-weightedprereleasenumber.
      2. That package is deployed to all lower environment tiers, eventually being QA/UAT passed and ready to ship.
      3. The package is Repackaged as 1.2.3 and promoted into the prod feed, to be released into Production.

      What i'd like to see is a little up-arrow or similar UI 'hint' on the version's row in the package's main version list that it has been repackaged and/or promoted into another feed. So if i'm looking for a package in the dev feed to see which one's been promoted, i don't have to dig into the metadata or history of every version to find it - i just look in the main list.

      Extra bonus points for putting the version and feed it was promoted/repackaged to in the hover-text of the UI hint!

      You're right that the info is available in the package record json, the history in the UI, and the package metadata, it's just a hassle to have to dig into them in each version to find whether or not it even exists.

      Let me know if i can clear anything else up!

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: lock Repackaging to specific feeds, same as Promotions

      Thanks! I see on that YouTrack page that it's planned for v6.0.6. Will it not be ported back to v5? This would be motivation enough for me to upgrade. Not that I need motivation to upgrade, but it would certainly increase the priority.

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Issue: Latest versions listed at bottom of list

      ProGet version: Version 5.3.43 (Build 4-proget53)

      Hi,

      We've seen twice now that the latest build package published to ProGet is showing at the bottom of the list of versions.

      Additionally, the "Latest Version" shown on the feed main page does not reflect the actual latest version.

      I have a feeling we are not understanding something about semantic versioning and pre-release version semantics.

      We are using separate Dev and Prod feeds. Ready-To-Ship packages are manually (for now) repackaged into the Prod feed. So by design we'll never have a "stable" release version in the Dev feed. Part of me feels this is overcomplicating things, but it feels "safer" to have an Approved Packages Only feed to deploy to Production with.

      Example:

      • 2.1.1-PLATDEV-11647-1017 is shown at the top of the list, after 2.1.1-PLATDEV-11647-1016, 2.1.1-PLATDEV-11647-1015, etc.
        At the bottom of the list is 2.1.1-develop-2018, which is the most recent build of this package.
        On the main feed page, Latest Version: 2.1.1-PLATDEV-11647-1017 is displayed.

      I just saw this post which seems to be related. I tried to repackage a existing package with a lower, 3-digit version, and it didn't work, possibly because it was just a repackage and not an upload; regardless, this doesn't feel like a valid workaround.

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: Customizable Notifications on events

      Thanks for the insight into your process on this. It's interesting.
      For our part, I put everything I can on Confluence. I probably like Confluence as much as I hate Sharepoint and OneNote. (At least with OneNote I can actually create a document successfully.)

      Flow charts help a lot, which are super easy to create and maintain with the Draw.io integration into Confluence.

      I like confluence for its deep-linking into Jira as well.

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Feature Request: Promoted/Repackaged flag on package listing

      When I'm looking at a package's version list in the ProGet UI,
      I would love to see a little icon or flag on an entry if that version has been promoted or repackaged,
      So I know right away that that has happened,
      Without having to dig into the history, potentially finding nothing.

      thanks!
      max

      posted in Support promotions features proget
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: Customizable Notifications on events

      Yuck, sharepoint? 😜

      I hear you; SOPs tend to wither and gather dust as the processes evolve, though, in my experience. That's why, while we get some real-world use of the manual promotion and versioning processes, in the hope that repeatable, reliable patterns emerge that we can then automate, we want to remind people in-flight what the process is supposed to be, so they don't make mistakes.

      thanks for the reply!

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: native integration with GitHub to perform automated tasks

      Thanks, I knew this one was a bit of a stretch. It'll be tough if not impossible to automate this in Jenkins, and is another tick on the "check out buildmaster" list.

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: ProGet: Feature Request: lock Repackaging to specific feeds, same as Promotions

      Hi, thanks! Yes, that's the screen I'm referring to. I see the same behavior in NuGet feeds and Universal Package feeds:

      • Promote Package respects the Promote To Feed setting in the source feed's Manage Feed settings:
        2bac71e7-2066-4df6-bc64-8a487fb6730c-image.png

      63de3415-76df-4db5-ac45-d345d8cc4e3f-image.png

      • Repackage Package does not respect the Promote To Feed setting:

      50b05f83-3ce6-41ac-a0e9-b36d1eec82e1-image.png

      We're on Version 5.3.43 (Build 4-proget53).

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Feature Request: native integration with GitHub to perform automated tasks

      We don't have this process fully designed yet, but i am hoping that a pattern will emerge that allows us to automate tagging a git commit when a package is promoted.
      I know there are already Webhooks available, but then i have to figure out how to use that. If there was a more sophisticated way to talk to github, it would make this a lot less challenging.

      thanks!

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Feature Request: lock Repackaging to specific feeds, same as Promotions

      I would like to be able to "lock" the feeds that a feed can Repackage into, just like we can for the Promote action.

      We use Repackaging to promote packages into a Production feed, and we only want them to ever go into a specific feed based on their source feed. There doesn't seem to be a way to restrict the target feed when Repackaging, like there is when Promoting.

      This would reduce the clicks necessary and the chance for error.

      Thanks!

      posted in Support
      MaxCasconeM
      MaxCascone
    • ProGet: Feature Request: Customizable Notifications on events

      As a ProGet user performing Package Promotions/Repackaging,
      I want to see a popup showing a custom message when I complete a Promotion/Repackage action,
      So I can be reminded to go into GitHub and tag the source commit appropriately.

      As a ProGet Admin,
      I want to set up custom notification messages that are shown in popups when specific actions are performed by users,
      So I can remind them of any other actions they need to take relating to that action.

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      After futzing with the certs on the proget host vm, it looks like we've got full connectivity to the chocolatey.org feed as well as nuget.org.

      Can someone remind me/point me to docs around the difference between connector caching of packages vs. the "pull to proget" function?

      thanks!

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      InfoSec is looking into this as best they can.

      I was able to use the pre-built offline installer package from your site to upgrade to the latest v5.

      FWIW, i had to disable Safe Browsing in Chrome - it was blocking the download via one of its Security settings.

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      Thanks, i've started a thread with our infosec folks. I'm putting some more info here for posterity and future review.

      I get a different error now in the inedo hub when trying to create a standalone installer on my local machine, off the vpn (but i think we still have a zscaler somethingorother on our laptops too) : "existing connection forcibly closed":
      9a214c1e-7bd7-47e1-a868-8f3c7dfb3d12-image.png

      In the "porget" folder on my desktop (spelling mistake known but left in place), I see:

      • porget
        • DesktopHub.config
        • Packages
          • ProGet-5.3.43.upack

      Is the upack file usable on a remote machine as a standalone installer?

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      we get a similar error when trying to create an offline installer:
      b559918d-85ff-40e6-928e-32ba3a46fc4c-image.png

      i suppose the idea is to do this on a machine that doesn't have the issue. So this is just another data point.

      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      without any other changes that i'm aware of, a few hours later, i was able to install the extension updates to Inedo.Core, and i was able to install the Clair extension. But i still get the same error when trying to install Sonatype.
      What's going on?

      update: the inedo hub updater works now too.
      update 2: The hub was able to update itself, but it still can't do the install.

      Unhandled exception: System.Net.WebException: The remote server returned an error: (403) Forbidden.
         at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
         at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.UPack.Extensions.<GetResponseAsync>d__0.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.UPack.Net.DefaultApiTransport.<GetResponseAsync>d__5.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.UPack.Net.UniversalFeedClient.<GetPackageStreamAsync>d__20.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.Hub.Installer.ProductInstaller.<DownloadPackageAsync>d__18.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.Hub.Installer.ProductInstaller.<InstallAsync>d__13.MoveNext()
      
      
      
      
      
      posted in Support
      MaxCasconeM
      MaxCascone
    • RE: chocolatey connector healthy but shows no packages

      Hi, thanks as always for the quick reply. I thought i had installed the zscaler root ca cert fairly recently, but i did it again, and it helped a little. The "latest news from inedo" pane shows info now, and the Extensions page shows a big green bar and that "updates are available", which we weren't seeing before. I didn't even have to restart the app to see the change.

      Unfortunately we're just peeling the onion... on any use of the extensions page, either "update all extensions" or trying to install one of the available ones, we keep getting the same error (below). Strangely, the window displaying the error message closes automatically after about ten seconds, and the page reloads.
      Side note: We noticed that the ProGet Service is running as Network Service, is that correct?

      Thanks in advance.

      Logged: 12/17/2021 12:09:17 PM
       Level: Error
       Category: Extension Updater
       Message: Unhandled exception: System.Net.WebException: The remote server returned an error: (403) Forbidden.
      at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) 
      at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- 
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
      at Inedo.ProGet.Den.InedoDenClient.<DownloadFileAsync>d__13.MoveNext() --- End of stack trace from previous location where exception was thrown --- 
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Inedo.ProGet.WebApplication.Pages.Administration.Extensions.ExtensionUpdater.<UpdateAsync>d__19.MoveNext()
      
       Details: none
      

      We also tried the Indeo Hub Updater app, which hits an error and crashes. (this is not new behavior). These are the logs from that:

      1. Error 12/17/2021 12:11:56 PM .NET Runtime 1026 None
      Log Name:      Application
      Source:        .NET Runtime
      Date:          12/17/2021 12:11:56 PM
      Event ID:      1026
      Task Category: None
      Level:         Error
      Keywords:      Classic
      User:          N/A
      Computer:      MTPVPAPGET01.consilio.com
      Description:
      Application: InedoHubBootstrapper.exe
      Framework Version: v4.0.30319
      Description: The process was terminated due to an unhandled exception.
      Exception Info: System.Net.WebException
         at System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)
         at System.Threading.Tasks.TaskFactory`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FromAsyncCoreLogic(System.IAsyncResult, System.Func`2<System.IAsyncResult,System.__Canon>, System.Action`1<System.IAsyncResult>, System.Threading.Tasks.Task`1<System.__Canon>, Boolean)
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Extensions+<GetResponseAsync>d__0.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Net.DefaultApiTransport+<GetResponseAsync>d__5.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Net.UniversalFeedClient+<GetPackageStreamAsync>d__20.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.Hub.Bootstrapper.MainWindow+<InstallHubAsync>d__9.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.Hub.Bootstrapper.MainWindow+<OnInitialized>d__7.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.DispatcherOperation.InvokeImpl()
         at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
         at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
         at System.Windows.Threading.DispatcherOperation.Invoke()
         at System.Windows.Threading.Dispatcher.ProcessQueue()
         at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
         at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
         at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
         at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
         at System.Windows.Application.RunDispatcher(System.Object)
         at System.Windows.Application.RunInternal(System.Windows.Window)
         at Inedo.Hub.Bootstrapper.App.Main()
      
      
      Event Xml:
      <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
        <System>
          <Provider Name=".NET Runtime" />
          <EventID Qualifiers="0">1026</EventID>
          <Level>2</Level>
          <Task>0</Task>
          <Keywords>0x80000000000000</Keywords>
          <TimeCreated SystemTime="2021-12-17T18:11:56.000000000Z" />
          <EventRecordID>538191</EventRecordID>
          <Channel>Application</Channel>
          <Computer>MTPVPAPGET01.consilio.com</Computer>
          <Security />
        </System>
        <EventData>
          <Data>Application: InedoHubBootstrapper.exe
      Framework Version: v4.0.30319
      Description: The process was terminated due to an unhandled exception.
      Exception Info: System.Net.WebException
         at System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)
         at System.Threading.Tasks.TaskFactory`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FromAsyncCoreLogic(System.IAsyncResult, System.Func`2&lt;System.IAsyncResult,System.__Canon&gt;, System.Action`1&lt;System.IAsyncResult&gt;, System.Threading.Tasks.Task`1&lt;System.__Canon&gt;, Boolean)
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Extensions+&lt;GetResponseAsync&gt;d__0.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Net.DefaultApiTransport+&lt;GetResponseAsync&gt;d__5.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.UPack.Net.UniversalFeedClient+&lt;GetPackageStreamAsync&gt;d__20.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.Hub.Bootstrapper.MainWindow+&lt;InstallHubAsync&gt;d__9.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
         at Inedo.Hub.Bootstrapper.MainWindow+&lt;OnInitialized&gt;d__7.MoveNext()
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.DispatcherOperation.InvokeImpl()
         at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
         at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
         at System.Windows.Threading.DispatcherOperation.Invoke()
         at System.Windows.Threading.Dispatcher.ProcessQueue()
         at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
         at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
         at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
         at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
         at System.Windows.Application.RunDispatcher(System.Object)
         at System.Windows.Application.RunInternal(System.Windows.Window)
         at Inedo.Hub.Bootstrapper.App.Main()
      
      </Data>
        </EventData>
      </Event>
      

      Error 12/17/2021 12:11:56 PM Application Error 1000 (100)

      Log Name:      Application
      Source:        Application Error
      Date:          12/17/2021 12:11:56 PM
      Event ID:      1000
      Task Category: (100)
      Level:         Error
      Keywords:      Classic
      User:          N/A
      Computer:      MTPVPAPGET01.consilio.com
      Description:
      Faulting application name: InedoHubBootstrapper.exe, version: 1.2.3.2, time stamp: 0x5fb48b63
      Faulting module name: KERNELBASE.dll, version: 6.3.9600.20040, time stamp: 0x60adc0a6
      Exception code: 0xe0434352
      Fault offset: 0x0000000000007afc
      Faulting process id: 0x595c
      Faulting application start time: 0x01d7f3718f0439f3
      Faulting application path: C:\Users\mcascone1\AppData\Local\Temp\2\InedoHubBootstrapper\InedoHubBootstrapper.exe
      Faulting module path: C:\Windows\system32\KERNELBASE.dll
      Report Id: d1297f18-5f64-11ec-812a-005056a1231c
      Faulting package full name: 
      Faulting package-relative application ID: 
      Event Xml:
      <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
        <System>
          <Provider Name="Application Error" />
          <EventID Qualifiers="0">1000</EventID>
          <Level>2</Level>
          <Task>100</Task>
          <Keywords>0x80000000000000</Keywords>
          <TimeCreated SystemTime="2021-12-17T18:11:56.000000000Z" />
          <EventRecordID>538192</EventRecordID>
          <Channel>Application</Channel>
          <Computer>MTPVPAPGET01.consilio.com</Computer>
          <Security />
        </System>
        <EventData>
          <Data>InedoHubBootstrapper.exe</Data>
          <Data>1.2.3.2</Data>
          <Data>5fb48b63</Data>
          <Data>KERNELBASE.dll</Data>
          <Data>6.3.9600.20040</Data>
          <Data>60adc0a6</Data>
          <Data>e0434352</Data>
          <Data>0000000000007afc</Data>
          <Data>595c</Data>
          <Data>01d7f3718f0439f3</Data>
          <Data>C:\Users\mcascone1\AppData\Local\Temp\2\InedoHubBootstrapper\InedoHubBootstrapper.exe</Data>
          <Data>C:\Windows\system32\KERNELBASE.dll</Data>
          <Data>d1297f18-5f64-11ec-812a-005056a1231c</Data>
          <Data>
          </Data>
          <Data>
          </Data>
        </EventData>
      </Event>
      
      1. Information 12/17/2021 12:11:58 PM Windows Error Reporting 1001 None
      Log Name:      Application
      Source:        Windows Error Reporting
      Date:          12/17/2021 12:11:58 PM
      Event ID:      1001
      Task Category: None
      Level:         Information
      Keywords:      Classic
      User:          N/A
      Computer:      MTPVPAPGET01.consilio.com
      Description:
      Fault bucket , type 0
      Event Name: APPCRASH
      Response: Not available
      Cab Id: 0
      
      Problem signature:
      P1: InedoHubBootstrapper.exe
      P2: 1.2.3.2
      P3: 5fb48b63
      P4: KERNELBASE.dll
      P5: 6.3.9600.20040
      P6: 60adc0a6
      P7: e0434352
      P8: 0000000000007afc
      P9: 
      P10: 
      
      Attached files:
      
      These files may be available here:
      
      
      Analysis symbol: 
      Rechecking for solution: 0
      Report Id: d1297f18-5f64-11ec-812a-005056a1231c
      Report Status: 0
      Hashed bucket: 
      Event Xml:
      <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
        <System>
          <Provider Name="Windows Error Reporting" />
          <EventID Qualifiers="0">1001</EventID>
          <Level>4</Level>
          <Task>0</Task>
          <Keywords>0x80000000000000</Keywords>
          <TimeCreated SystemTime="2021-12-17T18:11:58.000000000Z" />
          <EventRecordID>538193</EventRecordID>
          <Channel>Application</Channel>
          <Computer>MTPVPAPGET01.consilio.com</Computer>
          <Security />
        </System>
        <EventData>
          <Data>
          </Data>
          <Data>0</Data>
          <Data>APPCRASH</Data>
          <Data>Not available</Data>
          <Data>0</Data>
          <Data>InedoHubBootstrapper.exe</Data>
          <Data>1.2.3.2</Data>
          <Data>5fb48b63</Data>
          <Data>KERNELBASE.dll</Data>
          <Data>6.3.9600.20040</Data>
          <Data>60adc0a6</Data>
          <Data>e0434352</Data>
          <Data>0000000000007afc</Data>
          <Data>
          </Data>
          <Data>
          </Data>
          <Data>
          </Data>
          <Data>
          </Data>
          <Data>
          </Data>
          <Data>0</Data>
          <Data>d1297f18-5f64-11ec-812a-005056a1231c</Data>
          <Data>0</Data>
          <Data>
          </Data>
        </EventData>
      </Event>
      
      posted in Support
      MaxCasconeM
      MaxCascone
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6