Navigation

    Inedo Community Forums

    Forums

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

    • ?

      NPM and Nuget Feeds
      Support • proget • • Betty  

      3
      0
      Votes
      3
      Posts
      9
      Views

      ?

      Do you have specific guidance on how to setup the separate site?
    • ?

      ProGet 4.4.1 displaying wrong source URL
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      We refactored a lot of the user-interface code for ProGet 4.4, so this is unfortunately a regression introduced due to those changes. I've logged the issue and it will be fixed in the next maintenance release.
    • ?

      Transfer license from old server to new server
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      You can temporarily use your key for this purpose, that's quite alight. Just enter the key in, and it will activate.
    • ?

      Publishing a powershell module to Powershell Feed getting Manifest error
      Support • proget buildmaster powershell publishing • • Betty  

      4
      0
      Votes
      4
      Posts
      55
      Views

      ?

      Well i finally was able to publish to our Powershell feed. I updated the PackageManagement and PowerShellGet modules to version 1.1.0.0. which were released a few days ago... 12 Oct 2016 I hope this helps .
    • ?

      Flag Package to be ignored by cleanup
      Support • proget cleanup • • Betty  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      It's still on our roadmap, but it was pushed back to 4.7.
    • ?

      NPM publish issue
      Support • proget npm • • Betty  

      4
      0
      Votes
      4
      Posts
      17
      Views

      ?

      Looks like reinstall helped. Thank you!
    • ?

      NPM connector do not download scoped packages
      Support • proget npm • • Betty  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ?

      This is a limitation of npm unfortunately; scoped packages are not included in the npmjs.org index, therefore there is no way to search for a scoped package via a connector. However if you already know the name, then it will work, and can be retrieved from the connector.
    • ?

      Permanently download and store packages from feed connector
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      It's not an option, but your best bet to solve this would be: Bulk / Droppath Import from Disk (any packages) Feed Replication (from another ProGet server)
    • ?

      ProGet replication feed replication URL seems to be formed wrong, gives "unhandled exception, remote name could not be resolves"
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Thanks for the report, this is a bug in the UI, and it's missing the "/" between the "host name" and "api". We will fix in next maintence release of ProGet.
    • ?

      Need to have a feed that matches the same pattern as for nuget.server
      Support • proget nuget feeds • • Betty  

      5
      0
      Votes
      5
      Posts
      5
      Views

      ?

      Thanks, will try IIS rewrite module for that.(
    • ?

      Nuget dependency list for multiple target frameworks
      Support • proget nuget • • Betty  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      Hi Ruben, this was a regression in v4.4 after redoing the UI for the combined feed pages. We will fix ASAP in the next maintenance release under [PG-626].
    • ?

      LDAP and multiple Domains
      Support • proget ldap configuration-files • • Betty  

      5
      0
      Votes
      5
      Posts
      177
      Views

      ?

      That is just a "regular" COM+ that happens every now and then when doing anything with LDAP, so you an usually restart IIS, restart the server to fix it. Will send the code ASAP!
    • ?

      Is it possible to customize the look and feel of the Web Application?
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      This is not currently supported nor is it currently on our product roadmap.
    • ?

      Typings
      Support • proget npm • • Betty  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      Well if you used "npm" as a source, and then set up that as a registry in ProGet, then it could be a source.
    • ?

      Maven feed not found
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      A 404 is expected if you visit the root of a maven api url; that is an endpoint that is not intended to be visited from your web browser, but by the maven client.
    • ?

      How to clear the cache or reset application?
      Support • proget • • Betty  

      2
      0
      Votes
      2
      Posts
      26
      Views

      ?

      It's actually the NuGet client that is caching the old packages, you can view the (multiple) caches with this command: nuget locals all -list And either delete the files in those directories or use this command: nuget locals all -clear
    • ?

      Symbols Server Privileges
      Support • proget symbols • • Betty  

      6
      0
      Votes
      6
      Posts
      5
      Views

      ?

      Unfortunately Visual Studio doesn't support authenticated symbol servers; i.e. if ProGet sends a 401 response, there is no authentication challenge. We may be adding a feature in 4.7 that allows for "url authentication" of sorts, where you use a "obscured" url with an api key in it somewhere that will cause authentication to be effectively bypassed.
    • ?

      ExtensionsPath and ExtensionsTempPath must be set to load any extensions.
      Support • proget • • Betty  

      6
      0
      Votes
      6
      Posts
      12
      Views

      ?

      Uh, my current extensions path is C:\Program Files\ProGet\Extensions, not ProgramData. It's the Extensions.ServiceTempPath and Extensions.WebTempPath paths that are empty and ProGet is warning about. Here are the settings: And the warning: So now there's even more confusion. Should I move the Extensions directory from Program Files to Program Data? What about the ServiceTempPath and WebTempPath?
    • ?

      SQL Structure / Database data
      Support • proget proget-installation installation sql-server sql • • Betty  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      Please refer to the High-level Architecture Diagram to see the components of a ProGet installation. The Database is a SQL Server database. The Web and Indexing Nodes are both .NET application that interact with the database using the standard SqlClient API. The connection string you specify in the configuration file is assigned to the ConnectionString property of that API. All of this is very standard, but it's very likely that your DBA/Network Admins configured the SQL Server you wanted to use in such a way that a simple/intuitive connection string was not sufficient. Maybe they used a special port, security, etc.; they would be much better suited to answer your question about why it's so complicated :) Also, please note that the ProGet Installer will create/update the tables and object in the database. ProGet itself does not modify (nor have the privileges to modify by default) the database structure. If you wish to install the database component outside of the installer, then you will need to follow the Manual Installation Instructions.
    • ?

      Can not add property versions to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.
      Support • proget error • • Betty  

      1
      0
      Votes
      1
      Posts
      95
      Views

      No one has replied

    • 1
    • 2
    • 42
    • 43
    • 44
    • 45
    • 46
    • 79
    • 80
    • 44 / 80