Login
Search
Home
Application Security Tips
Oracle , PL/SQL
IT Product Reviews
Project Management
Forum
Contact Us
Links & References
Avoid SQL Injection attack
Threats and Countermeasures: S.T.R.I.D.E
Input Validation
Session Management
Authentication Mechanism
Cross Site Scripting Vulnerabilities
Configuration Management
Oracle 9i - Programming basics PL/SQL
PL/SQL - Conditional Statements – IF
PL/SQL -Nested Block
LOOPS in PL/SQL
PL/SQL Records
Cursors in PL/SQL
PL/SQL Tables
PL/SQL Exceptions
PL/SQL Procedures
PL/SQL Functions
Oracle supplied packages
Packages
PL/SQL Ref Cursors
Types in Oracle PL/SQL
Varrays
Nested Table
Bfile and LOBs
Bulk Binding
Know Depandencies
PL/SQL Wrapper
Triggers
DBMS_SQL package
DBMS_DDL Package
DBMS_JOB Package
UTL_FILE Package
DBMS_METADATA Package
DBMS_PIPE Package
DBMS_SESSION Package
 
Blog
Imperativeness of agile methodology in software development
Get list of installed softwares on machines in your network
VMWare - Error - the vmware authorization service is not running
Add chart / graphs in ASP.net application / website
Microsoft Ramp Up
Blog
Review: uCertify.com: PrepKit for: 70-529 (C#)
Bird eye Review: uCertify.com: PrepKit for: 70-529 (C#)
>
Forum
Discussion forum
Discussion forum & Query resolution
How to debug a windows service ?
Author
Body
anonymous
9/11/2009 2:39 PM
If you're having trouble figuring out how to debug a windows service here is a useful article.
http://msdn.microsoft.com/en-us/library/7a50syb3
(VS.80).aspx
If you're trying to debug make sure when you install the service you install your debug version and not the release version or else your breakpoints won't work. Also, to install the service you need to install the application installutil. I'm running Windows XP with .Net framework 1.1. I had to make sure the InstallUtil.exe was in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and that directory was in my Path environment variable.