When I installed a new language and I restart the service,then the system errors with following message when i login. If i miss something? It seems cannot load any chart page.
This message is for C/AL programmers: A call to System.Globalization.CultureInfo.get_InvariantCulture failed with this message: The type of one or more arguments does not match the method's parameter type.
Page Trailing Sales Orders must close.
0
Comments
Our installation beside basic installation also includes the Mexican Language Modules.
Could anyone please suggest in which direction to look in order to resolve this?
Thanks!
BTW - the NAV version is 2013
Have you resolve this ?
To say I resolved it would be an overstatement.
After fiddling for a while with it, it just went away by itself, leaving me baffled as what might have influenced the 'resolution' of the problem.
Here is what I 'actively' was doing when the error dissapeared.
1. I was debugging my session
2. I entered the following code into the table 485 under the 'initialize()'
IF USERID ='MyDomain\MyUsername' THEN BEGIN
MESSAGE('%1',dotNetDataTable.Locale);
END;
and I run it once through the debugger, the page in RTC completed properly and it started showing the graphs.
I’ve removed the above code from the table 485, and it continued working...
How that "resolved" the problem, still leaves me clueless.
Kind regards.