Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you install windows service?

Answers were Sorted based on User's Feedback



How do you install windows service?..

Answer / nitya

hi..
First u have to create Windows Service..
For install Windows Service , u have to use one Command

first Build Windows Service..
then use this command..
installutil.exe <your service name.exe>
installutil.exe/u <your service name.exe> -->For uninstall

u have to use this command in visual studio 2005 -> visual
studio command Prompt -> write this above command..

Go in Particular path where u create Windows Service then
go to Bin -->Debug --> then implement this above Command..

try this..

Is This Answer Correct ?    2 Yes 0 No

How do you install windows service?..

Answer / smriti

Go Through,It will help u guys alot

http://www.developerfusion.co.uk/show/3441/2/

Is This Answer Correct ?    1 Yes 0 No

How do you install windows service?..

Answer / n.v.s.prasad

I Think,For Installing Windoes Service
i)First Create new Project and in Right Side Expand Visual
C# and select windoes service.
ii)Give name to your service.
iii)Write Your code IN OnStart Event.
iv)Add New Project To Your Solution and select 'setup'
project which is in other project templates
v)and set Project output type to primary output which is in
FileSystem(Service Setup).
vi)Right click Your service Setup in solution Explorer And
click install then your service is install in your system
vii)Go to controlpanel And click Administrtivetools(make
sure u have login as a Administrator (or) you are part of
Administrative Group) and then click services.
viii)Go to your service name and right click it and click
start then your service will run

Is This Answer Correct ?    1 Yes 0 No

How do you install windows service?..

Answer / sitakanta

Open the Visual Studio .Net Command Prompt and give the path of application
for example C:\bin\Debug> and then type InstallUtil Service.exe
To uninstall, InstallUtil /u Service.exe

After Installation ,right click My Computer and Select 'Manage' and Select 'Service and Applications' and in that Select 'Services'
Select 'Service' and start the Service.
IF No ERROR in your COde, It will work !

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


why many web.config files are used in are project

2 Answers  


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


What is the difference between visual basic and asp.net?

0 Answers  


Is asp.net outdated?

0 Answers  


Which class is used to send an email message from an ASP.NET Web page?

0 Answers   Sans Pareil IT Services,


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


What is http post action?

0 Answers  


What is difference between datalist and gridview?

0 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


how to elimainte the similar data from the different tables

0 Answers  


Categories