Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am writing a forms designer using .NET. I am using CodeDomDesignerLoader as the base for my own loader. There is a INameCreationService already implemented in the CodeDomDesignerLoader.

I would like to replace the INameCreationService with my own implementation. But I am not sure how to do it correctly and whether it is posible or not.

The question is: is that possible to set my own implementation on the INameCreationService, and if it is could you please give a hint on how to do it.

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.