Do "Publish" and set prerequisites for running application

1

I'm developing an application (vb.net) that contains Krypton elements.

After doing "publish", I compressed and sent a person to test it. However, that person has replied that he can not run the application because he lacks a component: "ComponentFactory.Krypton.Toolkit Version 4.4.0.0".

My question is, how to overcome this? Does running a machine need to have the Krypton toolkit installed? If yes, can you include the toolkit in the application setup to be installed together with the application?

    
asked by anonymous 10.02.2014 / 10:46

1 answer

0

Try to access the project properties and in the Publish tab click Application Files ... then in this dialog mark the files of the missing components with the option > Include .

Save your project and make Publish again, the files for that component should now be published together with your .exe .

    
10.02.2014 / 18:38