Hi,
I have a integrator who has one customer were exports from plugin view items won’t work. Other installations they have works fine and it also works fine if exporting only native views.
They use 2023 R3, and when the export project is opened, the Smart Client crashes directly after loading. Can be reproduced on any machine.
This is the call stack Smart Client gives before it dies:
************** Outer Exception **************
Exception type:System.NullReferenceException
Exception message:Object reference not set to an instance of an object.
Exception source:VideoOS.RemoteClient.Application
Exception Target Site: Onboard
at VideoOS.RemoteClient.Application.Managers.FileManagers.OnboardManager.Onboard()
at VideoOS.RemoteClient.Application.Application.<CompleteLoginAsync>d__116.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VideoOS.RemoteClient.Application.Application.<>c__DisplayClass112_0.<<ProceedLoginAsync>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VideoOS.RemoteClient.Application.Managers.LoginExtensionManager.<uiTasks_Completed>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Don’t know how to debug this further. Any ideas?