Jan 03, 2013
02:25 AM
We have a VS MSI setup defined in VS 2010. Because we want to switch to VS2012 we imported the setup vdproj file in the InstallShield that can be downloaded as InstallShield2012SPRLimitedEdition.exe. When compiling the Installshield project VS 2012 crashes and restarts. This keeps on happening so we can not make a working setup in VS 2012. When trying to fix the installshield problem VS2012 crashes multiple times. When I press ctrl C during build I can terminate the setup build before the crash occurs. Then we have a -6213 Internal build error and multiple messages in the form of Warning 1 -6248: Could not find dependent file Telerik.Windows.Controls.Charting.dll, or one of its dependencies of component C__1694758B7142456F9D27C1E8EAE43AA3 ISEXP : warning : -6248: Could not find dependent file Telerik.Windows.Controls.Charting.dll, or one of its dependencies of component C__1694758B7142456F9D27C1E8EAE43AA3. Because our project is compiling and running fine it's installshield that does not do a proper scan of dependencies. This scan is disabled in the Light version. Manually correcting the problem is very hard because I do not have a clue what is component C__1694758B7142456F9D27C1E8EAE43AA3, why not give a human readable name instead of this code? I found a solution for the C__1694758B7142456F9D27C1E8EAE43AA3 filenames, open the .isl file in an editir, look for the code and you will find the sourcefilename of te target involved. Using this method I could resolve the -6248 warnings. The crashes continue however. The log of Installshield is posted here: ================= Logging started at 12/21/2012 12:50:58 ================== Created release folders AdminExecuteSequence table successfully built AdminUISequence table successfully built AdvtExecuteSequence table successfully built AdvtUISequence table successfully built InstallExecuteSequence table successfully built InstallUISequence table successfully built Directory table successfully built Feature table successfully built FeatureComponents table successfully built Component table successfully built Loading File table Building File table Adding file 'Microsoft.CSharp.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'System.Dynamic.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'System.Xaml.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.UI.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Data.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Docking.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Input.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Navigation.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.ScheduleView.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Data.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'TelerikCommon.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' ISEXP : fatal error -6213: Internal build error Express\DVD-5 - 1 error(s), 0 warning(s) ================= Logging stopped at 12/21/2012 12:51:46 ================== This is a log that is produced when crashing VS 2012: ================= Logging started at 1/3/2013 09:09:50 ================== Created release folders AdminExecuteSequence table successfully built AdminUISequence table successfully built AdvtExecuteSequence table successfully built AdvtUISequence table successfully built InstallExecuteSequence table successfully built InstallUISequence table successfully built Directory table successfully built Feature table successfully built FeatureComponents table successfully built Component table successfully built Loading File table Building File table Adding file 'Microsoft.CSharp.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'System.Dynamic.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'System.Xaml.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.GridView.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.UI.Design.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.WinControls.UI.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Data.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Docking.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Input.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.Navigation.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Controls.ScheduleView.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'Telerik.Windows.Data.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' Adding file 'TelerikCommon.dll' that is a dependency of component 'C__022B95D0D7444504A9CC32C61C9892A1' ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.ChartView, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.PivotGrid, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.RadChart, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.RadDock, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.RadMarkupEditor, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.Scheduler, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 ISEXP : warning -6248: Could not find dependent file Telerik.WinControls.Themes.HighContrastBlack, or one of its dependencies of component C__022B95D0D7444504A9CC32C61C9892A1 *** Crash VS 2012 **** Sometimes when building the installshield project I get a messagebox devenv.exe The instruction 0x652b338a referenced memory at 0x00000000. The memory could not be written. Any help to prevent these crashes is welcome.
... View more
Labels
Latest posts by pieter1
Subject | Views | Posted |
---|---|---|
848 | Jan 03, 2013 02:25 AM |
Activity Feed
- Posted InstallShield 2012 SPR LimitedEdition crashes VS2012 when compiling imported .vdproj on InstallShield Forum. Jan 03, 2013 02:25 AM
- Tagged InstallShield 2012 SPR LimitedEdition crashes VS2012 when compiling imported .vdproj on InstallShield Forum. Jan 03, 2013 02:25 AM
- Tagged InstallShield 2012 SPR LimitedEdition crashes VS2012 when compiling imported .vdproj on InstallShield Forum. Jan 03, 2013 02:25 AM
- Tagged InstallShield 2012 SPR LimitedEdition crashes VS2012 when compiling imported .vdproj on InstallShield Forum. Jan 03, 2013 02:25 AM