Pls can someone help me i want to package from VB.net 2008 but when i reached Add project Output is empty . How can i fixed that error. Thanks to All

Recommended Answers

All 4 Replies

What do you mean by package?

An Installation Package?

A dll?

Yes an installation package. I have created a small app and i want to make an installation package ,but Add Project Output Group is empty. Please help i am drowning

You have a few options.

The easiest: ClickOnce deployment.

The next two options are more complicated:

InnoSetup

InstallShield

InnoSetup being a free instal package tool, InstallSheild being Very expensive.

I take it that you are using VS2008 or ealier when we still had deployment projects.

The only way that I know that the "Add Project Output Group" dialog would be empty is if the startup project is the only one in the soultion that holds the setup project.
6eebd281bde234385681d372e56de8aa

What you are expecting is something like this where there is another project from which to populate the dialog.
109920d6946863407531412377f293ec

Please confirm that this is the situation or not.

Posting a picture similar to the ones I posted would be helpful.

commented: Nice post! +8
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.