Options

Dynamics 2013 Continia issue

Toddy_BoyToddy_Boy Member Posts: 230
Hi, has anyone else running Continia encounterred a problem where NAV will not run logging in as Windows user but works when logging in with username and password?

This is the error, it points to the CanLoadType call in CreateVars function in Continia codeunit 6085599 - kust falls over when calling the CanLoadType

IF NOT CANLOADTYPE(Cryptography) THEN
EXIT(FALSE);

Error from Event Viewer

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Microsoft.Dynamics.Nav.Types.NavAutomationHelper.GetTypeFromAssembly(String assemblyFullName, String typeName)
at Microsoft.Dynamics.Nav.Runtime.NavDotNet.CanLoadType(NavDotNet value)
at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit6085599.CreateVars_Scope.OnRun()

Life is for enjoying ... if you find yourself frowning you're doing something wrong

Best Answer

  • Options
    Toddy_BoyToddy_Boy Member Posts: 230
    Answer ✓
    This is resolved, it was linked to a Continia dll that had not updated. The update was pushed by our Continia support and the issue has been resolved.
    Life is for enjoying ... if you find yourself frowning you're doing something wrong

Answers

  • Options
    Toddy_BoyToddy_Boy Member Posts: 230
    Answer ✓
    This is resolved, it was linked to a Continia dll that had not updated. The update was pushed by our Continia support and the issue has been resolved.
    Life is for enjoying ... if you find yourself frowning you're doing something wrong
Sign In or Register to comment.