Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Objectname 'Message'
Message
From
11/08/2005 05:35:36
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Invalid Objectname 'Message'
Miscellaneous
Thread ID:
01040122
Message ID:
01040122
Views:
63
Hi,
I hope "Invalid Objectname 'Message'" is the correct translation of the german error I get on a web form.
The problem is, that I have localization=false and no message table exists in my database. When I now submit a form with i.e. a textbox that contains a wrong value, the "AddBrokenRuleForControl" of the webpage tries to get the message for this error. This ends in a "GetMessageCache" call which calls "GetAllMessages" which then fails, because the message table doesnt exist.

Is there a place where I can turn this feature off, so that I can run my application without the message table?
In my Web.config the localization is off
add key="LocalizeApp" value="false"

With regards
Thomas
Next
Reply
Map
View

Click here to load this message in the networking platform