Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • NPM adduser - Not Found

    Support error proget npm
    4
    0 Votes
    4 Posts
    53 Views
    ?
    Hello Ben, thanks for help. I can confirm that node.js v 6.11.4 with slash at the end of URL works ;)
  • Upload large files

    Support proget nuget
    2
    0 Votes
    2 Posts
    46 Views
    ?
    There's nothing jumping out in the logs that's off, it likely is bad information that the client is sending. Most likely it's stemming from the fact that, your package is about 100x as big as a NuGet packages (i.e. .NET libraries) are intended to be. Microsoft will probably never prioritize support for this sort of package, so it's not going to be high on our list either to work-around either. I would recommend you to find a different way of solving whatever problem you are trying to solve in a different way. If you're packaging applications, you should consider a format actually built for such purposes, like the Universal Package Format or Romp packages.
  • 0 Votes
    2 Posts
    35 Views
    ?
    Based on that error, it sounds like ASP.NET 4.5 is not enabled on your server; this is a separate role feature you must install on your computer/server. It could also be a configuration error, as the message suggested, and you've prevented proget's web.config from removing those handlers at the machine level. In this case you'll need to use the built-in web server, or fix the configuration.
  • 0 Votes
    5 Posts
    8 Views
    ?
    Hey Alex, Thanks for the follow up! I did continue working on this, and got to a point where I'm happy with how it is working. I was in contact with Karl about it too via email, and sent him some details, but for reference for others who find it useful.. We went with the solution of putting the config into separate files, using the 'configSource' option as needed to specify references to external files. Further to that, we created an extension for Otter to allow us to manage the settings in those files - similar to how the 'EnsureAppSetting' thing works, but allowing an XPath expression to be used to identify the precise element in the config file to check. That meant we could use it for e.g. files that hold connection strings. (I do intend to publish that extension to the Den at some point - haven't so far gotten around to it though). Let me know if you would like any more detail on what we're doing! Thanks, Andrew
  • Drop path null does not exist.

    Support proget
    3
    0 Votes
    3 Posts
    7 Views
    ?
    Thank you Alana. We have a lot of feeds configured. Is there an easy way to distinguish which one is/are failing?
  • 0 Votes
    4 Posts
    75 Views
    ?
    The docker image is no longer in Beta, FYI.
  • ProGet Asset Export 500 error

    Support proget api archive
    2
    0 Votes
    2 Posts
    22 Views
    ?
    Can you provide the full stack trace? It will be logged in Admin > Errors.
  • Database Configuration in ProGet

    Support proget
    2
    0 Votes
    2 Posts
    8 Views
    ?
    These article by AWS will should help provide you details on how to build a connection string to put in there: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_NET.rds.html http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToMicrosoftSQLServerInstance.html
  • Sql Server Supported Versions

    Support sql-server proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    ProGet supports any version of SQL Server starting with 2008.
  • 0 Votes
    2 Posts
    7 Views
    benB
    Hello Bruce, I believe the Jenkins plugin does not want the leading slash on the path, so this should work: parent-folder,myFolder/**/* Let me know if I misunderstood your question - I don't usually work with Jenkins.
  • Access proget from remote host

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Please see KB#1014 - Changing an Inedo Product's URL with the Integrated Web Server
  • 0 Votes
    6 Posts
    9 Views
    ?
    That works - awesome - thank you so much!
  • 0 Votes
    7 Posts
    101 Views
    ?
    In this case, it sounds like the permissions for AWS must not be correct...the user must have full control/read/write access to bucket you specify.
  • Exception installing InedoCore

    Support error proget
    4
    0 Votes
    4 Posts
    17 Views
    T
    Solved by using link by Martin Helgseen http://inedo.com/support/questions/7217 Thanks
  • 0 Votes
    3 Posts
    111 Views
    ?
    It's hard to say, but if you're not seeing anything come up when you visit the web interface.. it sounds like the web server or IIS isn't running or otherwise configured. The error you shared from the Windows Service would verify this (the service cannot talk to the web application either). Take a look at the Manual Installation Instructions to see if you can identify how things are mis-configured.
  • Unable to set permissions for new feeds

    Support permissions feeds ldap proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    In order to create a feed-scoped permission, the task must be feed-scopable. Go to Tasks > Customize Tasks, and remove any attributes that aren't marked "F" for feed scopable. Then you can apply to to feeds.
  • Anonymous access to ruby gem feed

    Support proget ruby
    2
    0 Votes
    2 Posts
    15 Views
    ?
    This should work as you describe if you grant the user "Anonymous" the "View and Download Packages" task for the gems feed.
  • Timing out connecting to Proget nuget feed

    Support nuget proget
    2
    0 Votes
    2 Posts
    20 Views
    ?
    It's really hard to say; if it works from your browser but not from visual studio, then I recommend to run fiddler, and then see what Visual Studio is doing. Maybe it's a cached password, wrong DNS, or something. If you look at the session logs, you should be able to see how the requests are different.
  • 0 Votes
    2 Posts
    19 Views
    ?
    The error is "The process cannot access the file 'C:\ProgramData\ProGet\Packages.nugetv2\F2\ACME.Shared\ACME.Shared.0.2.19.nupkg' because it is being used by another process." That error is coming from Win32, and will happen when another process tries to lock a file. Most likely, this other process will be an indexing service or anti-virus tool that is scanning/locking the file as soon as proGet starts writing to it.
  • Bower feed overview shows "One or more errors occurred"

    Support proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Use https://registry.bower.io/packages as the connector URL instead of https://bower.herokuapp.com to resolve this. Bower must have changed the default service URL within the past day.