The Navision CFront initialization failed, with following error: Exception of type 'System.Exception' was thrown.. Please verify that CFront.dll/CFrontsql.dll are available and located in the directory where the application is started. Exception Details: Microsoft.Navision.CFront.CFrontException: The Navision CFront initialization failed, with following error: Exception of type 'System.Exception' was thrown.. Please verify that CFront.dll/CFrontsql.dll are available and located in the directory where the application is started. [b]Code: [/b] CFrontDotNet.Instance.ConnectServerAndOpenDatabase( connectionOptions.ServerName, connectionOptions.NetType, connectionOptions.DatabaseName, connectionOptions.CacheSize, connectionOptions.UseCommitCache, connectionOptions.UseAuthentication, connectionOptions.Username, connectionOptions.Password);
Comments