Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
When you have more than one "blob" field on a table, the admin web page generated for that table causes a runtime error. The \ASP.NET\Common\Admin\Entity.aspx.cst has a const string _blobTemplate, which assumes that only one blob field exists for one table. I corrected the issue by adding an...
-
When you have more than one "blob" field on a table, the admin web page generated for that table causes a runtime error. The \ASP.NET\Common\Admin\Entity.aspx.cst has a const string _blobTemplate, which assumes that only one blob field exists for one table. I corrected the issue by adding an...