Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. tbl_5153
    3. Topics
    T
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by tbl_5153

    • T

      Proget returns 403 when override rights not allowed. Can this be appended with message or perhaps other response code
      Support • proget error • • tbl_5153  

      3
      0
      Votes
      3
      Posts
      49
      Views

      T

      Hi Ben. Thank you for the clarification of the problem scope. Look forward to the fix. Thank you for the quick response, much appreciated +1 Inedo has excellent support and reacts promptly.
    • T

      Symbol server not working with netstandard packages
      Support • proget symbols bug source • • tbl_5153  

      4
      0
      Votes
      4
      Posts
      22
      Views

      T

      As a followup, support for the Portable PDB format in the symbol/source server has since been added to ProGet.
    • T

      Migration of feed fails hard
      Support • proget databases bug • • tbl_5153  

      3
      0
      Votes
      3
      Posts
      25
      Views

      T

      Hi Tod Thanks for the fast response. Since i am not relying on the statistics of Proget i have solved the issue with a bit of work. Created new feed that uses new standards setup custom feedpath and droppackage path for bulk import on the server i located that packages on the filesystem and dumped into the appropiate bulk import folder. wait a minute or two and the new feed has all the packages. Rename feeds so the new one has the name of the old deprecated. It is a workaround but it works but again - you loose statistics. Symbols and Source seem to survive :-D
    • T

      Exception installing InedoCore
      Support • proget error • • tbl_5153  

      4
      0
      Votes
      4
      Posts
      17
      Views

      T

      Solved by using link by Martin Helgseen http://inedo.com/support/questions/7217 Thanks
    • T

      Packages without any license is blocked
      Support • proget error licensing • • tbl_5153  

      3
      0
      Votes
      3
      Posts
      12
      Views

      T

      Hi Tod That is great news +1 Thanks for the very fast reply and hotfix release, which i look forward to. For now we have stabilised by loading a backup of our Proget server, rolling back to 4.6.7 so we are good for now :-D Regards Thomas
    • T

      Workflow using nugetpackage. Use different feeds for different deployment domain
      Support • proget buildmaster git workflows deployables • • tbl_5153  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      You could use a different workflow (or in v5, "pipelines" as they will be called)... and then have a different build importer/feed on each. Alternatively, you could not use the build importer, and just have a build step download the package and incorporate it as an artifact.
    • T

      Detecting that App-pool and website exists
      Support • buildmaster iis workflows • • tbl_5153  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ?

      This would be very easy to do with a PowerShell script, so as an immediate solution, I'd suggest to do that. It'd also be very easy to patch/modify that particular action (CreateIisAppPoolAction.cs) That being said, this all applies to the "v4 execution engine", which will very soon be replaced with an indescribably better execution engine (the one that Otter currently uses). When we migrate the "v4 App Pool Action" to the "v5 App Pool Operation", it will basically look like the Ensure-AppPool Operation. So, as you continue to explore BuildMaster, do keep this in mind :) If you're doing server/infrastructure configuration (which, creating applications is definitely a part of), I'd strongly recommend looking at Otter as well!
    • T

      Error installing package. FK_KEY constraint
      Support • proget error databases sql-server • • tbl_5153  

      13
      0
      Votes
      13
      Posts
      18
      Views

      ?

      It could be that the versions were fixed up when a package cleanup ran - happens every day by default, but may not have been immediately after the upgrade. Thanks for letting us know about the zeros missing from that page; we'll add an issue for this to get fixed in the next release.
    • T

      Proget issues on net framework 4.5.1 and package distribution
      Support • proget nuget net bug • • tbl_5153  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Hi, Thanks for the bug report; this will be addressed in the next release of ProGet, which is due in just a few days!
    • T

      Proget and Symbol/Source server not delivering source stepping
      Support • proget symbols source • • tbl_5153  

      10
      0
      Votes
      10
      Posts
      148
      Views

      ?

      Hi, I was having same issue and finally I managed to get mine working. One thing that helps you identify the issue is this using the Module window in VS: Create a console app and install package Add a break point and Run it in VS Open Module window (Main Menu > Debug > Windows > Module) Find your module and check whether the symbols are loaded (in the status) Right-click on the module and click on Symbols Load Information... Thats the main diagnostics that got mine working, what I also had wrong most likely (not too sure about them tho). I was packing this way: Perform an MSbuild on .sln Invoke nuget pack on .csproj e.g. :> pack proj.csproj -sym Instead I'm doing this now: Make sure the bin (output folder) is cleaned. Invoke nuget pack on .csproj with build. e.g. :> pack proj.csproj -sym -build -Prop Configuration=Release Hope it helps.
    • T

      Proget in IIS fails
      Support • proget error proget-installation iis • • tbl_5153  

      4
      0
      Votes
      4
      Posts
      37
      Views

      T

      Tod's answer gave me something to look for. The IIS 7.5 did not have ISAPI enabled so after doing that the proget site worked as a charm. Definitely something that is missing in the documentation! For further reference see below: To enable ISAPI in the IIS look here: http://www.iis.net/configreference/system.webserver/security/isapicgirestriction at the part Setup The <isapiCgiRestriction> collection is available only after you install the CGI or ISAPI Extensions modules on your IIS 7 server. You cannot install it independent of those features. WINDOWS SERVER 2008 OR WINDOWS SERVER 2008 R2 On the taskbar, click Start, point to Administrative Tools, and then click Server Manager. In the Server Manager hierarchy pane, expand Roles, and then click Web Server (IIS). In the Web Server (IIS) pane, scroll to the Role Services section, and then click Add Role Services. On the Select Role Services page of the Add Role Services Wizard, select CGI or ISAPI Extensions. If the Add role services dialog appears, click Add Required Role Services. (This page appears only if you have not already installed any prerequisite role services on your server.) On the Select Role Services page, click Next. On the Confirm Installation Selections page, click Install. On the Results page, click Close. After doing that i restarted and did not have to any further setup. Loading the site just worked. Inedo should make it much clearer in the documentation that this must be installed in the IIS for proget to work. Just setting the App Pool to Classic is not enough. Thomas
    • T

      The process cannot access the file. Proget
      Support • • tbl_5153  

      7
      0
      Votes
      7
      Posts
      142
      Views

      ?

      Within a few days or so we are planning to release a new version of ProGet that has a new indexing system, which should no longer lock files like this. It will require a new feed type, but it should resolve these issues, and be much more performant than the current implementation.
    • T

      Pull to proget, with dependecies, fails
      Support • • tbl_5153  

      5
      0
      Votes
      5
      Posts
      15
      Views

      T

      Hi Alex My simple response would be. Follow all dependecies. ProGet should get all possible version variations of the dependecies. /Thomas
    • 1 / 1