Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Objectname 'Message'
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01040122
Message ID:
01040187
Views:
17
This doesn't exactly answer your question but it solved my problem (the same one you are experiencing).

I simply created a message table with the following structure:
Name:  Message

Column Name    Data Type   Length    Allow Nulls
MessageKey     char        10             x
MessageText    char        10             x
DialogText     char        10             x
LanguageFK     int          4             x
and left it empty. Problem solved (for me anyway).

HTH,

CTBlankenship
Previous
Reply
Map
View

Click here to load this message in the networking platform