Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Unable to install
      Support • proget • • Raphael  

      3
      0
      Votes
      3
      Posts
      0
      Views

      ?

      It installs SQL just fine. perhaps this would help. POST http://inedo.com/proget/activation/request-key HTTP/1.1 Content-Type: application/x-www-form-urlencoded Host: inedo.com Content-Length: 80 Connection: Keep-Alive it then has a body containing the fields email fullname trial version
    • ?

      Anonymous publishing to an NPM feed
      Support • proget npm authentication publishing • • Raphael  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      I don't believe the NPM protocol allows for anonymous pushes. You could certainly have your CI put it in a drop folder however, which the ProGet would pick-up.
    • ?

      Problem with the symbol server
      Support • proget symbols • • Raphael  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      Looks like the database table NuGetPackageSymbols got corrupted somehow. After restoring it started working as expected.
    • ?

      Python/pypi feed type
      Support • proget pypi python • • Raphael  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      There's an ongoing thread here; http://inedo.com/support/questions/6445. We still haven't researched it, but it would come after 5.0 (which we are planning to release in Q4).
    • ?

      Problem with Installation
      Support • proget • • Raphael  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      Please request a key at https://my.inedo.com/. No internet access is required; obviously you won't be able to connect to feeds hosted on the internet, like NuGet.org..
    • ?

      Error when clicking on Manage Feed
      Support • proget error feeds • • Raphael  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      I'm a bit of a loss, because we haven't seen such an error before... and it's not something that ProGet would be doing. You may have some IIS setting enabled, that's intercepting requests and ... doing "something" with them? It's really hard to say, because it simply doesn't make any sense, and the solution will not be found looking in ProGet settings/installation. Would suggest to use the integrated web server in this case. Or, use a fresh IIS installation.
    • ?

      Upgrade SQL fvrom 2005 SQL Express
      Support • proget sql-server • • Raphael  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      You can just back-up the database, and then restore it in the new SQL Server.
    • ?

      ProGet not starting automatically on reboot
      Support • proget service • • Raphael  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      This is not a known issue with ProGet or our tools. But I'll note, there is a little bit of a "warm-up" time needed for .NET-based applications; it should be pretty quick (5-10 seconds), but it sounds like your server might be a bit underpowered? Or maybe there is some other thing preventing .NET applications from "warming up" in a fast enough time?
    • ?

      Push to Proget extension
      Support • proget • • Raphael  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      Hello Srinivas, The Push to ProGet extension is specifically for Universal feeds. That error message appears to be coming from a NuGet feed. You can use a generic NuGet Visual Studio plugin to push to a NuGet feed on ProGet.
    • ?

      After the installation how to get service working?
      Support • proget proget-installation • • Raphael  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ?

      Hello I installed it using your integrated database installation.
    • ?

      Proget VorSecurity VulnerabilityDetails exception with Feed Type npm
      Support • proget • • Raphael  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ?

      Hello Tom, You are correct that this is caused by the npm feed type not being found. I've filed this as PG-1073 and submitted a fix for review, so it should be fixed in the next version of ProGet.
    • S

      NPM feed doesn't present highest version as latest package
      Support • proget npm feeds • • stijn.peeters.external_8202  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      Tagging would indeed be the solution, now it's clear how we should have been working. Thanks for the fast feedback!
    • ?

      Custom Feed?
      Support • proget feeds • • Raphael  

      3
      0
      Votes
      3
      Posts
      9
      Views

      ?

      That actually worked out very well, thank you for the information. Looking forward to the next release.
    • ?

      READ_COMMITTED_SNAPSHOT on SQL Server
      Support • proget buildmaster sql-server • • Raphael  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      We don't support doing this sort of tweaking on the ProGet database; it might work, but we don't test it so I can't say.
    • ?

      Prompting for apikey with PowerShell Publish-Module while permissions exist
      Support • proget • • Raphael  

      3
      0
      Votes
      3
      Posts
      23
      Views

      ?

      I followed your suggestion of providing a Nuget API key, I got a different error. I found that if I unregistered the repository in PowerShell, and reregistered it, things work as expected when you provide an API key. It appears that Publish-Module does not work without an API key. Since ProGet will ignore it, (assuming the feed is not configured with one), you get the effect of just credential auth. (So might as well put an API key on the feed to avoid confusion.)
    • ?

      Proget crashing throughout the day from System.Net.ProtocolViolationException
      Support • proget • • Raphael  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      I haven't seen the error before, but it appears to be network related. I would suggest switching to IIS, so that you can debug those network problems a lot easier than the integrated web server.
    • ?

      Setting up Symbols
      Support • proget • • Raphael  

      4
      0
      Votes
      4
      Posts
      0
      Views

      ?

      Please refer to these documents from Microsoft: https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages If the symbol files are inside of a package, then ProGet will index them.
    • ?

      Supporting certificate based authentication
      Support • proget buildmaster • • Raphael  

      1
      1
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • ?

      SQL Collation Requirements
      Support • proget buildmaster • • Raphael  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      That is the requirement; the installer requires SQL_Latin1_General_CP1_CI_AS collation in the database, so if it's not that (and the installer can't change it), you won't be able to install ProGet.
    • ?

      Update Nuget Packages
      Support • proget packages update • • Raphael  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      ProGet supports overwriting existing packages, provided the user has such a permission.
    • 1
    • 2
    • 27
    • 28
    • 29
    • 30
    • 31
    • 79
    • 80
    • 29 / 80