How to test a BuildProvider

Posted by michielvoo on Stack Overflow See other posts from Stack Overflow or by michielvoo
Published on 2009-10-19T17:40:28Z Indexed on 2010/03/25 20:43 UTC
Read the original article Hit count: 426

Filed under:
|
|

I have created a simple BuildProvider as a starting point, and althogh I get no errors, I don't have access to the generated class either. In fact, i don't know if my BuildProvider was even invoked. Is there a way to debug a BuildProvider? How do I know if there is a problem with my CodeDom or if it's something else?

Thanks!

© Stack Overflow or respective owner

Related posts about codedom

Related posts about buildprovider