Hi,
there are a conversion problem when AspxCommerce is installed in a no English server.
I change CurrencyConvertor\CurrencyConverter.cs line 60 width this:
```
rate = double.Parse(strResponse, CultureInfo.InvariantCulture);
```
So Real Time Update works again
there are a conversion problem when AspxCommerce is installed in a no English server.
I change CurrencyConvertor\CurrencyConverter.cs line 60 width this:
```
rate = double.Parse(strResponse, CultureInfo.InvariantCulture);
```
So Real Time Update works again