Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      SQL Server Version Support
      Support • proget documentation • • Andre van Bezouw  

      2
      0
      Votes
      2
      Posts
      11
      Views

      atripp

      Otter, BuildMaster, Hedgehog, and ProGet for Windows all require any supported version of Microsoft SQL Server. So, 2017 would be supported, since Microsoft supports it still. 2005, however, not.
    • S

      Error In Visual Studio/InternetExplorer/Chrome: This operation requires IIS integrated pipeline mode.
      Support • proget • • schmid_6935  

      9
      0
      Votes
      9
      Posts
      85
      Views

      ?

      Sadly, for me, the given DLL cannot just be dropped into the folder to replace the old DLL without producing a binding redirect error: [FileLoadException: Could not load file or assembly 'ProGetCoreEx, Version=5.1.3.10, Culture=neutral, PublicKeyToken=20535527eaf4e568' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Inedo.ProGet.WebApplication.<BeginFirstRequestAsync>d__2.MoveNext() +0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start(TStateMachine& stateMachine) +114 Inedo.ProGet.WebApplication.ProGetHttpModule.BeginFirstRequestAsync(HttpApplication app) +90 Inedo.Web.<HandleBeginFirstRequestInternal>d__28.MoveNext() +306 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31 Inedo.Web.InedoHttpModule.ProcessEnd(IAsyncResult ar) +117 System.Web.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar) +219 System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +159 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31 System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +611 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +213 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +131 ProGetCoreEx is version 5.1.3.9, however it expects 5.1.3.10
    • D

      Unexpected Internal Error 500 when publishing to a new feed
      Support • proget jenkins publishing • • dwight.holman_5467  

      6
      0
      Votes
      6
      Posts
      16
      Views

      atripp

      This will be fixed with PG-1313
    • B

      Push error
      Support • proget microsoft • • boubacartellybah45_1299  

      5
      0
      Votes
      5
      Posts
      41
      Views

      ben

      Update: I've filed this bug with Docker: https://github.com/docker/distribution/issues/2649
    • ?

      Packages with build metadata are not retrieved
      Support • proget • • Andre van Bezouw  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • S

      Clear Cache / delete old packages
      Support • proget nuget feeds • • schmid_6935  

      7
      0
      Votes
      7
      Posts
      110
      Views

      ?

      It's fixed. Not only that, but listing the packages also seems faster. Thanks!
    • ?

      LDAP nvarchar issue
      Support • proget • • Andre van Bezouw  

      4
      0
      Votes
      4
      Posts
      11
      Views

      T

      If you need to supply credentials when connecting to the domain, make sure "Specific list..." is selected, and enter it as: domain.local,CredentialName Where CredentialName is the name of set of Username & Password resource credentials created via Admin > Change User Directory > Advanced > AD Credentials > Create
    • ?

      Docker Feed Connector to registry.gitlab.com fails
      Support • proget connectors • • Andre van Bezouw  

      3
      0
      Votes
      3
      Posts
      23
      Views

      ?

      Thanks for the quick update John. Definitely looking forward to the 5.1 release now, once it is out of Beta.
    • ?

      Cannot access default ProGet installation via public IP - only localhost
      Support • proget proget-installation integrated-web-server • • Andre van Bezouw  

      5
      0
      Votes
      5
      Posts
      56
      Views

      ?

      Ok, I use this KB 2 days ago and i added netbios name, fqdn but same problem. I try to change the user context but same pb. Error 503 - service unvailabable I will change my stack of web and i will go to install IIS...but is strange for an editor to indicate don't use "web integrade proget server" Thanks.
    • ?

      Artifacts getting removed from Database after FeedCleanup Scheduled task run
      Support • proget • • Andre van Bezouw  

      2
      0
      Votes
      2
      Posts
      4
      Views

      T

      Copying from associated support ticket: It's not a bug per se, more of a design flaw with the introduction of external package stores. Basically, it checked to see if the package could be opened and if not, deleted it from the DB. However, there are many reasons a package might not be accessible (network down, invalid S3 credentials, disk inaccessible, S3 down, etc.), so this functionality was removed since then.
    • S

      About trigger for assessment of existing vulnerability once current assessment is expired or new vulnerability.
      Support • proget • • shihui0304_6759  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Good questions; You can configure ProGet to block packages with "unassessed" vulnerabilities; this is not the default configuration because a lot of times vulnerabilities are discovered after you've already been using a package anyways That's true, but maybe we could expand webhooks? I'm not sure, but it seems like it could be a feature request if it's something you'd actually want to use, etc.
    • brice2paris

      Npm ping request not work
      Support • proget npm • • brice2paris  

      2
      0
      Votes
      2
      Posts
      15
      Views

      jrasch

      The tracking issue for this is here: PG-1309
    • B

      Can't push docker image to proget
      Support • proget microsoft • • boubacartellybah45_1299  

      2
      0
      Votes
      2
      Posts
      26
      Views

      ben

      Hello Boubacar, There have been a lot of changes to Docker feeds in ProGet 5.1. Does pushing the Windows image work on a newer version of ProGet?
    • A

      Dates returned by NugetV2 API in JSON
      Support • proget nuget api • • a.m_8178  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      This is actually an artifact of the OData specification from when ProGet was first developed - that was actually the preferred format specified, and NuGet.org didn't support $format=json, so we just followed the OData spec. Anyway, those are just .NET DateTime Ticks in there (and the +0 just indicates UTC), so in your example it would just be: new DateTime(636650168208570000, DateTimeKind.Utc) Of course, if we had it to do over again, it would be something more sensible like ISO-8601.
    • ?

      Semver 2.0.0 Packages from Nuget.org unavailable
      Support • proget nuget • • Andre van Bezouw  

      2
      0
      Votes
      2
      Posts
      11
      Views

      J

      Hello William, This will be fixed in ProGet 5.1.2. (PG-1294)
    • ?

      The request was aborted: Could not create SSL/TLS secure channel.
      Support • proget error ssl tls • • Andre van Bezouw  

      3
      0
      Votes
      3
      Posts
      34
      Views

      C

      The error is generic and there are many reasons why the SSL/TLS negotiation may fail. ServicePointManager.SecurityProtocol property selects the version of the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocol to use for new connections; existing c# connections aren't changed. Make sure the ServicePointManager settings are made before the HttpWebRequest is created, else it will not work. Also, you have to enable other security protocol versions to resolve this issue: ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 SecurityProtocolType.Tls SecurityProtocolType.Tls11 SecurityProtocolType.Ssl3; //createing HttpWebRequest after ServicePointManager settings HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://google.com/api/") If you create HttpWebRequest before the ServicePointManager settings it will fail and shows the error message.
    • ?

      Proget server stopping
      Support • proget deployment • • Andre van Bezouw  

      3
      0
      Votes
      3
      Posts
      9
      Views

      ?

      Hi George, Do you have any suggestion that I can do to fix this issue?. Thank you.
    • ?

      Cannot get RubyGems connector to work
      Support • proget ruby • • Andre van Bezouw  

      3
      0
      Votes
      3
      Posts
      26
      Views

      ?

      Confirmed that was the issue, thanks Tod.
    • ?

      LDAPS authentication
      Support • proget security ldap • • Andre van Bezouw  

      2
      0
      Votes
      2
      Posts
      11
      Views

      T

      It's possible it may work (I can't verify) if you specify the port in the domain controller host value under advanced settings (i.e. enter your-dc-server:636 as the value). See the LDAP Advanced Settings documentation for info on how to find that page to configure that value. If that doesn't work, I suspect a code change is needed - it is not clear via the Microsoft documentation what the default AuthenticationType is for this call: https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/UserDirectories/ADUserDirectory.cs#L268
    • ?

      BTSoftware reseller price request Inedo
      Support • proget net • • Andre van Bezouw  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ?

      The sales team does not check posts on this forum. Please use the ProGet Quote Request form for quote inquiries: https://inedo.com/proget/pricing/request-quote
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 79
    • 80
    • 15 / 80