Options

BC Spring Release (140) Printing issues

_Ju__Ju_ Member Posts: 7
edited 2019-05-29 in NAV Three Tier
Hey guys,
does anyone have experience with the new release yet?
We've been using our NAV installations from a networkshare so far (Having all prerequisites installed and one base version, but the client files are on a network share)
Since the latest release this doenst work as expected anymore, we get some exception when printing.

Mind you, only when printing rdlc, and only when not previewing the report before printing. This can be tested with the posted sales shipment doc



The client just crashes/closes without any error msg.

Hope anyone has some good ideas. We've been checking the usual suspects like permissions of the folders/files any blocked or locked things.


In the event log we see this msg :

Anwendung: microsoft.dynamics.nav.client.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.Security.Policy.PolicyException
bei System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Boolean checkExecutionPermission)
bei System.Security.SecurityManager.ResolveCasPolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Int32& securitySpecialFlags, Boolean checkExecutionPermission)

Ausnahmeinformationen: System.IO.FileLoadException
bei System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
bei System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
bei System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
bei System.Activator.CreateInstance(String assemblyName, String typeName)
bei System.AppDomain.CreateInstance(String assemblyName, String typeName)
bei System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String typeName)
bei System.AppDomain.CreateInstanceAndUnwrap(System.String, System.String)
bei Microsoft.Dynamics.Nav.Types.ReportAppDomain+InternalReportAppDomain..ctor(System.AppDomain)
bei Microsoft.Dynamics.Nav.Types.ReportAppDomain.ReportingAppDomain()
bei Microsoft.Dynamics.Nav.Types.ReportAppDomain.CreateLocalReportProxy(Boolean)
bei Microsoft.Dynamics.Nav.Types.LocalReportHandle.get_LocalReport()
bei Microsoft.Dynamics.Nav.Types.LocalReportHandle.AddDataSource(System.String, System.Collections.Generic.IList`1<Microsoft.Dynamics.Nav.Types.Data.NavDataRow>)
bei Microsoft.Dynamics.Nav.Common.Printing.ReportRenderer.RenderLocalReport()
bei Microsoft.Dynamics.Nav.Common.Printing.ReportRenderer.ReportPageReadyPrintDirectly(Microsoft.Dynamics.Nav.Types.DataSetRequest, Boolean, Microsoft.Dynamics.Nav.Common.Printing.ReportExecutionHandler)
bei Microsoft.Dynamics.Nav.Common.Printing.ReportHandler.ReportPageReady(Microsoft.Dynamics.Nav.Types.DataSetRequest, Microsoft.Dynamics.Nav.Common.Printing.ReportExecutionHandler, Microsoft.Dynamics.Nav.Client.IService, Microsoft.Dynamics.Nav.Common.Printing.IReportCallbackHandler)
bei Microsoft.Dynamics.Nav.Client.ServiceClientCallback+<>c__DisplayClass42_0.<ReportPageReady>b__0()
bei Microsoft.Dynamics.Nav.Client.ServiceClientCallback+<>c__DisplayClass14_0.<RunClientRequest>b__0()
bei Microsoft.Dynamics.Nav.Client.ServerInvocationManager.DoClientRequestAndCatch(System.Action, System.Action`1<System.Exception>)
bei Microsoft.Dynamics.Nav.Client.ServerInvocationManager.WaitForServerResponse(System.IAsyncResult, ThreadCallbackContext)
bei Microsoft.Dynamics.Nav.Client.ServerInvocationManager.CallServerSystem.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089(Microsoft.Dynamics.Nav.Client.BeginCallServerMethod, Microsoft.Dynamics.Nav.Client.EndCallServerMethod`1<System.__Canon>, Microsoft.Dynamics.Nav.Client.ServerCallOptions)
bei Microsoft.Dynamics.Nav.Client.ConnectionStateManager.CallServerSystem.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089(Microsoft.Dynamics.Nav.Client.BeginCallServerMethod, Microsoft.Dynamics.Nav.Client.EndCallServerMethod`1<System.__Canon>, Microsoft.Dynamics.Nav.Client.ServerCallOptions)
bei Microsoft.Dynamics.Nav.Client.ServiceConnection.CallServerSystem.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089(Microsoft.Dynamics.Nav.Client.BeginCallServerMethod, Microsoft.Dynamics.Nav.Client.EndCallServerMethod`1<System.__Canon>)
bei Microsoft.Dynamics.Nav.Client.ServiceConnectionBase.ActionField(Microsoft.Dynamics.Nav.Types.NavRecordState ByRef, Microsoft.Dynamics.Nav.Types.Data.NavDataSet, Int32, Int32)
bei Microsoft.Dynamics.Nav.Client.DataBinder.NstDataAccess.ActionMethod(Int32, Int32)
bei Microsoft.Dynamics.Nav.Client.Actions.InvokePageTriggerAction.InvokeTrigger(Microsoft.Dynamics.Framework.UI.LogicalControl, Microsoft.Dynamics.Framework.UI.UISession)
bei Microsoft.Dynamics.Nav.Client.Actions.InvokePageTriggerAction.InvokeCore(Microsoft.Dynamics.Framework.UI.LogicalControl, System.Object, Microsoft.Dynamics.Framework.UI.UISession)
bei Microsoft.Dynamics.Framework.UI.LogicalAction.InvokeCoreWithErrorHandling(Microsoft.Dynamics.Framework.UI.LogicalControl, System.Object, Microsoft.Dynamics.Framework.UI.UISession)
bei Microsoft.Dynamics.Framework.UI.LogicalAction.DoInvoke(Microsoft.Dynamics.Framework.UI.LogicalControl, System.Collections.IDictionary, Microsoft.Dynamics.Framework.UI.UISession)
bei Microsoft.Dynamics.Framework.UI.ActionControl.Invoke(System.Collections.IDictionary)
bei Microsoft.Dynamics.Framework.UI.Windows.ActionsHelper.ModalitySafe(System.Action, System.String, System.Collections.Generic.IDictionary`2<System.String,System.String>)
bei Microsoft.Dynamics.Framework.UI.Windows.ActionsHelper.ModalitySafeInvoke(Microsoft.Dynamics.Framework.UI.ActionControl)
bei Microsoft.Dynamics.Framework.UI.Windows.ActionControlAdapterBase.DefaultInvokeAction(Microsoft.Dynamics.Framework.UI.Windows.LogicalControlAdapter, Microsoft.Dynamics.Framework.UI.ActionControl)
bei Microsoft.Dynamics.Framework.UI.UX2006.WinForms.LogicalCommand.Execute(System.Object)
bei MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource, Boolean)
bei System.Windows.Controls.Primitives.ButtonBase.OnClick()
bei System.Windows.Controls.Button.OnClick()
bei System.Windows.Controls.Ribbon.RibbonButton.OnClick()
bei System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)
.....


Sign In or Register to comment.