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 connect to the remote connector
      Support • proget proxy • • Nir  

      8
      0
      Votes
      8
      Posts
      60
      Views

      ?

      No problem! Now for a barrage of questions... Where is the 503 response coming from, ProGet or the proxy server? Is there an error message in addition to the status code? What do you mean by "use the ProGet feed", does that mean browsing the ProGet web application (i.e. feed overview page), or accessing packages via nuget.exe/Visual Studio? And does it work as expected if you access ProGet over HTTPS?
    • Y

      Initial performance when opening or querying NuGet feed from Visual Studio Package Manager
      Support • proget nuget visual-studio performance • • ygeelen-tb  

      3
      0
      Votes
      3
      Posts
      16
      Views

      Y

      I've read that NuGet's architecture is being redesigned for version 3.0, which should also improve the performance. http://blog.nuget.org/20150608/nuget-server-status.html http://blog.nuget.org/20150601/nuget-3.0-rc2.html
    • ?

      How to change the maven feed disk path? Also Snapshot vs. Release Feeds?
      Support • proget • • Nir  

      4
      0
      Votes
      4
      Posts
      5
      Views

      ?

      I see. Thanks for the feedback - I didn't think about retention but that is a very good point. Retention itself is also a relatively new feature for ProGet, and we are still evaluating whether it ought to be included in the free edition in some form. Regarding feed-specific override paths, we probably will add this in a future release, but I can't give you a specific version as yet.
    • ?

      Deploy ProGet as a website to a host environment?
      Support • proget proget-installation deployment cloud • • Nir  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      The INEDOPROGETSVC service is used by ProGet to perform background tasks (indexing, cleanup, etc) and is required to run ProGet. The only options (right now anyway) to install the ProGet web application are: IIS-hosted Integrated web server (this is essentially a 2nd Windows service) Linux via Docker (currently v4.0 in beta)
    • ?

      SSL/TLS trust relationship error
      Support • proget proget-installation • • Nir  

      4
      0
      Votes
      4
      Posts
      32
      Views

      ?

      To find the connector, go to Admin gear > Manage Feeds > Edit Feed (pencil icon), and that will have the list of connectors. For the error itself, try some of these recommendations: http://stackoverflow.com/a/703285
    • ?

      Active Directory integration
      Support • proget • • Nir  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      Integrated, so it uses the account hosting the web application to query.
    • ?

      Migrating to a new server
      Support • proget install • • Nir  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      You can look in the Web.config file in the ProGet Service directory to see what connection string it is currently using to connect to the database. If you installed everything with default settings, this will be using integrated authentication, so it's connecting using whatever account the ProGet Service is running as. Outside of this, whoever installed/updated ProGet last would have also needed to have access for integrated auth.
    • ?

      Listing of cached packages
      Support • proget integrated-web-server • • Nir  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      This isn't currently exposed in the UI, but you can run this SQL query against ProGet's database to get a list of cached packages in a NuGet feed: SELECT * FROM [NuGetPackages_Extended] WHERE [Cached_Indicator] = 'Y' AND [Feed_Name] = 'MyFeedName'
    • ?

      Trial license extension
      Support • proget • • Nir  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      Hi Mark, We just sent you an email with a stop-gap license. Please let us know if you don't get it.
    • ?

      Is there a way to disable "Latest News from Inedo"
      Support • proget • • Nir  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      That's actually supposed to be cached, but due to a bug it looks like it's only cached if there is not a timeout when trying to download the news. We'll get that fixed in a maintenance release; thanks for letting us know!
    • ?

      Closed Stream??
      Support • proget • • Nir  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      This is not a known problem on the server-side of ProGet, but instead a problem on the client; that "Stream" is referring to something opened on the client, and closed on the client. We've also seen similar behavior with some 2.8.x versions of NuGet.exe, and perhaps OD shares some of that code?
    • ?

      How do you use ProGet(NuGet) from visual studio
      Support • proget • • Nir  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      Sorry about the broken link! That article has be updated and that link should now redirect to the correct page: http://inedo.com/support/documentation/proget/feeds/nuget/visual-studio-extension
    • ?

      Authentication to Symbols Server
      Support • proget symbols authentication • • Nir  

      5
      0
      Votes
      5
      Posts
      9
      Views

      T

      Now that the current version of Visual Studio seems to respect authentication challenges, we are adding support for this. The tracking issue is here: PG-1273
    • ?

      Installer crashing with no output
      Support • proget error proget-installation installation • • Nir  

      4
      0
      Votes
      4
      Posts
      7
      Views

      ?

      Thanks; we've identified a possible race condition during initialization, specifically involving discovering the connection string of the currently installed instance. We've made a small code change which should resolve this issue - assuming it is the cause. We haven't been able to reproduce it on our systems. The installer for the next version (which should be 3.6.2) will have the fix, so you may want to try using the larger installer again just to see if the issue goes away. You never need the full installer to perform an upgrade, however.
    • ?

      Warm-up time and number of feeds
      Support • proget • • Nir  

      5
      0
      Votes
      5
      Posts
      2
      Views

      ?

      This was fixed in ProGet v3.6.2, thank you again for the report.
    • ?

      Use Nuget API v3 as feed connector
      Support • proget nuget visual-studio microsoft • • Nir  

      2
      0
      Votes
      2
      Posts
      25
      Views

      ?

      Most definitely not. Unfortunately, we have no idea when NuGet v3 will come out, nor do we know when/if there will be API docs availalble (or a stable codebase to reverse engineer the API). Based on the various iterations of the v3 API that have been published in preview/beta, we have little confidence that it will solve the performace problems that ProGet users experience with connected/remote packages; so, on the ProGet Roadmap, we plan on solving that by creating a full index of nuget.org. That said, the NuGet team will need to support v2 for several years to come, so we're in no rush. Moreover, We have a plan that http://inedo.com/support/questions/3130
    • ?

      Disable dashbord access for unauthentiated
      Support • proget authentication • • Nir  

      5
      0
      Votes
      5
      Posts
      10
      Views

      ?

      That sound like a good solution!
    • ?

      Authentication for users in other Domains
      Support • proget authentication ldap • • Nir  

      6
      0
      Votes
      6
      Posts
      6
      Views

      ?

      As long as the Global Catalog can search the other forest it should work, if there is a restriction on that, then it will not find the user. By default however, it uses the Forest.GetCurrentForest() to determine which GC to query. We are now planning to make some improvements to the way authentication works as it is slowly becoming the #1 requested feature/improvement.
    • ?

      What are the limitations of the express / free version ?
      Support • proget feature-level • • Nir  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      See: http://inedo.com/support/questions/3090
    • ?

      Overwriting an existing package fails using Drop path
      Support • proget nuget error ldap • • Nir  

      7
      0
      Votes
      7
      Posts
      24
      Views

      ?

      Thank you very much guys for pushing this feature to the last release. I've upgraded our server today, turned the option on, and it works great. Cheers.
    • 1
    • 2
    • 60
    • 61
    • 62
    • 63
    • 64
    • 79
    • 80
    • 62 / 80