Value cannot be null. Parameter name: path

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Value cannot be null. Parameter name: path

    Hi,

    I am getting following error while executing the axpx page.

    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: path

    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: path]
    FlightPakWeb.FpkException..ctor(Exception e, String
    sModule, String sUserKey)
    FlightPakWeb.frmTripSheet.Page_Load(Object sender,
    EventArgs e)
    System.Web.UI.Control.OnLoad(EventArgs e) +67
    System.Web.UI.Control.LoadRecursive() +35
    System.Web.UI.Page.ProcessRequestMain() +731


    I am using .NET framework 1.1. Please let me know if
    anybody has the solution.

    Thanks in Advance.
    Sanjay Godbole Guest

  2. Similar Questions and Discussions

    1. clipping path shows ouside path in quark
      I'm making paths on silo'd objects on white backgrounds to place on colored backgrounds in quark 4. Operating pshop 6.01 in os 9.2. I put the path on...
    2. Date Parameter For Saved Parameter Queries
      Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently...
    3. #25444 [Bgs->Opn]: php4isapi.dll path to win.ini doesn't load from current path.
      ID: 25444 User updated by: ict at primus dot ca Reported By: ict at primus dot ca -Status: Bogus +Status: ...
    4. Value cannot be null. Parameter name: s
      A stack trace should give you the precise location of the error; My guess is that you're trying to access something in the session, and the...
    5. Error: ?null? is null or not an object
      eloine: That is a bogus error message in that it probably refers to something you have done (or not done) on the page. So, looking in the...
  3. #2

    Default Re: Value cannot be null. Parameter name: path

    Looks like the value you are using to pass into that parameter is NULL. What
    happens when you debug? Set a watch on that value and see if its not being
    properly assigned.

    --
    Elliot M. Rodriguez, MCSD
    *** It would take 227 cans of Mountain Dew to kill me***



    "Sanjay Godbole" <s.godbole@zensar.com> wrote in message
    news:033401c34fbc$10d84240$a301280a@phx.gbl...
    > Hi,
    >
    > I am getting following error while executing the axpx page.
    >
    > 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: path
    >
    > 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: path]
    > FlightPakWeb.FpkException..ctor(Exception e, String
    > sModule, String sUserKey)
    > FlightPakWeb.frmTripSheet.Page_Load(Object sender,
    > EventArgs e)
    > System.Web.UI.Control.OnLoad(EventArgs e) +67
    > System.Web.UI.Control.LoadRecursive() +35
    > System.Web.UI.Page.ProcessRequestMain() +731
    >
    >
    > I am using .NET framework 1.1. Please let me know if
    > anybody has the solution.
    >
    > Thanks in Advance.

    Elliot M. Rodriguez Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139