summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-08-09 12:42:06 +0000
committerxue <>2006-08-09 12:42:06 +0000
commit2151151bb43f5c4151d293da8fe4d1806e8842b4 (patch)
tree39466ee3a94a474033ce476444419a4446e6ae2b /framework/Exceptions
parent7012130a7c98d602f3408d04c620a69055607781 (diff)
Added error information when content control doesn't specify a master control.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 90872e2f..cbb7cf04 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -164,6 +164,7 @@ control_stylesheet_applied = StyleSheet skin has already been applied to {0}.
control_id_nonunique = {0}.ID '{1}' is not unique among all controls under the same naming container.
templatecontrol_mastercontrol_invalid = Master control must be of type TTemplateControl or a child class.
+templatecontrol_mastercontrol_required = Control '{0}' requires a master control since the control uses TContent.
templatecontrol_contentid_duplicated = TContent ID '{0}' is duplicated.
templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '{0}' is duplicated.
templatecontrol_directive_invalid = {0}.{1} can only accept a static text string through a template directive.