Server Error in '/' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of +the current web request. Please review the stack trace for more infor +mation about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference no +t set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the curr +ent web request. Information regarding the origin and location of the + exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an + object.] Etfs.etfsMsl.getInternationalDoubleValue(String input, Int32 decima +lPlaces, Double divider) +53 Etfs.etfsMsl.CreateManualSecurities() +6181 Etfs.etfsMsl.Page_Load(Object sender, EventArgs e) +1361 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAs +yncPoint, Boolean includeStagesAfterAsyncPoint) +627 Version Information: Microsoft .NET Framework Version:2.0.50727.4952; +ASP.NET Version:2.0.50727.4955 This error page might contain sensitive information because ASP.NET is + configured to show verbose error messages using <customErrors mode=" +Off"/>. Consider using <customErrors mode="On"/> or <customErrors mod +e="RemoteOnly"/> in production environments.

In reply to Re^2: Issue With WWW::Mechanize by Anonymous Monk
in thread Issue With WWW::Mechanize by praveenzx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.