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