LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 - Druckversion +- LabVIEWForum.de (https://www.labviewforum.de) +-- Forum: LabVIEW (/Forum-LabVIEW) +--- Forum: LabVIEW Bug Liste (/Forum-LabVIEW-Bug-Liste) +---- Forum: LabVIEW 6 / 5 (/Forum-LabVIEW-6-5) +---- Thema: LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 (/Thread-LabVIEW-6-1-ApplicationBuilder-Fehler-26096) |
LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 - Willi Wipp - 25.06.2008 12:43 Hi Folks, wenn man Visual Studio 2005 auf dem gleichen System installiert ist wie LabVIEW 6.1, dann erscheint beim Versuch eine Applikation zu erstellen die angehaengte Fehlermeldung. Da es mir gerade selbst passiert ist, hier die Information die ich dazu gefunden habe Zitat:You may receive this error if you installed the Visual Studio .NET recently. This behavior is due to installing a newer version of the mergemod.dll that is not compatible with the older version that LabVIEW 6.1 used in the Application Builder installers.Quelle: Merge error when createing installer for .exe Habe das Ganze dann mal als Batch-Dateien umgesetzt (Standard-Installation vorausgesetzt!): English Windows: SetOldVersionOfMergeMod_dll.bat [code]regsvr32 /u "C:Program FilesCommon FilesMicrosoft SharedMSI ToolsMergeMod.dll" regsvr32 |