What is the Configuration Tool link on the Dashboard web page?
When I click it I get the following error...
Overload resolution failed because no Public 'LCase' can be called with these arguments:
'Public Shared Function LCase(Value As Char) As Char':
Argument matching parameter 'Value' cannot convert from 'DBNull' to 'Char'.
'Public Shared Function LCase(Value As String) As String':
Argument matching parameter 'Value' cannot convert from 'DBNull' to 'String'.
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.Reflection.AmbiguousMatchException: Overload resolution failed because no Public 'LCase' can be called with these arguments:
'Public Shared Function LCase(Value As Char) As Char':
Argument matching parameter 'Value' cannot convert from 'DBNull' to 'Char'.
'Public Shared Function LCase(Value As String) As String':
Argument matching parameter 'Value' cannot convert from 'DBNull' to 'String'.
Do I need to do something to make this work correctly?