I have a COM dll implementation with set of methods from multiple interfaces. I want to test my COM implementation to check whether my COM implementation is working when its created from out-proc.
How to create COM object in out-proc?
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.
There are some ways to accomplish this, but I think the easiest way is to register our DLL (COM server) under COM+.
Also, check this answer.