Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30561: 'Globalization' is ambiguous, imported from the namespaces or types 'System.Web, System'.

Source Error:


Line 228:        Public Function StrToCurrency(ByVal value As String) As Double
Line 229:            Try
Line 230:                Return Double.Parse(value, Globalization.NumberStyles.Currency)
Line 231:            Catch e As Exception
Line 232:                Return 0

Source File: E:\kunden\homepages\14\d910830216\www\WEBs\Expert_tech\App_Code\TypeConversions.vb    Line: 230







Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0