Showing related tags and posts accross the entire site.
-
There is a bug in generated code having a m:m relationship and a composite key. Example TableA ( IdTableA (PK), Description ) TableB ( IdTableB1 (PK), IdTableB2 (PK), Description ) TableATableB ( IdTableA (PK), IdTableB1 (PK), IdTableB2 (PK) ) Generating code and compiling you obtain these errors: ....