Showing related tags and posts accross the entire site.
-
Hi there, I've got a strange problem with codemith, I'm trying to generate code from a database and when I try, I receive the following error message. System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values. apparentently the generation fails...
-
In creating my custom schema provider I used the MySQL provider as a model and saw how that separates immediate file handling (GetMyTableKeys) from related files (GetOtherTableKeys). I'm sure I'm not building the other table keys properly. Can someone confirm if I'm doing this correctly?...