Menu

#792 Print_bug.aspx line 46 exception

v1.0_(example)
closed
nobody
None
5
2013-03-10
2013-03-07
Jesse Smith
No

In version 3.6.1, it looks like print_bug.aspx has a bug on line 46:
return();
I think this should be:
return;

Otherwise the following exception occurs when you click on the edit bug page's print link:

Exception: System.Web.HttpCompileException (0x80004005): c:\BugTracker.NET\btnet_3_6_1\www\print_bug.aspx(46): error CS1525: Invalid expression term ')'

Discussion

  • Corey Trager

    Corey Trager - 2013-03-10

    Sorry. Fixed in 3.6.2. Thanks.

     
  • Corey Trager

    Corey Trager - 2013-03-10
    • status: open --> closed
     

Log in to post a comment.