Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Proget Licensing and Activation
      Support • proget • • Frank Koch  

      3
      0
      Votes
      3
      Posts
      13
      Views

      ?

      Most likely, the user that ProGet is running under is having difficulty requesting this information; you can try to restart the ProGet service, or the WMI service, and if all else, just reboot the server.
    • ?

      LDAP not working with integrated web server
      Support • proget • • Frank Koch  

      4
      0
      Votes
      4
      Posts
      2
      Views

      ?

      ProGet logs all errors to its error log or indexing errors log in the software itself, otherwise to the Windows event log. You can test by running the service (and/or IIS app pool) as your account if you're certain that your account has enumerate privileges.
    • ?

      Installing under IIS not an option
      Support • proget • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Looks like a bug; IIS detection does not work on 2012 unless 4.5.1 is also installed. Will be fixed in maintenance release, but you should install 4.5.1 anyway since it has a bunch of bugfixes.
    • ?

      Cannot downgrade from ProGet 3.1.1 to 3.1.0 - help/documentation needed
      Support • proget proget-installation • • Frank Koch  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      Thank you. I have replaced the contents of the WebApp and Service folders with the contents of the 3.1.0 manual installation zip file (except the config files of course). This seems to work as well. I think it is more or less the same effect as what you did by uninstalling and reinstalling, although your method is probably a bit safer! Luckily the database schema doesn't seem to have any updates in 3.1.1 that means it doesn't work with 3.1.0.
    • ?

      Nuget.exe install is not installing the latest version of a package
      Support • proget bug • • Frank Koch  

      11
      0
      Votes
      11
      Posts
      102
      Views

      ?

      I installed ProGet 3.1.2 today and the errors I experienced with 3.1.1 are gone. Thanks for the quick turn-around on the fix, you guys are great. Riko
    • ?

      The stored password for the server "MYSERVER" is invalid.
      Support • proget deployment • • Frank Koch  

      12
      0
      Votes
      12
      Posts
      8
      Views

      ?

      Does one of your embedded scripts contain a reference to a module that doesn't exist on a remote server, e.g. Web Server Administration for IIS? Unfortunately the error returned by PowerShell is fairly useless in determining which exact module is missing :)
    • ?

      ProGet Deploy Post-Deployment Scripts Not Executing?
      Support • proget deployment • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Thanks for the report - I'll have a dev take a look at this and fix it for the next version, which should hopefully be out today (8/14/14).
    • ?

      Not able to deploy
      Support • proget deployment • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      Curious, what versions of PowerShell do you have installed on the machine with the ProGet service, and also on the remote machine?
    • ?

      Unable to Edit Existing Deployment Scripts on a Project
      Support • proget deployments deployment • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      Thank you for the report - this will be fixed in the maintenance release coming out today (v3.1.1)
    • ?

      Project Deployment Fails if Description is Blank
      Support • proget deployments deployment • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      Looks like Chocolatey now requires the description field to have a value, whereas pre-v0.9.8 it did not require one. We've updated the editor for v3.1.1 to require a description, though this will not impact existing data, so you'd still have to edit existing descriptions so that they have a value.
    • ?

      Symbol packages from connectors
      Support • proget symbols connectors • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      It's unlikely this will be supported. There is no way to identify from metadata a symbol package vs a regular package... you have to open the zip file and see if it contains pdb/src files... which means we'd have to download every version of every package in a remote feed. If Microsoft / NuGet team ever implements a mechanism for identifying , then it's a possibility.
    • ?

      Proget 3.1 stops indexing files once it encounters an indexing error
      Support • proget nuget error packages windows bug network • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      We will be adding a few fixes to help with retrying after indexing issues in the next maintenance release, as well as some more logging to figure out what is going wrong in these cases. Long term, we will also be redoing a lot of the indexing logic to eliminate these types of problems (but that probably will happen in a minor/major release.)
    • ?

      Web Server Reports ProGet Service Stopped
      Support • proget service • • Frank Koch  

      2
      1
      Votes
      2
      Posts
      34
      Views

      ?

      In this case, the web server user simply doesn't have permission to query the service status. You can ignore this message or increase the web server user's privileges.
    • ?

      Internal Server Error on nuget restore
      Support • proget servers • • Frank Koch  

      5
      0
      Votes
      5
      Posts
      74
      Views

      ?

      At the moment, I'm not able to update our server. I do it later. I will also test with your refernced packages in a test project. Thanks a lot.
    • ?

      LDAP Authorisation for one-way trusted domain
      Support • proget ldap • • Frank Koch  

      8
      0
      Votes
      8
      Posts
      104
      Views

      ?

      We can now support 99% of our clients using the Network Credential Manager. Only one edge case, as discussed with Alex, is still outstanding. We will address that by customising the code in the near future.
    • ?

      Problem with nuget.exe list
      Support • proget • • Frank Koch  

      4
      0
      Votes
      4
      Posts
      7
      Views

      ?

      Thanks - somehow I missed that in the docs before. I will add this as an open issue (PG-221).
    • ?

      Performance issue with loading feeds
      Support • proget feeds performance • • Frank Koch  

      5
      0
      Votes
      5
      Posts
      52
      Views

      ?

      Hi Simeon, Windows XP is definitely not going to be a reliable server :) The TCP stack is deliberately throttled/crippled to prevent server usage.
    • ?

      Limitations of Proget free license
      Support • proget • • Frank Koch  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      As of 3.1: Active Directory / LDAP Integration Filter Packages by Name & License Load Balancing & High Availability Granular Privileges & Security
    • ?

      Error 500 by package upload
      Support • proget • • Frank Koch  

      6
      0
      Votes
      6
      Posts
      7
      Views

      ?

      Thank you for the report - I have confirmed this particular page is validating the privilege at the system level instead of the feed level, we'll have it fixed in the next maintenance release.
    • ?

      PackageID is now case sensitive in Chocolatey install command
      Support • proget • • Frank Koch  

      6
      0
      Votes
      6
      Posts
      2
      Views

      ?

      This was fixed in one of the versions we released this year, if you upgrade to the newest version it should work correctly. Make sure to read the Upgrade Notes for each minor version since 2.2 (i.e. 3.0 thru 3.3), and back up your ProGet database before upgrading (the installer should offer this option) as there have been significant changes to feed storage and indexing. You'll also want to read the KB article about Migrating Legacy Feeds.
    • 1
    • 2
    • 71
    • 72
    • 73
    • 74
    • 75
    • 79
    • 80
    • 73 / 80