Click here to Skip to main content
16,007,932 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionUnable to run the code from sp1 in sp2 Pin
SuchiTN12-May-09 4:06
SuchiTN12-May-09 4:06 
AnswerRe: Unable to run the code from sp1 in sp2 Pin
Pete O'Hanlon12-May-09 4:20
mvePete O'Hanlon12-May-09 4:20 
AnswerRe: Unable to run the code from sp1 in sp2 Pin
Luc Pattyn12-May-09 4:39
sitebuilderLuc Pattyn12-May-09 4:39 
Question[Message Deleted] Pin
lynn100712-May-09 3:34
lynn100712-May-09 3:34 
AnswerRe: How to use activeX function that has a pointer parameter in JavaScript? Pin
Dave Kreskowiak12-May-09 6:56
mveDave Kreskowiak12-May-09 6:56 
Question[Message Deleted] Pin
dragonfighterlee2112-May-09 2:36
dragonfighterlee2112-May-09 2:36 
AnswerRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET Pin
Dave Kreskowiak12-May-09 6:55
mveDave Kreskowiak12-May-09 6:55 
GeneralRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET [modified] Pin
dragonfighterlee2112-May-09 7:29
dragonfighterlee2112-May-09 7:29 
GeneralRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET Pin
Dave Kreskowiak12-May-09 8:26
mveDave Kreskowiak12-May-09 8:26 
QuestionMDI child window maximize through title-bar double-click Pin
angusmax12-May-09 0:03
angusmax12-May-09 0:03 
AnswerRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak12-May-09 6:53
mveDave Kreskowiak12-May-09 6:53 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax22-May-09 0:02
angusmax22-May-09 0:02 
GeneralRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak22-May-09 12:55
mveDave Kreskowiak22-May-09 12:55 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax28-May-09 0:07
angusmax28-May-09 0:07 
QuestionHow to use perfmon Pin
krishnan.s11-May-09 23:31
krishnan.s11-May-09 23:31 
AnswerRe: How to use perfmon Pin
Simon P Stevens12-May-09 0:23
Simon P Stevens12-May-09 0:23 
QuestionNeed help in code-behind Pin
Senthil S11-May-09 21:23
Senthil S11-May-09 21:23 
AnswerRe: Need help in code-behind Pin
Samer Aburabie12-May-09 20:40
Samer Aburabie12-May-09 20:40 
QuestionHow to use "Session" variables?? Pin
lsh486love11-May-09 21:21
lsh486love11-May-09 21:21 
AnswerCP IGNORE: Cross-posting Pin
Rajesh R Subramanian11-May-09 21:52
professionalRajesh R Subramanian11-May-09 21:52 
QuestionQuestion regarding File SreamReader in VB.NET Pin
bheeem11-May-09 21:05
bheeem11-May-09 21:05 
QuestionDebug Windows service Pin
Sundeep Ganiga11-May-09 18:27
Sundeep Ganiga11-May-09 18:27 
AnswerRe: Debug Windows service Pin
Mark Salsbery12-May-09 7:13
Mark Salsbery12-May-09 7:13 
Build the application for debugging.

Make sure the deployed location of the service application .EXE has the application's
debug info file (.PDB) there too.

In Visual Studio, go to the Debug menu and choose "Attach to Process...".

Adjust the settings in the dialog as necessary and find your running service process
in the list of processes. Then click the Attach button.


If you do this with the service application project loaded in VS, you can open source files
and set breakpoints, or whatever other usual debugging stuff you want to do.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Debug Windows service Pin
Sundeep Ganiga13-May-09 1:35
Sundeep Ganiga13-May-09 1:35 
GeneralRe: Debug Windows service Pin
Mark Salsbery13-May-09 6:11
Mark Salsbery13-May-09 6:11 

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.