New Language Installation Error

peter.lipeter.li Member Posts: 11
edited 2014-04-30 in NAV Three Tier
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.

Comments

  • aureliusmaureliusm Member Posts: 3
    We've just hit the same error message on Role Tailored Client.
    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!
  • aureliusmaureliusm Member Posts: 3
    With debugger I was able to pinpoint the error to the line marked on attached image, but it is still not helping me a lot.
    BTW - the NAV version is 2013
    mib3.jpg 189.3K
  • adrienpadrienp Member Posts: 1
    I have the same problem.

    Have you resolve this ?
  • aureliusmaureliusm Member Posts: 3
    adrienp wrote:
    I have the same problem.

    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.
  • darmaadarmaa Member Posts: 65
    aureliusm Thanks It`s working fine. =D>
Sign In or Register to comment.