Make "Publish" and set prerequisites to run application

Asked

Viewed 150 times

1

I’m developing an application (Vb.net) that contains Krypton elements.

After doing "Publish", I compacted and sent one person to test it. However, this person answered me saying that he cannot run the application because he is missing a component: "Componentfactory.Krypton.Toolkit Version 4.4.0.0".

My question is, how to overcome this? Does the machine have to have Krypton Toolkit installed to run on a machine? If yes, it is possible to include Toolkit in the application setup so that it is installed together with the application?

  • Does this question have any specific relationship with VS 2012? Or even with any version of VS?

  • Yeah, I’m trying to Publish an application using Visual Studio 2012

  • But what if the problem is related to VS 2012? If it was another version, wouldn’t you have the problem? If you were using another resource to publish, the problem would not occur?

1 answer

0


Try accessing project properties and in the tab Publish click on Application Files... so in this dialog box mark the missing components files with the option Include.

Save your project and make new Publish, the files of this component should now be published along with your .exe.

  • Thank you friend, I will test and then I give reply

Browser other questions tagged

You are not signed in. Login or sign up in order to post.