views:

29

answers:

1

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!

+1  A: 

The best way I found is to write a unit test and debug it that way.

michielvoo