Can krypton toolkit run on other computers without toolkit installed?

后端 未结 1 1729
梦谈多话
梦谈多话 2021-01-23 07:29

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 no

相关标签:
1条回答
  • 2021-01-23 08:12

    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.

    0 讨论(0)
提交回复
热议问题