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

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

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