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!

  • Cannot update from 4.0.8 to 4.0.9

    Support update proget-installation proget
    8
    0 Votes
    8 Posts
    6 Views
    ?
    Nevermind, apparently, the installation was messed up because of the failed previous upgrades (due to the antivirus). The program was not registered anymore so the installer didn't detect it for upgrade. I simply installed over the previous installation and it worked! Now running on 4.0.9! Thanks a lot for the info and help!
  • Proget LDAP configuration

    Support ldap proget
    2
    0 Votes
    2 Posts
    34 Views
    ?
    The privileges are cached; if you "invalidate cache" on the privileges page or restart the web application, that should fix it.
  • Automate Nuget Package Publish to ProGet

    Support proget
    2
    0 Votes
    2 Posts
    38 Views
    ?
    I assume, you are looking to deploy a package for deployment later? If this is the case, take a look at this guide, which goes over how to package and deploy an application for deployment using Otter. Otherwise, you can just use standard NuGet.exe client tools to package and publish your packages to the ProGet feed
  • Service is currently not running but it is.

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Thanks for the report, we will investigate this further. We already know of an issue where there is disparity in the UI if the service is in the process of stopping/starting.
  • Visual Studio does not try to get sources

    Support proget visual-studio source
    4
    0 Votes
    4 Posts
    22 Views
    ?
    By default, Visual Studio 2012 and later does not use the source server even if the PDBs contain the correct source indexing information. To enable the source server, go to Tools > Options, Debugging, General and check "Enable source server support". This is disabled by default as it's a security risk. The mechanism for the source server encodes a command to execute into the PDB file, therefore untrusted PDB files could execute arbitrary code. Users have to opt in. See "Use Source Servers" in Specify Symbol (.pdb) and Source Files in the Visual Studio Debugger for more information.
  • Cannot activate license

    Support proget licensing
    4
    0 Votes
    4 Posts
    19 Views
    ?
    I was able to get this working. I had to change the license key to something else and save it, then change it back to the proper key and save it again. Once I did that, it asked me to manually validate.
  • What are the supported browsers?

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    ProGet supports the latest versions of all the major browsers. However, please note that only IE v11 is supported by Microsoft. We do test in IE9, and offer limited support. IE8 and earlier will probably exhibit some issues, but will mostly work most of the time; we do not test with those anymore.
  • Migration and Upgrade

    Support proget update
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Hi TJ, That upgrade path is fine, and quite common; as long as the shared storage is the same (I assume it's already a UNC path), then when you start everything up again (webserver, indexing service), it should be the same. There isn't so much risk going from 3.5 -> 4.0, but please do read the ProGet upgrade notes just to see what's coming. Just make sure to do a quick test on the current (2005/single server) set up as 4.0 before moving that to new servers. You can always rollback if there is a realy big issue (though, we haven't seen any yet!) Best, Alana
  • Cannot update when using Azure DB

    Support azure proget
    3
    0 Votes
    3 Posts
    5 Views
    ?
    I managed to perform the upgrade. I had to stop IIS before running the process and run the following command: ProGetSetup4.0.9.exe /Upgrade /S /BackupDatabase=false
  • File size limitation for downloads?

    Support proget
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Not in particular, but you might find limitations on intermediate network equipment when you try to download very large files (just like you might from over any web/HTTP point).
  • 0 Votes
    2 Posts
    11 Views
    ?
    It's a false positive; see KB#1113 - Anti-malware False Positives, Code Signing, and Safety of Inedo Products for more information. Please let your malware protection provider know about the false positive; the more people who do, the greater the chance they won't flag these in the future.
  • Disallow overwriting packages

    Support proget
    3
    0 Votes
    3 Posts
    28 Views
    ?
    Thanks. I want that Administrators won't do it either to prevent accidental problems.
  • 0 Votes
    5 Posts
    14 Views
    ?
    Well, there is literally no js error since the browser loads forever and never returns. There is also no logs in the admin section.
  • Delete feed error in ProGet 4.0.2 Linux

    Support postgresql linux proget
    5
    0 Votes
    5 Posts
    6 Views
    ?
    Hi Alana, Thanks for the comprehensive answer. Looks like things are still quite away off then. It's a pity mono is not more stable right now, hopefully Microsoft will put in some investment, but it looks like SQL Server is not going to be available until for at least another year.
  • Deleting Retention Rules

    Support proget
    4
    0 Votes
    4 Posts
    1 Views
    ?
    I think this was a regression 3.8.6; if you upgrade to the latest, you should be able to remove them.
  • Cannot find unpack.exe

    Support proget
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • How do we change our Proget database

    Support sql-server proget
    2
    0 Votes
    2 Posts
    88 Views
    ?
    When the new SQL Server is installed, simply backup and restore the existing ProGet database to the new server, then update the connection strings in the .config files located in the Service and WebApp install directories so that they point to the new server.
  • An error occurred in the web application: Legacy feed.

    Support update proget
    4
    0 Votes
    4 Posts
    10 Views
    ?
    A "legacy" NuGet feed is a single folder; it's possible it's a different location than \Packages\Default if you configured it later.
  • 0 Votes
    2 Posts
    9 Views
    ?
    This error is coming from NuGet.org; unfortunately, certain long quriers will sometimes cause that error. It's intermittent. This is planned to be addressed with an "offline package index" in a future proGet release.
  • API Method to delete NuGet package?

    Support packages api proget nuget
    6
    0 Votes
    6 Posts
    151 Views
    ?
    See: http://inedo.com/support/questions/4487