Closed rahulmaxi closed 5 years ago
Hi @rahulmaxi
Which package did you install, as you may need the full toolkit or to download other modules?
Hi @Wagnerp ,
Thanks for your response. I have installed package KryptonToolkitSuite5470 -Version 5.470.1231. This is what I have done
Could you please suggest what else I am missing or should install to get it working.
Thanks, Vikrant.
Hi @rahulmaxi
If it compiles correctly, then you should be able to use the toolkit as normal.
The Krypton components are not shoing up in the project, but you have installed them at the solution level. What version of the .Net framework have you set your project to ? (i.e. 5.470 requires .Net 4.70)
Hi @Smurf-IV ,
Thanks for pointing out the version issue. I created another one with 4.7 but still no luck. I am still missing .dll files for it. I can not use KryptonForm yet.
To be honest I am confused how should I install this package (Krypton-NET-5.470) via nuget to get the dll files.
Thanks, Vikrant.
Hi @rahulmaxi
It looks as if you haven't put in using ComponentFactory.Krypton.Toolkit;
yet. I would recommend that you have a look at IntelliSense Extender, as this extension will deal with your references automatically.
@Wagnerp , using ComponentFactory.Krypton.Toolkit; goes unrecognized due to missing dll files. I am expecting dll files should be added in References as soon as package is installed from nuget package manager.
Yes they should all be in the References section. Do you have a folder named packages
? Also, what version of Visual Studio are you using?
I am using VS2013. I do find folder name packages with following.
Hi @rahulmaxi
It seems to be a weird VS 2013 issue, all other VS versions seem to be ok.
Hi @Wagnerp , Looks like but only with Krypton-NET-5.470. When I attempt to install Krypton-Toolkit-Suite-Extended-NET-5.470 via nuget it adds references automatically(though I did not use it in any form). When I installed log4net from nuget it also worked well adding references automatically.
Hi @rahulmaxi
I can upload the binaries to here if you want?
Hi @Wagnerp , Thanks for your response. I installed the Krypton.Toolkit.Suite.for.NET.4.7.exe and manually added the required DLLs.
Hi, When I installed this package with Nuget package manager in VS2013 for C# project, I couldn't find dll files added in references neither in package directory to create manual references. Can you please help me through if I am doing something incorrect.
Thanks, R.