Skip to content
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

Open
sindizzy opened this issue Feb 13, 2024 · 13 comments
Open

[Question]: Exceptions when using NuGet #463

sindizzy opened this issue Feb 13, 2024 · 13 comments
Labels
discussion question Further information is requested

Comments

@sindizzy
Copy link

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.

image

image

image

@sindizzy sindizzy added discussion question Further information is requested labels Feb 13, 2024
@sindizzy
Copy link
Author

I uninstalled and re-installed it using the package manager. Now it says its missing an animation DLL although I see it in the package and my references.

image

image

@Wagnerp
Copy link
Contributor

Wagnerp commented Feb 14, 2024

Hi @sindizzy

Some packages may require 3rd party libraries to work. Unfortunately, NuGet doesn't support bundling of binaries within the package itself.

@sindizzy
Copy link
Author

How would I know what libraries are needed? Would I just go to nuget and download the animation library?

@Wagnerp
Copy link
Contributor

Wagnerp commented Feb 14, 2024

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

@sindizzy
Copy link
Author

Assuming its this one as the version numbers match what's already in my project:

image

@Wagnerp
Copy link
Contributor

Wagnerp commented Feb 14, 2024

Assuming its this one as the version numbers match what's already in my project:

image

Might be worth removing the other versions, as these may be causing conflicts. I will add the list of third party packages to the docs & where to get them. :)

@sindizzy
Copy link
Author

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.

@Wagnerp
Copy link
Contributor

Wagnerp commented Feb 14, 2024

I'll have a look tomorrow

@Smurf-IV
Copy link
Member

Some packages may require 3rd party libraries to work. Unfortunately, NuGet doesn't support bundling of binaries within the package itself.

@Wagnerp I think that it is possible, otherwise packages like gRPC would not work (i.e. you do not have to specify gRPC-Core if just referencing client.

@Wagnerp
Copy link
Contributor

Wagnerp commented Feb 15, 2024

@Smurf-IV Is there any documentation on how to do this? It would make things easier

@Smurf-IV
Copy link
Member

@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
Copy link
Contributor

Wagnerp commented Feb 15, 2024

@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....

I came to this but it's for VS 2015. Looks like it's possible via nuspec.

@sindizzy
Copy link
Author

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants