Database.cs Error

06/15/2010 18:01 BigBuster#1
Can someone help me fix this error in red?

Code:
public double ReadDouble(string Section, string Key)
        {
            string section = "[" + Section + "]";
            IniSectionStructure ISS = null;
            Sections.TryGetValue(section, out ISS);
            if (ISS != null)
            {
                IniValueStructure IVS = null;
                ISS.Variables.TryGetValue(Key, out IVS);
                if (IVS != null)
                    [COLOR="Red"]return double.Parse(IVS.Value);[/COLOR]
            }
            return 0;
        }
06/15/2010 18:03 xStylo#2
what did u edit?
what source?
what version?
etc.
you need to put some informations.
06/15/2010 18:06 BigBuster#3
I didn't edit anything.
It's a new source I downloaded.
I get that error when I debug.
06/15/2010 18:14 xStylo#4
what version 5017, 5165, 5095??
06/17/2010 02:25 Arcо#5
Decker account.
#reported.
06/17/2010 02:43 .Summer#6
why do you even bother in wasting time on it?
06/17/2010 05:35 xScott#7
Looks like elite-CoEmu