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
- :
- ISEXP : warning : -6245: One or more of the project's components contain .NET propert
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
Apr 06, 2017
10:41 AM
ISEXP : warning : -6245: One or more of the project's components contain .NET propert
Hello,
I get this error during project buildup ("ISEXP : 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"). But I am not sure which file requires a ,NET framework and what version. How can I determine which file needs a .NET framework and know the version? Thank you.
I get this error during project buildup ("ISEXP : 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"). But I am not sure which file requires a ,NET framework and what version. How can I determine which file needs a .NET framework and know the version? Thank you.
- Tags:
- .net
- error 6245
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 24, 2017
11:06 AM
If you right click (for example) your C# project name within Visual Studio and goto to "Properties" you should be able to determine which version of .NET your application is targeting.
What version of the .NET Framework is included in what version of the OS?
https://blogs.msdn.microsoft.com/astebner/2007/03/14/mailbag-what-version-of-the-net-framework-is-included-in-what-version-of-the-os/
If you are using 3rd party files (.dll's .ocx's etc..) then using the application "dependency walker" would be the best route to determine what version of .NET that they require.
http://www.dependencywalker.com/
What version of the .NET Framework is included in what version of the OS?
https://blogs.msdn.microsoft.com/astebner/2007/03/14/mailbag-what-version-of-the-net-framework-is-included-in-what-version-of-the-os/
If you are using 3rd party files (.dll's .ocx's etc..) then using the application "dependency walker" would be the best route to determine what version of .NET that they require.
http://www.dependencywalker.com/