Link to home
Start Free TrialLog in
Avatar of AAWICT
AAWICT

asked on

Publishing a .Net Application

Dear Experts,

I am trying to publish my VB.net application.
When choose the project name then Build Deployment Package I get it built as attached but if I click on Publish only I get the error message that it's failed since project does not exist.

Please advise!

Regards,
Avatar of jonnidip
jonnidip
Flag of Italy image

Where do you want to publish your application?
Rather than just clicking "publish" I suggest you to enter the project properties (alt+enter on your project) and select "publish" menu.
It will show you some options...

Regards.
select build->publish "solutionname"

select the folder where to publish
select single dll or separate dll options to publish
Avatar of AAWICT
AAWICT

ASKER

I tried to pulish it from the build menu but I don't have the option to choose a dll file. It's the same as before!

Please check the attached.
publish.png
ASKER CERTIFIED SOLUTION
Avatar of jonnidip
jonnidip
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
select publish method as "File System"

and provide target location "c:\test\Publisheddll  -->for example (create some folder and select here)

and give publish

check it's publishing or not...if published u will have dll of all ur project files in the selected folder
Avatar of AAWICT

ASKER

Thanks.. It finally has worked after specifying the virtual directory.