Krypton-Suite-Legacy-Archive / Krypton-NET-5.470

A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
BSD 3-Clause "New" or "Revised" License
78 stars 20 forks source link

[Question]: DLL files #209

Closed rahulmaxi closed 5 years ago

rahulmaxi commented 5 years ago

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.

PWagner1 commented 5 years ago

Hi @rahulmaxi

Which package did you install, as you may need the full toolkit or to download other modules?

rahulmaxi commented 5 years ago

Hi @Wagnerp ,

Thanks for your response. I have installed package KryptonToolkitSuite5470 -Version 5.470.1231. This is what I have done image

Could you please suggest what else I am missing or should install to get it working.

Thanks, Vikrant.

PWagner1 commented 5 years ago

Hi @rahulmaxi

If it compiles correctly, then you should be able to use the toolkit as normal.

Smurf-IV commented 5 years ago

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)

rahulmaxi commented 5 years ago

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

image

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.

PWagner1 commented 5 years ago

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.

rahulmaxi commented 5 years ago

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

PWagner1 commented 5 years ago

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?

rahulmaxi commented 5 years ago

I am using VS2013. I do find folder name packages with following.

image

PWagner1 commented 5 years ago

Hi @rahulmaxi

It seems to be a weird VS 2013 issue, all other VS versions seem to be ok.

rahulmaxi commented 5 years ago

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.

PWagner1 commented 5 years ago

Hi @rahulmaxi

I can upload the binaries to here if you want?

rahulmaxi commented 5 years ago

Hi @Wagnerp , Thanks for your response. I installed the Krypton.Toolkit.Suite.for.NET.4.7.exe and manually added the required DLLs.