Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    Error while upload nuget package

    Scheduled Pinned Locked Moved Support
    proget
    4 Posts 2 Posters 19 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Hi,

      I am getting following error while uploading nuget packages into proget server:

      Server Error in '/' Application.

      Value cannot be null.
      Parameter name: destination

      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

      Exception Details: System.ArgumentNullException: Value cannot be null.
      Parameter name: destination

      Source Error:

      An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

      Stack Trace:

      [ArgumentNullException: Value cannot be null.
      Parameter name: destination]
      Inedo.IO.<CopyToAsync>d__46.MoveNext() +291
      System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
      System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
      Inedo.ProGet.Feeds.NuGet.<InstallOrUpdatePackageAsync>d__41.MoveNext() +2811
      System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
      Inedo.TaskExtensions.WaitAndUnwrapExceptions(Task task) +146
      Inedo.ProGet.WebApplication.Pages.NuGet.Packages.<>c__DisplayClass9_0.<CreateChildControls>b__0() +279
      Inedo.Web.Controls.ButtonLinks.PostBackButtonLink.Inedo.Web.Controls.ISimpleAsyncPostControl.ProcessValidPostAsync() +68
      Inedo.Web.PageFree.<ProcessPostAsync>d__63.MoveNext() +400
      System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
      System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
      Inedo.Web.PageFree.<ProcessPostAsync>d__63.MoveNext() +843
      System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
      System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
      Inedo.Web.PageFree.<ProcessRequestAsync>d__48.MoveNext() +544
      System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
      System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
      System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) +64
      Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest(IAsyncResult result) +33
      System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +607
      System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +134

      Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2106.0

      Thanks,
      Chethan

      Product: ProGet
      Version: 5.0.2

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        The error is the same as this post (https://inedo.com/support/questions/8079), so I'm thinking that it's an empty root path.

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          I am using version 5.1.0 and I get the same error trying to upload a package from disk. I set the drop path as suggested but it does not help.

          Server Error in '/' Application.

          Value cannot be null.
          Parameter name: destination
          Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

          Exception Details: System.ArgumentNullException: Value cannot be null.
          Parameter name: destination

          Source Error:

          An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

          Stack Trace:

          [ArgumentNullException: Value cannot be null.
          Parameter name: destination]
          Inedo.IO.<CopyToAsync>d__41.MoveNext() +291
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +68
          Inedo.ProGet.Feeds.NuGet.<InstallOrUpdatePackageAsync>d__49.MoveNext() +2478
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +68
          Inedo.ProGet.WebApplication.Pages.NuGet.Packages.<<CreateChildControls>b__0>d.MoveNext() +376
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          Inedo.Web.PageFree.<ProcessPostAsync>d__61.MoveNext() +612
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          Inedo.Web.PageFree.<ProcessPostAsync>d__61.MoveNext() +970
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +68
          Inedo.Web.PageFree.<ProcessRequestAsync>d__46.MoveNext() +574
          System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
          System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +68
          System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) +59
          Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest(IAsyncResult result) +33
          System.Web.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar) +234
          System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +169

          1 Reply Last reply Reply Quote 0
          • atrippA Offline
            atripp inedo-engineer
            last edited by

            Hello; it's not the drop path, but the package source path. You can set this in the ADmin > Advanced Settings, and also in each feed.

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 1 / 1
            • First post
              Last post
            Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation