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

Build Warning 6245

Build Warning 6245

Summary:

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.

Symptoms:

 

 

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.

 

 

Cause:

This warning is known to occur when at least one component in your project contains .NET properties, but the .NET Framework has not been installed. If you are installing an application that contains .NET assemblies, the .NET Framework should be bundled with your setup unless the setup is only targeting machines that are known to have the .NET Framework already installed.

Resolution:

If you are including .NET assemblies in the project or if the project contains other .NET properties, the .NET Framework must be installed if you cannot guarantee that all target machines will have the .NET Framework already installed. The .NET Framework can be included using one of the options below:

Redistributables view

  1. Select the Redistributables view.
  2. Select any one .net prq file the table EX: .net 4.8
  3. Then save the ism and re-build your project and verify warning 6245 

.net prq selected.PNG

 

Component View

  1. Go to Component view 
  2. Select the specific component which has .net dll added 
  3. In Right side Table, Go to .Net settings section
  4. Select .Net scan at Build field
  5. From the drop down select None
  6. Do the same for all .net components
  7. Save and rebuild the project

.Net scan at build to NO.PNG

 

Additional Information:

Adding .NET Assemblies to Installation Projects 

Installing Assemblies 

Scanning for .NET Dependencies and Properties 

Labels (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 16, 2022 11:33 PM
Updated by:
Contributors