Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Symbol package don't have content files
      Support • proget packages symbols • • Matthew Blott  

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • ?

      How to use your Symbol Server with a Universal Feed?
      Support • proget packages net • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      3
      Views

      ?

      For completeness: An alternate approach is to create a private source server and update to both the source server and to the Universal Feed from out in-house deployment tool. But we were hope that we could have pig-backed on what you already had. Oh well. Thanks.
    • ?

      On IIS: npm adduser fails on server with a NotSupportedException: The given path's format is not supported.
      Support • proget npm authentication • • Matthew Blott  

      4
      0
      Votes
      4
      Posts
      18
      Views

      ?

      It looks like there was a regression in 4.6.0 that is causing this change in behavior. We'll have it fixed in ProGet 4.6.3, which will should be released by tomorrow at the latest.
    • ?

      SecurityException on attempting to log in with LDAP
      Support • proget authentication ldap • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      8
      Views

      ?

      Verified - the problem is resolved after upgrade to 4.6.1. Thanks!
    • ?

      PowerShell seperate Module/Script feeds with dependancies.
      Support • proget nuget powershell script-repository • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      44
      Views

      ?

      https://github.com/PowerShell/PowerShellGet/issues/76
    • ?

      NuGet restore intermittent 500 failures
      Support • proget nuget net microsoft • • Matthew Blott  

      4
      0
      Votes
      4
      Posts
      17
      Views

      ?

      An "Access to the path is denied" message is coming from Windows. Permissions aside, a likely culprit is anotherr process (anti virus, backup, etc) is locking the file and preventing access. Sometimes you'll need to use ProcMon to identify what this is. ProGet does not requests locks when reading files.
    • ?

      Private npm Modules
      Support • proget npm • • Matthew Blott  

      8
      0
      Votes
      8
      Posts
      28
      Views

      ?

      I see; have you've tried putting in your npmjs username and password in the connector? If that doesn't work, then it's not a supported scenario.
    • F

      Universal Package Dependencies not shown in JSON response
      Support • proget api • • florian.peschka_9815  

      4
      0
      Votes
      4
      Posts
      10
      Views

      ?

      We'll add that as a proposed feature. I think the only issue aside from a small query/performance issue in implementation is that dependencies can change for different versions, so we'd really just be showing the latest version's dependencies there. Still, we are already doing that with certain fields like description, so that's not too bad...
    • ?

      I accidently removed Admin from Administrators group, how can I restore it?
      Support • proget authentication security permissions • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      The admin tool does not currently add the user back; but you can do so directly in the database; the tables are fairly straightforward. To reinstall, make sure to drop the database after install well. It does not get removed by default.
    • ?

      Pushing package - error: package is being used by another process
      Support • proget nuget • • Matthew Blott  

      5
      0
      Votes
      5
      Posts
      11
      Views

      ?

      The only thing that will yield this message -- The process cannot access the file '...' because it is being used by another process. -- is another process having a lock on that file. Windows does not provide information about which process that is. So, you'll need to use a tool like procmon to see file handles, and identify the culprit.
    • ?

      Docker Feed Push - no basic auth credentials
      Support • proget feeds authentication • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      242
      Views

      ?

      I had to change 2 things when I had this problem on my windows computers. 1: I could not use the ip-address because of SSL errors - I had to use the host name. 2: I had to make sure that I logged on to the correct port. Your example was 88 in both login and push, but I forgot to use the port in the login command (I was using port 443). Perhaps this will help someone having the same issue.
    • ?

      Suspicious installer
      Support • proget installer • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      This is a "false positive". See KB#1113: Anti-malware False Positives, Code Signing, and Safety of Inedo Products for more information. Please Report the False Positive! Please let your malware protection provider know about the false positive; the more people who do, the greater the chance they won't flag these in the future
    • ?

      Largest nuget package
      Support • proget • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      There is no upper limit. NuGet packages shouldn't be more than a couple megabytes; and the more zeros you add, the more you are using the wrong tool for the job, and will have problems with how the client handles local machine caching, etc. A ProGet Universal Package is designed for gigabytes, on the other hand.
    • ?

      Private Bower authentication
      Support • proget bower • • Matthew Blott  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • ?

      Migrating Proget
      Support • proget iis installation • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      Aside from following the general back-up/restore instructions (database / package store / config files), there's nothing else to configure on ProGet. If you're getting errors, then something wasn't migrated properly. If a different file path is reported in an error, then a different file path is configured in the new instance; check out the error message under ADmin > Errors to see what the 500 was getting.
    • ?

      Error on Task creation
      Support • proget linux • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      Thanks for the report. We'll have this fixed in v4.5.4, which will likely be available today.
    • ?

      How to download a nuget package with SDK api
      Support • proget windows-sdk • • Matthew Blott  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      To downlad a package, you'd need to use the feed-specific API (NuGet, npm, etc). The SDK is really only designed for building extensions.
    • ?

      ProGet errors: Server cannot set status after HTTP headers have been sent
      Support • proget • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      7
      Views

      Y

      It would be nice if you could avoid this error? It's filling up the error log, making it hard to find the actual errors.
    • J

      Via HTTP Post, unable to promote ProGet package
      Support • proget buildmaster • • jstarbird_7831  

      20
      0
      Votes
      20
      Posts
      69
      Views

      ?

      Discussion should be moved to a new post or followed here: http://inedo.com/support/questions/6554
    • ?

      License Activation
      Support • proget linux • • Matthew Blott  

      3
      0
      Votes
      3
      Posts
      8
      Views

      ?

      I ran into the same issue when trying to run image on docker on windows (in linux container of course). First thing that I tried was to turn off proxy server. After that, instead of seeing an "Activation completed" message, activation request never finished. In the end I restored original proxy settings (same as system), restarted docker image and activation went without any issue automatically after restart.
    • 1
    • 2
    • 39
    • 40
    • 41
    • 42
    • 43
    • 79
    • 80
    • 41 / 80