URGENT New problem: tag.aspx crashing CE under Cassini: resolved

  •  08-27-2007, 1:07 PM

    URGENT New problem: tag.aspx crashing CE under Cassini: resolved

    When we run CE under Cassini (Framework V1.1) and place a table on the editor then bring up the Table Properties dialog (tag.aspx), it fails with an unhandled exception at:
     
    Line 128:                throw;
     
    Line 127 says:
     
    if(Context.Request.QueryString["_err"]=="2")
       throw;
     
     
    We can't copy all the error information because it appears to be inside an iFrame and cannot be selected/copied.
     
    Is there some way around this? We need to use Cassini for this purpose.
     
    Can you suggest some code that might quickly help us around this issue? We are trying to get out release version out again.
     
    Thanks
    FredD
     
     
View Complete Thread