Recently started getting this error:
Server Error in '/' Application.
Operator '=' is not defined for string " " and type 'DBNull'.
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.InvalidCastException: Operator '=' is not defined for string " " and type 'DBNull'.
Source Error:
Source File: D:\wwwroot\extWww.BluegreenOnline.com\bonustime\se archResults.aspx.vb Line: 453
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
If course, I tried the contact us link to submit it and then got a different error that looked similar in nature? Wondering if this is an isolated incident or anyone else having problems?
Server Error in '/' Application.
Operator '=' is not defined for string " " and type 'DBNull'.
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.InvalidCastException: Operator '=' is not defined for string " " and type 'DBNull'.
Source Error:
Line 451: ElseLine 452: 'Same Area ResortsLine 453: If sSearchRegions(1) = drResultSet("GeoRegion") ThenLine 454: If currentRoomType.Substring(0, 1) = Session("BTSize") ThenLine 455: rsrResortResults(rCount).ResortMatchText = "A resort in the <FONT COLOR=#ff9900><B>same area</B></FONT> is available for the <STRONG>dates</STRONG> that you requested." |
Stack Trace:
[InvalidCastException: Operator '=' is not defined for string " " and type 'DBNull'.] Microsoft.VisualBasic.CompilerServices.Operators.C onditionalCompareObjectEqual(Object Left, Object Right, Boolean TextCompare) +1602028 BluegreenOnline.searchResultsBT.PerformSearch(Int3 2 fMore) in D:\wwwroot\extWww.BluegreenOnline.com\bonustime\se archResults.aspx.vb:453 BluegreenOnline.searchResultsBT.Page_Load(Object sender, EventArgs e) in D:\wwwroot\extWww.BluegreenOnline.com\bonustime\se archResults.aspx.vb:85 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
If course, I tried the contact us link to submit it and then got a different error that looked similar in nature? Wondering if this is an isolated incident or anyone else having problems?
Comment