I try to use myGeneration code generator for DNN module prototype. My god! It not able to display the tables of DNN database which I m just setup! After playing around with the tool. I found out the database name playing very important role here! Here the step I tried.
DB name = DNN4.6.2 ( Not able to display tables)
DB name = DNN4.6 ( Also not able to display tables)
DB name = DNN4 ( Finally able display tables)
DB name = DNN462 ( Yes, can able display tables)
Conclusion, Please dont put a ‘dot’ for your database’s name if you wish to use myGeneration to generate the code to speed up the development!