-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: Exceptions when using NuGet #463
Comments
Hi @sindizzy Some packages may require 3rd party libraries to work. Unfortunately, NuGet doesn't support bundling of binaries within the package itself. |
How would I know what libraries are needed? Would I just go to nuget and download the animation library? |
Yes, it's one that I uploaded to work with .NET |
Ive only added the 2.0.2.0 nuget. I rebuilt and no go. The package itself seems to only have the animation DLL and nothing else. |
I'll have a look tomorrow |
@Wagnerp I think that it is possible, otherwise packages like gRPC would not work (i.e. you do not have to specify |
@Smurf-IV Is there any documentation on how to do this? It would make things easier |
I would do the same as you: Search via google.... |
@Wagnerp Also I have installed and re-installed about 3 or 4 times and each time I uninstall, it removes the reference to System.Windows.Forms. I found this odd. Is it supposed to do that? |
So maybe I'm doing something wrong but I added the Ultimate from nuget. Wanted to check out the controls on my .NET Framework 4.7.2 project. Once the download was complete I added some controls. CircularProgressBar failed to load with the message below. Then I added a calendar and it threw an exception as shown below. Did I miss some instructions to get the controls to work so I can give them a shot? Thanks for the great library.
The text was updated successfully, but these errors were encountered: