Ask a Question related to ASP.NET General, Design and Development.
-
Sanjay Godbole #1
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
-
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... -
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... -
#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: ... -
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... -
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... -
Elliot M. Rodriguez #2
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



Reply With Quote

