You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems as if EvilDICOM 2.0.6.5 is not able to add package on .NET v4.5.2.
Error
Could not install package 'EvilDICOM 2.0.6.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
The text was updated successfully, but these errors were encountered:
Then, just change the target framework for your app: Solution Explorer -> right Click -> Properties -> Application -> Target framework from the pop-up list.
Just to provide the information, the ESAPI will work on versions of 4.7.2. This was true for ESAPIv13.7 and ESAPIv16.1. You just need to change the library targeted framework as described above.
It should be noted that single-file scripts must only contain functions within the framework version provided by Eclipse. This is because their compiler won't understand the new framework features.
It seems as if EvilDICOM 2.0.6.5 is not able to add package on .NET v4.5.2.
Error
Could not install package 'EvilDICOM 2.0.6.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
The text was updated successfully, but these errors were encountered: