Some time we may get the below error while import the objects
--------------------------- | ||||
Microsoft Dynamics NAV Development Environment | ||||
--------------------------- | ||||
Internal error: Could not load file or assembly 'Microsoft.Dynamics.Nav.DotNetBridge, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. | ||||
--------------------------- | ||||
OK | ||||
---------------------------
Solution.
This is due to running the client from C\program files (x86) folder which is for 32 bit applications . We should run the dev client from C:\Program Files (x86)\Microsoft Dynamics NAV\80\RoleTailored Client to resolve the issue.
|