Error: Dotnet variable has not been instantiated. Attempting to call Mapinfo

NashcoNashco Member Posts: 1
edited 2016-05-31 in NAV Three Tier
Hi All,

I am attempting to upload table 15 G/L Account via the web client and am getting the error shown in the attached image:

I've never seen the error before and therefore have no idea what to do, can anyone shed any light?

Appreciate it!

Thanks

Answers

  • Peter+is1Peter+is1 Member Posts: 174
    Hi,

    Could it be the right (DocumentFormat.OpenXml.Packaging.WorkbookPart.'DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35') DotNet assembly is not available on the server?

    Good luck...
    \\
    The truth exists in seven versions.
  • RockWithNAVRockWithNAV Member Posts: 1,139
    Hey Nashco,

    This error normally generates when you haven't initialized the constructor. Write this code please in the start of the code.

    IF ISNULL(DotNetVariable) THEN
    DotNetVariable := DotNetVariable.Constructor;
Sign In or Register to comment.