Navigation

    Inedo Community Forums

    Forums

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

    • F

      Webpage not loading
      Support • proget proget-installation • • florian.peschka_9815  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      Hi Alana, the EventView helped. Thanks for the hint. An SQL Error was noting that the "EXECUTE" permission was missing for the Database-User of ProGet. Once I fixed that, everything runs smoothly now.
    • ?

      How to switch form IIS hosting to native hosting
      Support • proget • • Vladimir  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      We don't have a guide for that, but if you uninstall ProGet and reinstall, that might be easy. You can also try to reverse the steps here: https://inedo.com/support/kb/1013/hosting-through-iis-instead-of-the-integrated-web-server
    • ?

      How to allow connections through firewall
      Support • proget • • Vladimir  

      4
      0
      Votes
      4
      Posts
      36
      Views

      ?

      The URL must be in the form http://host:port/ You are missing the "/" at the end of the url you entered.
    • ?

      Does ProGet support npm dist-tag or tag?
      Support • proget npm • • Vladimir  

      8
      0
      Votes
      8
      Posts
      33
      Views

      ?

      I see. It appears that dist-tag rm is now failing. We'll investigate and if we are able to reproduce this then it should be easy enough to get in the next maintenance release.
    • ?

      NuGet - Read package dependencies using API
      Support • proget nuget api net • • Vladimir  

      3
      0
      Votes
      3
      Posts
      14
      Views

      ?

      Thanks a lot. It works ;)
    • ?

      Is support for Azure Active Directory (OpenID Connect) planned?
      Support • proget authentication security ldap azure • • Vladimir  

      2
      0
      Votes
      2
      Posts
      20
      Views

      ?

      Yes, although this is currently extensible by extending the UserDirectory class.
    • ?

      Running proget service on HTTPS
      Support • proget iis ssl http • • Vladimir  

      2
      0
      Votes
      2
      Posts
      115
      Views

      ?

      That particular error message is a result of the connection string missing from the configuration file. Please ensure there is a key present in both web.config and in ProGet.Service.exe.config. Most likely, someone had inadvertantly deleted it from the configuration file when attempting to configure the server in IIS. <add key="InedoLib.DbConnectionString" value="Data Source=...;Initial Catalog=ProGet;Integrated Security=SSPI" />
    • ?

      Publishing NPM packages
      Support • proget npm authentication ldap installation • • Vladimir  

      3
      0
      Votes
      3
      Posts
      48
      Views

      ?

      Hi Christian, the information you posted had mentioned internal packages (Aeon Framework, etc), so I removed it That said, it wasn't an error message, but a JSON document that contained metadata information about packages. This is an expected response if you visit an API URL directly in your browser, and when the npm client relies on the JSON data. If you are receiving an error from the npm client, please make sure to share: the precise error message that npm client is using the precise URL that the npm client is requesting; you can get this by running Fiddler, and seeing the requests that the client makes Note that you will need to disable Windows Integrated Authentication at the IIS level, not just within ProGet.
    • ?

      It's not work!
      Support • proget • • Vladimir  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • ?

      Proget Jenkins Plugin: Not working on Slaves?
      Support • proget jenkins • • Vladimir  

      12
      0
      Votes
      12
      Posts
      53
      Views

      F

      Alex-Hempel said in Proget Jenkins Plugin: Not working on Slaves?: Caused by: java.io.NotSerializableException: com.inedo.proget.jenkins.DownloadPackageBuilder java.io.NotSerializableException can occur when you serialize an inner class instance because serializing such an inner class instance will result in serialization of its associated outer class instance as well. How to solve it? If the class is yours, make the class serializable by implementing the interface java.io.Serializable. All non primitive members implement Serializable (or are transient instead) If your class is an inner class it's either static or the outer class implements Serializable If the class is 3rd party, but you don't need it in the serialized form, mark the field as transient It is important to note that Serialization of inner classes (i.e., nested classes that are not static member classes), including local and anonymous classes, is strongly discouraged.
    • ?

      Proget NPM Feed using github source
      Support • proget • • Vladimir  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      This is not possible, because that is not a package (but a git repository).
    • ?

      Not able to see beta / pre-release packages on the ProGet webpage
      Support • proget • • Vladimir  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      This was removed when all the feed pages were combined (NuGet was the only feed type with an additional filter). We'll have to figure out a good way to add it back - it should be returned in an upcoming maintenance release of v4.4.
    • ?

      Prerelease packages option removed from default search
      Support • proget search • • Vladimir  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

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

      NPM and Nuget Feeds
      Support • proget • • Vladimir  

      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 • • Vladimir  

      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 • • Vladimir  

      2
      0
      Votes
      2
      Posts
      5
      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 • • Vladimir  

      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 • • Vladimir  

      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 • • Vladimir  

      4
      0
      Votes
      4
      Posts
      17
      Views

      ?

      Looks like reinstall helped. Thank you!
    • ?

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

      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.
    • 1
    • 2
    • 42
    • 43
    • 44
    • 45
    • 46
    • 79
    • 80
    • 44 / 80