cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anadolu
Level 5

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.
0 Kudos
(1) Reply
jlynch11
Level 6 Flexeran
Level 6 Flexeran

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.
0 Kudos