Closed pc8181 closed 5 years ago
Hi @pc8181
The toolbox should automatically populate when you install the NuGet package into your project. Is this not happening? From the error, it's trying to find the Krypton Ribbon
DLL, can you confirm that all the standard toolkit binaries are all present?
Hi Sir, Finally 2 or 3 items tried and get tools in toolbox but i can see in my references look like below
otherwise working fine after 2 hours struggled.
Hi @pc8181
Were you upgrading from an older version? If so, I think I may have removed the errant Properties.Resources.Designer.dll
.
Hi Sir, No, i just fresh installation from Nuget ... today right now i create new project and try to install KryptonExtendedToolKit5470, i hv the same problem see the screentshot
Hi @pc8181
What happens if you remove the reference for Properties.Resources.Designer
?
Hi @pc8181
Are you still having the same issue?
ooh Sorry for late ... after removed nothing happen working as fine sir.. but first time i saw a .cs file as a reference
Thanks
Is the issue resolved in 1180?
today i just install from nuget : Install-Package KryptonExtendedToolkit5470 -Version 5.470.1030
after that i add tools item in toolbar from Packages folder. i drag Ribbon and compile but failed with below error
System.InvalidOperationException: 'An error occurred creating the form. See Exception.InnerException for details. The error is: Could not load file or assembly 'Krypton Ribbon, Version=5.470.796.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e' or one of its dependencies. The system cannot find the file specified.'
and warning symbol in : Properties.Resources.Designer.CS
how to populate toolbox items after nuget installed... i already set "Automatically Populate Toolbox" = True.