So, in a WCF application, is there a magic Application_Start or something like that where I can compose the MEF container from an assembly directory?
Thanks!
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.
Implement the Constructor of your service, it will be called if your service is activated. Note that if you are hosting in IIS, this is not when the application pool starts, but rather when the first call is submitted to the service.