Group: Forum Members
Posts: 19,
Visits: 86
|
Instead of proper messages, I always get exceptions (even if the message is a message for success)
I have checked my connection to the strataframe database and looks fine. The messages table does contain the message but the messages are not found
For example, when creating a package for install with the DDT I get this.
LocalizationKeyNotFoundException
The specified key [DBEPackageExportSuccessful] was not found within the messaging database.
KeyNotFoundException
The message key [DBEPackageExportSuccessful] could not be found in the localization data.
Source : MicroFour StrataFrame Base
Stack Trace:
at MicroFour.StrataFrame.UI.Localization.ThrowKeyNotFoundException(String Key)
at MicroFour.StrataFrame.UI.Localization.GetKeyRowFromSql(String Key)
at MicroFour.StrataFrame.UI.Localization.RetrieveMessage(String MessageKey)
at MicroFour.StrataFrame.Messaging.MessageForm.ShowMessageByKey(String MessageKey, Object[] ReplacementValues)
at MicroFour.StrataFrame.Data.ProfileEditorDialog.PackageProfileForInstall()
at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmdPackageForInstall_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|