alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
732 stars 326 forks source link

Getting error while installing vCheck nuget package in visual studio #707

Closed mohammedamirk closed 4 years ago

mohammedamirk commented 4 years ago

Could not install package 'vCheck 6.23.2'. 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.

lucdekens commented 4 years ago

That seems to indicate that you are trying to install the package to a framework higher than 4.5. Create a project with framework 4.5.2 or target multiple frameworks in the project.

For that last option see Support multiple .NET versions

mohammedamirk commented 4 years ago

Hi Lucd, I have succesfully installed the vCheck 6.23.2 from nuget package manager in visual studio. While running this package from PS console. iam getting this error: image

lucdekens commented 4 years ago

I just tried that nuget package, and it doesn't look as if could ever work. There are files missing.

A better solution is to install from this github repo.

mohammedamirk commented 4 years ago

Yes. That's what i did. Already install this from github repo.