10. Mai 2017 14:18
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="businessClient" type="Microsoft.Dynamics.Framework.UI.BusinessClientConfigSection, Microsoft.Dynamics.Framework.UI, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<applicationSettings>
<Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
<setting name="PublicCertificateThumbprint" serializeAs="String">
<value>3d7d4c6abf46404bcf97b02a708bec2305614540</value>
</setting>
</Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
</applicationSettings>
<uri>
<idn enabled="All"/>
<iriParsing enabled="true"/>
</uri>
<businessClient startupFormType="homepage">
<Factories>
<Factory>
<add name="NAV" type="Microsoft.Dynamics.Nav.Client.FormBuilder.NavBuilderFactory, Builder" serviceName="NAVSessionType"/>
</Factory>
</Factories>
</businessClient>
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.Extensibility" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0-7.2.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.WinForms.Controls" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0" newVersion="1.5.0.0"/>
</dependentAssembly>
<probing privatePath="Add-ins\CodeViewer;Add-ins\CodeViewer\EditorComponents"/>
</assemblyBinding>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
10. Mai 2017 14:56
10. Mai 2017 15:56
SilverX hat geschrieben:Selbstverständlich muss vorher auch die neue öffentliche Zertifikatsdatei, wie in der Microsoft-Dokumentation beschrieben, installiert sein.
frontendkey-p10
Öffnen Sie die Einrichtung für die Elektronische Umsatzsteuererklärung
CRONUS AG/Abteilungen/Verwaltung/Anwendung Einrichtung/Finanzmanagement/Finanzen/ Elektronische Umsatzsteuererklärung-Einrichtung
10. Mai 2017 16:05
fiddi hat geschrieben:Hallo Carsten,
wenn ich das bei einem Kunden so eintrage, lässt sich der Client nicht mehr starten.
Gruß Fiddi
10. Mai 2017 16:10
Nicht ganz. Das öffentliche Zertifikat muss über das Zertifikats-Snapin in den Vertrauenswürdigen Stammzertifizierungsstellen des Computers oder der Benutzer installiert werden. Und dann auch noch der sogenannte Friendly Name angepasst. Siehe dazu auch hier. Dies kann über den IE oder auch aus dem Zertifikats-SnapIn geschehen.NAV_BK hat geschrieben:SilverX hat geschrieben:Selbstverständlich muss vorher auch die neue öffentliche Zertifikatsdatei, wie in der Microsoft-Dokumentation beschrieben, installiert sein.
Ist damit dieser Part aus dem Blog gemeint?frontendkey-p10
[...]
10. Mai 2017 16:13
19. Mai 2017 09:52
19. Mai 2017 10:27
19. Mai 2017 11:42
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="businessClient" type="Microsoft.Dynamics.Framework.UI.BusinessClientConfigSection, Microsoft.Dynamics.Framework.UI, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<applicationSettings>
<Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
<setting name="PublicCertificateThumbprint" serializeAs="String">
<value>3d7d4c6abf46404bcf97b02a708bec2305614540</value>
</setting>
</Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
</applicationSettings>
<uri>
<idn enabled="All"/>
<iriParsing enabled="true"/>
</uri>
<businessClient startupFormType="homepage">
<Factories>
<Factory>
<add name="NAV" type="Microsoft.Dynamics.Nav.Client.FormBuilder.NavBuilderFactory, Builder" serviceName="NAVSessionType"/>
</Factory>
</Factories>
</businessClient>
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.Extensibility" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0-7.2.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.WinForms.Controls" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0" newVersion="1.5.0.0"/>
</dependentAssembly>
<probing privatePath="Add-ins\CodeViewer;Add-ins\CodeViewer\EditorComponents"/>
</assemblyBinding>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<applicationSettings>
<Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
<setting name="PublicCertificateThumbprint" serializeAs="String">
<value>3d7d4c6abf46404bcf97b02a708bec2305614540</value>
</setting>
</Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
</applicationSettings>
19. Mai 2017 11:49
19. Mai 2017 12:48
Application: Microsoft.Dynamics.Nav.Client.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Xml.XmlException
at System.Xml.XmlTextReaderImpl.Throw(System.Exception)
at System.Xml.XmlTextReaderImpl.Throw(System.String, System.String[])
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlTextReaderImpl.Skip()
at System.Xml.XmlTextReader.Skip()
at System.Configuration.XmlUtil.StrictSkipToNextElement(System.Configuration.ExceptionAction)
at System.Configuration.BaseConfigurationRecord.ScanFactoriesRecursive(System.Configuration.XmlUtil, System.String, System.Collections.Hashtable)
at System.Configuration.BaseConfigurationRecord.ScanFactories(System.Configuration.XmlUtil)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
[...]
19. Mai 2017 13:12
SilverX hat geschrieben:Bei mir, mit 8.0.47254, funktioniert es einwandfrei.
19. Mai 2017 14:15
Name der fehlerhaften Anwendung: Microsoft.Dynamics.Nav.Client.exe, Version: 8.0.47254.0, Zeitstempel: 0x5811d9f8
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.14393.1198, Zeitstempel: 0x5902845a
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000da9f2
ID des fehlerhaften Prozesses: 0x53b8
Startzeit der fehlerhaften Anwendung: 0x01d2d098ecca42da
Pfad der fehlerhaften Anwendung: C:\Program Files (x86)\Microsoft Dynamics NAV\8.0.47254\RoleTailored Client\Microsoft.Dynamics.Nav.Client.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\System32\KERNELBASE.dll
Berichtskennung: 2c4b7d99-de97-4c68-9cba-b6575f8984d6
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Anwendung: Microsoft.Dynamics.Nav.Client.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.Configuration.ConfigurationErrorsException
bei System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)
bei System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(System.Configuration.ConfigurationSchemaErrors)
bei System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
bei System.Configuration.ClientConfigurationSystem.EnsureInit(System.String)
Ausnahmeinformationen: System.Configuration.ConfigurationErrorsException
bei System.Configuration.ClientConfigurationSystem.EnsureInit(System.String)
bei System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(System.String)
bei System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)
bei System.Configuration.ConfigurationManager.GetSection(System.String)
bei System.Configuration.PrivilegedConfigurationManager.GetSection(System.String)
bei System.Diagnostics.DiagnosticsConfiguration.GetConfigSection()
bei System.Diagnostics.DiagnosticsConfiguration.Initialize()
bei System.Diagnostics.DiagnosticsConfiguration.get_Sources()
bei System.Diagnostics.TraceSource.Initialize()
bei System.Net.Logging.InitializeLogging()
bei System.Net.Logging.get_On()
bei System.Net.Dns.GetHostEntry(System.String)
bei Microsoft.Dynamics.Nav.Types.DnsHelper.IsLocalhost(System.String)
bei Microsoft.Dynamics.Nav.Client.NetworkAvailability.get_IsNetworkAvailable()
bei Microsoft.Dynamics.Nav.Client.ConnectionStateListener.EnsureNetworkAvailability()
bei Microsoft.Dynamics.Nav.Client.ConnectionStateListener.VerifyNetworkAtStartup(Microsoft.Dynamics.Nav.Client.ConnectionStateListener)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSessionInitializer.OpenConnectionToServer()
bei Microsoft.Dynamics.Nav.Client.WinClient.NavWinFormsClientSession.OpenServerConnectionCore()
bei Microsoft.Dynamics.Nav.Client.WinClient.NavWinFormsClientSession.OpenServerConnectionWithOneLoginAttempt()
bei Microsoft.Dynamics.Nav.Client.WinClient.NavWinFormsClientSession.InitializeUISession()
bei Microsoft.Dynamics.Framework.UI.Windows.ClientSessionBase.SetupSessions()
bei Microsoft.Dynamics.Framework.UI.Windows.ClientSessionBase.InitCore()
bei Microsoft.Dynamics.Nav.Client.WinClient.NavWinFormsClientSession.InitCore()
bei Microsoft.Dynamics.Framework.UI.ClientSessionCore.Init()
bei Microsoft.Dynamics.Framework.UI.Windows.ClientSessionBase.Run()
bei Microsoft.Dynamics.Nav.Client.WinClient.NavClientErrorHandler.ExecuteAndCatchExceptions(System.Func`1<Int32>)
bei Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoExecute(System.Func`1<Int32>)
bei Microsoft.Dynamics.Nav.Client.WinClient.StartWinFormsClient.RunCore()
bei Microsoft.Dynamics.Nav.Client.WinClient.StartWinFormsClient.Run(Boolean)
bei Microsoft.Dynamics.Nav.Client.WinClient.StartWinFormsClient.RunAndDispose()
bei Microsoft.Dynamics.Nav.Client.Program.ExecuteNormally(System.Func`1<Int32>)
bei Microsoft.Dynamics.Nav.Client.Program.Main(System.String[])
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="businessClient" type="Microsoft.Dynamics.Framework.UI.BusinessClientConfigSection, Microsoft.Dynamics.Framework.UI, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<applicationSettings>
<Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
<setting name="PublicCertificateThumbprint" serializeAs="String">
<value>3d7d4c6abf46404bcf97b02a708bec2305614540</value>
</setting>
</Microsoft.Dynamics.ElsterTransferHandler.Properties.Settings>
</applicationSettings>
<uri>
<idn enabled="All"/>
<iriParsing enabled="true"/>
</uri>
<businessClient startupFormType="homepage">
<Factories>
<Factory>
<add name="NAV" type="Microsoft.Dynamics.Nav.Client.FormBuilder.NavBuilderFactory, Builder" serviceName="NAVSessionType"/>
</Factory>
</Factories>
</businessClient>
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.Extensibility" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0-7.2.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.Framework.UI.WinForms.Controls" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.3.0.0" newVersion="1.5.0.0"/>
</dependentAssembly>
<probing privatePath="Add-ins\CodeViewer;Add-ins\CodeViewer\EditorComponents"/>
</assemblyBinding>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
19. Mai 2017 14:57
19. Mai 2017 15:30
23. Mai 2017 08:37
1. Juni 2017 13:28
6. Juni 2017 09:28
6. Juni 2017 11:04
6. Juni 2017 12:07
Ja, sollte es. Ist ja für 2015 auch die "offizielle" Lösung. Aber verstehen, warum 2013 und 2013 R2 eine andere Lösung haben müssen wir ja nichtfiddi hat geschrieben:ich kann bestätigen, das es funktioniert
7. Juni 2017 17:21
SilverX hat geschrieben:Ist ja für 2015 auch die "offizielle" Lösung. Aber verstehen, warum 2013 und 2013 R2 eine andere Lösung haben müssen wir ja nicht
17. Juli 2017 09:37
17. Juli 2017 10:00
Ricster hat geschrieben:wir erhalten seit dem einspielen der neuen Objekte für NAV 2015 immer den 3400 Fehler. [...]
Hat noch jemand eine Idee?
17. Juli 2017 11:15
17. Juli 2017 13:16
Ricster hat geschrieben:Das Zertifikat der Finanzbehörde konnte nicht geöffnet werden.