Categories
Microsoft Office

The currently selected Visio driver is not compatible with the data source

—————————
Microsoft Visio
—————————
The currently selected Visio driver is not compatible with the data source.
—————————
OK
—————————

I created a new Data Source using the installed Microsoft SQL Server VISIO drivers: SQL Server Native Client 11.0 but when I try to use it appears the following error message:

The currently selected Visio driver is not compatible with the data source

The currently selected Visio driver is not compatible with the data source

Solution:
Use the Generic OLE DB Provider

Did my solution solve your problem? Leave a reply.

Categories
Dynamics NAV HOW TO Microsoft Windows 7 Windows 8 / 8.1 Windows Server 2008 Windows Server 2012

HOW TO verify the Windows PowerShell version installed

You can verify that Windows PowerShell version installed by completing the following check:

  1. Click Start, click All Programs, click Accessories, click Windows PowerShell, and then click Windows PowerShell.
  2. In the Windows PowerShell console, type the following command at the command prompt and then press ENTER:
    Get-Host | Select-Object Version
  3. You will see output that looks like this:
    Version
    -------
    3.0

Windows PowerShell version

You can download Windows PowerShell 3.0 using the following link:
Windows Management Framework 3.0

NOTE: Windows PowerShell 3.0 is an external prerequisite to install Microsoft Dynamics NAV 2013 R2

External programs prerequisite Windows PowerShell 3.0

Did my HOW TO help you? Leave a reply.