m66n / ipaddresscontrollib

Automatically exported from code.google.com/p/ipaddresscontrollib
Other
62 stars 26 forks source link

.NETFramework,Version=v4.5 #14

Closed Jaom closed 7 years ago

Jaom commented 7 years ago

Could not install package 'IPAddressControlLib 1.3.5942.27121'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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.

m66n commented 7 years ago

You're better off just downloading the source for whichever version of Visual Studio you're using, and building it as part of your project. The file from NuGet doesn't add the control to the Visual Studio form design toolbox (or at least it doesn't for me.) I'll look into adding multiple versions into the Nuget file, but it will take a few days.

Jaom commented 7 years ago

Somehow I got it working. I'd tell how but I was busy with something and I didn't notice how that happened... (obviously I needed to add it to the the toolbox after it succeeded with the NuGet Installation).