Deploying a .NET C# Console App -


all,

i created c# console app in vs2010 (.net4). hits database , sends out emails. works fine when run vs deploying app remote server has me befuddled. need install app on (1) remote windows server.

should easy, right?

looking @ publish settings, don't see build locally without creating installer (from cd-rom or dvd-rom) , other 2 options don't apply either, @ least descriptions.

so here did far:

the vs2010 publishing options given follows:

step #1 picked option 3 enter image description here

step #2 place generated files on remote server enter image description here

step #3 ran setup installer

step #4 error

enter image description here

question

am approaching correctly? if not, need do?

thanks

notice error:

the application requires assembly office version 12.0.0.0 installed in global assembly cache (gac) first.

refer this answer , this msdn question contains answer have quoted below:

we solved going applications files dialog under publish tab of project's properties , changing office.dll assembly include. had been set prerequisite (auto). --dave3182


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -