I get the following error after adding an assembly (for a custom MailFormSaveProvider) in the bin folder. I does not stop me from accessing everything. I am not sure of it's impact and how to solve it. Does anybody know what this means?
System.InvalidCastException: Konvertering fra strengen 24548.38 til typen Double er ikke gyldig. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value) at Dynamicweb.SolutionStat.DBSize() at Dynamicweb.Content.Management.Installation.GetInstallationXml() at Dynamicweb.Content.Management.Installation.Report()