This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- fatal error -6109: Internal build error
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 22, 2007
09:06 AM
fatal error -6109: Internal build error
hello Robert,
I get this error buiilding a single msi image using project assistant.
ISDEV : warning -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
ISDEV : fatal error -6109: Internal build error
I get this error buiilding a single msi image using project assistant.
ISDEV : warning -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
ISDEV : fatal error -6109: Internal build error
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2007
02:05 AM
Hi Me too getting the same error.
Kindly give me the solution..
Kindly give me the solution..
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2007
05:24 AM
Go to the the proprties of the component and change .net scan at build to none. this will solev ur problem
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2007
05:39 AM
Thank you for your help.
I am using Instalshield2008 . Still getting the following errors
1.6109 - Internal Build error
2.6245 - One or more project components contains .net properties that require the .net frmaework.
I am using Instalshield2008 . Still getting the following errors
1.6109 - Internal Build error
2.6245 - One or more project components contains .net properties that require the .net frmaework.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2007
05:57 AM
Have you made the changes for all the components.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2007
06:22 AM
its asked for only one component( The Dll which i added into the component)
So i chaged that only
So i chaged that only
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2007
02:41 PM
I don't know if this is the same problem as you are experiencing, but I was able to get around it. It seems to occur when two DLLs have the same dependency. To fix this, I go to the Application Files and right click on one of the two DLLs, click on "Dependencies from scan at build...", and unchecked the dependency listed there.
For example, I got these lines in my log:
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'AxInterop.KbdWedgeOCX.dll'
...
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'Interop.KbdWedgeOCX.dll'
ISDEV : fatal error -6109: Internal build error
I went to the Application Files, right clicked on AxInterop.KbdWedgeOCX.dll, selected "Dependencies from scan at build...", and unchecked the single dependency listed there. That took care of the -6109 error.
For example, I got these lines in my log:
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'AxInterop.KbdWedgeOCX.dll'
...
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'Interop.KbdWedgeOCX.dll'
ISDEV : fatal error -6109: Internal build error
I went to the Application Files, right clicked on AxInterop.KbdWedgeOCX.dll, selected "Dependencies from scan at build...", and unchecked the single dependency listed there. That took care of the -6109 error.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 05, 2007
12:02 AM
Thanks Friend
johnsondw wrote:
I don't know if this is the same problem as you are experiencing, but I was able to get around it. It seems to occur when two DLLs have the same dependency. To fix this, I go to the Application Files and right click on one of the two DLLs, click on "Dependencies from scan at build...", and unchecked the dependency listed there.
For example, I got these lines in my log:
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'AxInterop.KbdWedgeOCX.dll'
...
Adding file 'MTKBDW~1.OCX' that is a dependency of component 'Interop.KbdWedgeOCX.dll'
ISDEV : fatal error -6109: Internal build error
I went to the Application Files, right clicked on AxInterop.KbdWedgeOCX.dll, selected "Dependencies from scan at build...", and unchecked the single dependency listed there. That took care of the -6109 error.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 02, 2008
04:18 PM
I get this error when the product I am building is installed as well.
If this is the case, uninstall the product and then rebuild the release and you should be all set.
Mike P.
If this is the case, uninstall the product and then rebuild the release and you should be all set.
Mike P.