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!

  • Active Directory integration

    proget
    4
    0 Votes
    4 Posts
    4 Views
    ?
    Integrated, so it uses the account hosting the web application to query.
  • SSL/TLS trust relationship error

    proget proget-installation
    4
    0 Votes
    4 Posts
    33 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
  • Release! game

    6
    0 Votes
    6 Posts
    1 Views
    ?
    I see 2 boxes left (so around 30)
  • Migrating to a new server

    proget install
    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

    proget integrated-web-server
    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

    proget
    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.
  • Retention Policy and Count

    buildmaster
    2
    0 Votes
    2 Posts
    0 Views
    ?
    This sounds like a bug in the specification. It was intended to work as you described - keeping 10 for each application, but it looks as if the actual specification is not that clear about it. I'm going to file this as a bug in the software, and we should be able to get it fixed in a maintenance release fairly soon.
  • 0 Votes
    3 Posts
    3 Views
    ?
    Thanks, it works fine now :)
  • BuildMaster Agent Application Protocol

    agents buildmaster
    2
    0 Votes
    2 Posts
    14 Views
    ?
    The self-hosted agent uses a proprietary binary protocol over TCP that is optimized for performance. IIS agents do indeed use SOAP over HTTP (or HTTPS). Both agent types can be secured using SSL encryption and client IP restriction. For an overview of how the agents differ, you might want to check out this article: http://inedo.com/support/kb/1039/comparison-of-buildmaster-agents
  • 0 Votes
    4 Posts
    20 Views
    ?
    In theory, you shouldn't need to add a name unless there are multiple repositories for a single provider - if that's not working as you would expect then that is a bug. All of our test repos for multi-repo providers have a name, but it still seems to work without one. If it's easy enough to add a name as a workaround, that's the best bet, and we can update the provider again in the meantime as to not require it as before.
  • Git.bmx does not load after upgrade

    buildmaster
    3
    0 Votes
    3 Posts
    0 Views
    ?
    Hi, Thanks. I removed the extension and added it again. This time, it's version 4.8.1. :-)
  • Is there a way to disable "Latest News from Inedo"

    proget
    2
    0 Votes
    2 Posts
    3 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??

    proget
    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?
  • FSharp

    net buildmaster microsoft
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Can you try pointing the extension at the 32-bit MSBuild (or 64-bit if you are already using the 32-bit version)? Beyond that, have you seen: http://blog.nikosbaxevanis.com/2013/10/04/how-to-configure-msbuild-to-locate-the-fsharp-build-targets/
  • Oracle ADF Support

    buildmaster
    2
    0 Votes
    2 Posts
    0 Views
    ?
    There is no "first-class" support for this framework, but anything that can be built/run with a command line can build/deploy applications that use it.
  • Authentication for users in other Domains

    ldap proget authentication
    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.
  • Warm-up time and number of feeds

    proget
    5
    0 Votes
    5 Posts
    2 Views
    ?
    This was fixed in ProGet v3.6.2, thank you again for the report.
  • Disable dashbord access for unauthentiated

    authentication proget
    5
    0 Votes
    5 Posts
    10 Views
    ?
    That sound like a good solution!
  • Overwriting an existing package fails using Drop path

    ldap nuget proget error
    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.
  • How do you use ProGet(NuGet) from visual studio

    proget
    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
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation