I have incorporated this but when I click on the button I get the following exception.LocalizationKeyNotFoundException
The specified key [SFSTText - None] was not found within the localization database.
FileNotFoundException
The file [Message_Languages.xml] could not be found. The localization languages table could not be loaded.
Source : MicroFour StrataFrame Base
Stack Trace:
at MicroFour.StrataFrame.UI.Localization.LoadLanguageTable(Boolean IgnoreExceptions)
at MicroFour.StrataFrame.UI.Localization.LoadXmlFile(Int32 LocaleID)
at MicroFour.StrataFrame.UI.Localization.GetKeyRowFromXml(String Key)
at MicroFour.StrataFrame.UI.Localization.RetrieveTextValue(String TextValueKey)
at MicroFour.StrataFrame.Security.SecurityDialog..ctor(Int32 ProjectPK, ShowProjectPropertiesDeleg ShowProjectProperties, CreatePermissionEditor CreatePermEditor)
at MicroFour.StrataFrame.Security.SecurityDialog..ctor()
at EVDA.Form1.Button1_Click(Object sender, EventArgs e) in C:\Documents and Settings\Jason\My Documents\Visual Studio 2005\Projects\EVDA\EVDA\Form1.vb:line 4
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)