cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ccdesktop
Champion Sweeper
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?
4 REPLIES 4
ccdesktop
Champion Sweeper
We have three scanning servers currently.

Two have been successfully updated to the latest version

One, we are unable to upgrade - see other post HERE

Attached is image of service status on homepage

Hemoco
Lansweeper Alumni
Can you check the following:

On your main dashboard page, in the bottom right, do you see the correct service version number?
ccdesktop
Champion Sweeper
Attached
Hemoco
Lansweeper Alumni
Can you post an sceenshot with the line of the error please.
You might need to set "debug" to true in the web.config file.