i have a windows service which is writen in vb.net
in order to be sure about the performance
i want to test it before instalation
how can i do the job in vs2010
is there any special tool in vs2010 or an extension
any idea ?
Regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I already told you in my answer to your other question – you might want to check out some “hybrid” approaches, that would allow you to write your code as a command-line app first (which can be easily debugged), and once it works okay, you can then install it as a service: