Click here to Skip to main content
15,902,840 members
Home / Discussions / C#
   

C#

 
QuestionHow can I know raw header information through BHO? Pin
svt gdwl4-May-09 18:39
svt gdwl4-May-09 18:39 
Questiondebuggin in windows service Pin
mark_me4-May-09 13:54
mark_me4-May-09 13:54 
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 
Hello,
i am assigned to work on a windows service developed by another programmer. I am having problems attaching to the windows service. the service was communicating with a remote server and for testing purposes, i want it to work on my local host.Whenever i get disconnected from LAN, it won't run probably because it can't make a connection to server, but i want to insert a breakpoint right at the beginning so whenever i find a connection to remote server, i change it. this didn't work,
so i thought of uninstalling the current service and installing a new instance of it with local host only, But i am having the following probs.///i don't know the exact path. solution (folder)has been pasted to another location


c:\Program Files\Microsoft Visual Studio 9.0\VC>installutil /u marketordermanage
r.exe


Exception occurred while initializing the installation:
System.IO.FileNotFoundException: Could not load file or assembly 'file:///c:\Pro
gram Files\Microsoft Visual Studio 9.0\VC\marketordermanager.exe' or one of its
dependencies. The system cannot find the file specified..

i don't have it in controlpanel\add or remove programs...

i even tried the sc command, it didnt work. how do i delete this service.

thanx inadvance
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 
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 

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.