<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="https://www.schweda.net/style_feed.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:atom="http://www.w3.org/2005/Atom"	
	xmlns:dc="http://purl.org/dc/elements/1.1/" > 
<channel>
    <title>schweda.net - Blog</title>
    <link>https://www.schweda.net/</link>
    <description>schweda.net - Blog - Blog-Beitraege</description>
    <language>de-at</language>
    <copyright>Copyright 2006-2026</copyright>
    <generator>schweda.net</generator>
    <managingEditor>heinz.schweda@schweda.net (Heinz Schweda)</managingEditor>
    <webMaster>heinz.schweda@schweda.net (Heinz Schweda)</webMaster>
    <category>Blog</category>
	<atom:link href="https://schweda.net/blog_rss.php?bid=392" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Fehler beim Aufrufen des ActiveX-Controls NETRONIC VARCHART XGantt in Dynamics AX]]></title>
<description><![CDATA[
<p>Ich habe mich schon seit l&auml;ngerem &uuml;ber&nbsp;zahlreiche Fehlermeldungen gewundert, die immer dann aufgetreten sind, wenn ich ein Formular ge&ouml;ffnet habe wo das ActiveX-Control <strong>NETRONIC VARCHART XGantt</strong> eingebettet war, z.B. das Formular Simultanplanungslauf.
</p>

<p>Folgende Fehlermeldungen hatte ich da am Bildschirm:
</p>

<blockquote>ActXBaseControl::Open failure<br />
<br />
D\Work\Projects\Ganft <br />
4.O\NewGanttChart\NewGanttC ha rt_ActiveXsettings\GanttReqTransExplosioniFD<br />
<br />
Loading the interface with identifier GanttReqTransExplosion failed<br />
<br />
This is an unlicensed version of NETRONIC VARCHART XGantt. 1 Please contact NETRONIC for a Iicensed version.
</blockquote>

<p>Eigentlich ist die L&ouml;sung&nbsp;ganz einfach! Ich arbeite&nbsp;nat&uuml;rlich auf einer Entwickler-Maschine, wo&nbsp;unterschiedlichste Versionen von Dynamcs AX/Axapta parallel installiert sind. Und die zuerst installierte und somit &auml;lteste Version&nbsp;bestimmt die aktuell verwendete Version&nbsp;der&nbsp;ActiveX-Komponente.
</p>

<p>Also ist&nbsp;folgendes zu tun: Deinstallieren der &quot;veralteten&quot;&nbsp;Version und installieren bzw. registrieren einer neueren Version z.B. &uuml;ber die Kommandozeile.
</p>

<blockquote>REM Uninstall old version<br />
regsvr32.exe /u &quot;C:\Program Files\Microsoft Business Solutions\Axapta\Client\Bin\vcgantt.ocx&quot;<br />
<br />
REM Install new version<br />
regsvr32.exe &quot;C:\Program Files\Microsoft Dynamics AX\Common\vcgantt.ocx&quot;
</blockquote>

<p>&nbsp;
</p>]]></description>
<category>Microsoft Dynamics AX (Axapta)</category>
<pubDate>Sat, 09 Oct 2010 11:25:00 +0200</pubDate>
<link>https://www.schweda.net/blog_ax.php?bid=392</link>
<comments>https://www.schweda.net/blog_ax.php?bid=392</comments>
<guid isPermaLink="true">https://www.schweda.net/blog_ax.php?bid=392</guid>
<author>heinz.schweda@schweda.net (Heinz Schweda)</author>
<wfw:commentRss>https://www.schweda.net/blog_ax.php?bid=392</wfw:commentRss>
</item>
</channel>
</rss>	
