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!
ProGet cannot list package in visual studio
-
Hi, ProGet cannot list how many package in my private feed in visual studio, but i can install package by command line, so i have check the IIS log as below: (please i have replace essential information with xxx)
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 11/9/2014 12:38:40 PM
Event time (UTC): 11/9/2014 4:38:40 AM
Event ID: e52e199a9e3146c5b058c5c27a0bbd15
Event sequence: 4
Event occurrence: 3
Event detail code: 0Application information:
Application domain: /LM/W3SVC/1/ROOT-1-130548837717307531
Trust level: Full
Application Virtual Path: /
Application Path: C:\Program Files\ProGet\WebApp\
Machine name: xxxProcess information:
Process ID: 4240
Process name: w3wp.exe
Account name: IIS APPPOOL.NET v4.5 ClassicException information:
Exception type: InvalidOperationException
Exception message: Package does not exist: Packages()
at Inedo.ProGet.WebApplication.Pages.Packages.Details.DetailsPageBase.RedirectToSpecificVersion(PackageContext packageContext)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)Request information:
Request URL: http://xxx/feeds/v1/Packages()?$orderby=Id&$filter=IsLatestVersion
Request path: /feeds/v1/Packages()
User host address: xxx
User:
Is authenticated: False
Authentication Type:
Thread account name: IIS APPPOOL.NET v4.5 ClassicThread information:
Thread ID: 12
Thread account name: IIS APPPOOL.NET v4.5 Classic
Is impersonating: False
Stack trace: at Inedo.ProGet.WebApplication.Pages.Packages.Details.DetailsPageBase.RedirectToSpecificVersion(PackageContext packageContext)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)Product: ProGet
Version: 3.1.3
-
This might be related to this NuGet bug... http://nuget.codeplex.com/workitem/4109
Which is aparantely fixed now!