What build?

jensthomsenjensthomsen Member Posts: 173
Hi
I don't remember how to see which build i'm currently working on? Is there a separate build for both client and objectsS
Jens

Comments

  • krikikriki Member, Moderator Posts: 9,110
    Help=>About... => doubleclick with the mouse on the version.
    This shows you the build of the client. The build is client-only. The objects don't have a "build".
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • kinekine Member Posts: 12,562
    The application has build: in my CU1 for 4.0SP3 are functions:
    ApplicationVersion() : Text[80]
    EXIT('CZ 4.00 SP3');
    
    ApplicationBuild() : Text[80]
    EXIT('23305');
    
    BaseApplicationBuild() : Text[80]
    EXIT('23305');
    
    How they are used I do not know... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • WaldoWaldo Member Posts: 3,412
    The doubleclick is the best way to go.

    Here is another:
    In explorer, right click on the fin(sql).exe and go to properties. In the Details tab, you can see the file version: e.g.: 5.0.24199.0

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • DenSterDenSter Member Posts: 8,305
    It should also show up when you hover the mouse pointer over the exe
  • TvisTvis Member Posts: 70
    I have a version stating:


    ApplicationVersion() : Text[80]
    EXIT('DK 4.00 SP2');

    ApplicationBuild() : Text[80]
    EXIT('22100');

    BaseApplicationBuild() : Text[80]
    EXIT('22291');

    Anybody know what the difference is between ApplicationBuild and BaseApplicationBuild??

    I can add that my build number on the executable is 22611 in this case :?
  • WaldoWaldo Member Posts: 3,412
    Could be due to an update.
    Could be due to a merge.
    ...
    I wouldn't know.

    But I wouldn't count on those.
    Just doubleclick or get the version from the file properties.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.