Hi Folks,
while trying to build nfit on a german cultured .net
framework the unit tests failed in parsing long and
double values from strings and back.
The problem could be found in the double.parse() and
float.parse() methods, which can and should be called
using an IFormatInfo instance.
Regarding to M$, the best choice would be
CultureInfo.InvariantInfo defined in System.Globalisation,
which provide culture invariant globalisation.
I added these Information and now nfit compiles and
sucessfully tests on german culture .net framework
Additionally, i fixed a bug in the view.aspx, using wrong
methods.
regards
Dan Schmidt (engineds)
globalisation patch