Вопрос

As I said in the title, I have Krypton ToolKit downloaded on one computer, but am submitting a project using the toolkit to be graded by a professor who almost certainly does not have it. My question will he be able to run it?

Это было полезно?

Решение

It depends on which Krypton controls you are using in the project. The most used krypton DLL is:

ComponentFactory.Krypton.Navigator.dll

Check your project references and see which krypton DLLs have included there. Also if you set the property "Copy Local" to "True" for Krypton reference(s) and build the project then you will get them in your Bin directory. The other Krypton DLLs which maybe necessary for your project (if included):

ComponentFactory.Krypton.Design.dll
ComponentFactory.Krypton.Docking.dll
ComponentFactory.Krypton.Navigator.dll
ComponentFactory.Krypton.Ribbon.dll
ComponentFactory.Krypton.Workspace.dll

These DLLs exist in:

%YourProgramFiles%\Component Factory\Krypton Toolkit (Version)\Bin

Finally make sure that your professor has the .NET Framework to be able to run your program.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top