Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: debuggin in windows service Pin
N a v a n e e t h4-May-09 19:33
N a v a n e e t h4-May-09 19:33 
QuestionHighlight text in a datagridview cell. PinPopular
edlanka4-May-09 13:28
edlanka4-May-09 13:28 
QuestionDisplay image on Hover on a button in a winform Pin
edlanka4-May-09 11:43
edlanka4-May-09 11:43 
AnswerRe: Display image on Hover on a button in a winform Pin
Christian Graus4-May-09 12:05
protectorChristian Graus4-May-09 12:05 
GeneralRe: Display image on Hover on a button in a winform Pin
mohmeh834-May-09 19:51
mohmeh834-May-09 19:51 
QuestionProblem uninstalling win service Pin
mark_me4-May-09 9:52
mark_me4-May-09 9:52 
AnswerRe: Problem uninstalling win service Pin
mohmeh834-May-09 19:56
mohmeh834-May-09 19:56 
AnswerRe: Problem uninstalling win service [modified] Pin
King Julien4-May-09 21:19
King Julien4-May-09 21:19 
Hi the problem is nothing....

your marketordermanager.exe is not in the same path c:\Program Files\Microsoft Visual Studio 9.0\VC>

use this batch script

ECHO OFF
set DOTNETFX2=%SystemRoot%\Microsoft.NET\Framework\v2.0.50727
set PATH=%PATH%;%DOTNETFX2%
echo Uninstalling WindowsService...
echo ---------------------------------------------------
InstallUtil /u "%~dp0/marketordermanager.exe"

echo ---------------------------------------------------
echo Done
pause



just copy the code in a notepad and save it as a batch file. Then run the batch file from the same path where you have the exe...

It will solve your problem....

Have a Happy Coding.....

modified on Tuesday, May 5, 2009 3:25 AM

Questioni need it as a prototype Pin
7alool4-May-09 9:12
7alool4-May-09 9:12 
AnswerRe: i need it as a prototype PinPopular
Pete O'Hanlon4-May-09 9:18
mvePete O'Hanlon4-May-09 9:18 
GeneralRe: i need it as a prototype Pin
Henry Minute4-May-09 10:05
Henry Minute4-May-09 10:05 
AnswerRe: i need it as a prototype Pin
Christian Graus4-May-09 11:40
protectorChristian Graus4-May-09 11:40 
AnswerRe: i need it as a prototype Pin
Dave Kreskowiak4-May-09 17:33
mveDave Kreskowiak4-May-09 17:33 
AnswerRe: i need it as a prototype Pin
mohmeh834-May-09 20:07
mohmeh834-May-09 20:07 
GeneralRe: i need it as a prototype Pin
Christian Graus4-May-09 20:38
protectorChristian Graus4-May-09 20:38 
GeneralRe: i need it as a prototype Pin
mohmeh834-May-09 21:24
mohmeh834-May-09 21:24 
AnswerRe: i need it as a prototype Pin
Alaric_5-May-09 5:53
professionalAlaric_5-May-09 5:53 
QuestionThe title of a control Pin
nike_arh4-May-09 8:45
nike_arh4-May-09 8:45 
AnswerRe: The title of a control Pin
Henry Minute4-May-09 8:48
Henry Minute4-May-09 8:48 
GeneralRe: The title of a control Pin
nike_arh4-May-09 9:49
nike_arh4-May-09 9:49 
GeneralRe: The title of a control Pin
Pete O'Hanlon4-May-09 9:52
mvePete O'Hanlon4-May-09 9:52 
GeneralRe: The title of a control Pin
Henry Minute4-May-09 10:03
Henry Minute4-May-09 10:03 
GeneralRe: The title of a control Pin
nike_arh4-May-09 10:16
nike_arh4-May-09 10:16 
GeneralRe: The title of a control Pin
nike_arh4-May-09 10:26
nike_arh4-May-09 10:26 
GeneralRe: The title of a control Pin
Pete O'Hanlon4-May-09 10:32
mvePete O'Hanlon4-May-09 10:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.