i have several initialization items in my Load event that I would like to suppress when the project is opened in the vs2008 IDE. is there a directive that I can place in front of my c# code that would prevent execution.
.net 2.0
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.
You could check for
DesignModein theLoadevent handler.