Categories
Dynamics NAV Microsoft

The .NET Framework object System.IO.Directory cannot run on this client

The .NET Framework object System.IO.Directory cannot run on this client.

The .NET Framework object System.IO.Directory cannot run on this client.

in a computer running NAV 2013 client.

Solution 1 (suggested by me):
Install the Microsoft .NET Framework 4.5 then restart the Client.

Solution 2 (suggested by Microsoft):
How to: Set .NET Framework Types to Run on the Microsoft Dynamics NAV Windows Client or Microsoft Dynamics NAV Server Computers

I suggest always to read the official documentation about the requirements for the product you are want use:
Requirements for Microsoft Dynamics NAV 2013

Did my solution solve your problem? Leave a reply.

Categories
HOW TO Microsoft SQL Server

HOW TO know the SQL Server version installed

There are different methods how to know the SQL Server version installed.

My preferred, for me the easiest to remember, is run the following query:

[sourcecode lang=”sql”]Select @@version[/sourcecode]

An example of the output of this query is as follows:

Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64)   Mar 29 2009 10:11:52   Copyright (c) 1988-2008 Microsoft Corporation  Express Edition (64-bit) on Windows NT 6.1  (Build 7600: )

For further info, please, use the reference link.

Reference: How to determine the version and edition of SQL Server and its components

Did my HOW TO help you? Leave a reply.