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
- :
- Re: Warning -6245: One or more of the project's components contain .NET properties that r
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
Jul 20, 2017
12:08 PM
Warning -6245: One or more of the project's components contain .NET properties that r
Hello,
I am getting "Warning -6245" when I build my application. How can I find out which installation file in the list of files require which .NET framework? This error does not give me any hint.
Thank you.
I am getting "Warning -6245" when I build my application. How can I find out which installation file in the list of files require which .NET framework? This error does not give me any hint.
Thank you.
- Tags:
- .net
- error -6245
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 09, 2017
03:47 PM
I'm not aware of a way to determine the specific file within ISLE that triggers the warning since it occurs at build time and ISLE doesn't include a verbose build logging option. That said, this warning is triggered by the .net scan at build setting located in the file properties dialog box. You can access this setting under Specify Application Data >double-click Files > Right-click a file and click Properties >COM & .NET Settings Tab. You can set this to no to turn off scanning, however you may wish to consider adding .net as a prerequisite or using an install condition (Installation requirements of the Project Assistant).
I hope this helps.
I hope this helps.