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!
Installed ProGet 3.0 all links to packages give 500 error now.
-
In installed ProGet 3.0 over the top of the previous version using the installer only. I am able to get in and switch feeds and pull package info but when I click on a package title to go to the packages info table I get a 500 Server internal Error. What do I need to do here. Thanks.
Product: ProGet
Version: 3.0.0
-
We haven't been able to reproduce this issue internally. What web server are you using, the self-hosted service or IIS? Can you also verify that the feed disk path for each feed still points to the same location where the packages were stored in the previous version? (Note the installer should not affect database values unless uninstalled).
-
Well now I have bigger problems let proget set over the weekend and now Proget populates the feed but when I click on one of the items I get the error below. I have rebooted the server but I dont know what else to do. The installation is using IIS and all default settings. Looks like I may need to reinstall.
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Inedo.ProGet.WebApplication.Pages.Packages.Details.DetailsPageBase.GetPackagePage(GetHandlerParams args)
at Inedo.Web.Handlers.MulticastHandler.GetHttpHandler(GetHandlerParams args)
at Inedo.Web.Handlers.MulticastHandler.GetHttpHandler(GetHandlerParams args)
at Inedo.Web.Handlers.DynamicHttpHandling.System.Web.IHttpHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-
Does your feed name have a space in it? There was an issue that was fixed (scheduled for v3.0.1 later today) that had displayed this error.
-
Yes Spaces were in all of my feed names. Removing the spaces resolved my issue. Removing the spaces also resolved the issue where the Download button was not working which I had reported in another thread. Thanks.