How can we help you today? How can we help you today?
JaradatISCO
Thank you , yes i did it and the issue appeared after i select obfuscation step. Cause we use jollan tool for language translation and this tool produce Dll resources and the exception appeared after the language form appear and before the load of the main application. [image] just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.TypeInitializationException: The type initializer for 'ShamelLight.Utility' threw an exception. ---> System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "ShamelLight.MultiLang.resources" was correctly embedded or linked into assembly "ShamelLight" at compile time, or that all the satellite assemblies required are loadable and fully signed.    at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)    at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)    at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)    at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)    at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)    at System.Resources.ResourceManager.GetString(String name)    at ..(Int32 )    at ..(Int32 , String )    at ShamelLight.Utility..cctor()    --- End of inner exception stack trace ---    at ..()    at ..(Object , EventArgs )    at System.Windows.Forms.Control.OnClick(EventArgs e)    at System.Windows.Forms.Button.OnClick(EventArgs e)    at ..(EventArgs )    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) / comments
Thank you , yes i did it and the issue appeared after i select obfuscation step. Cause we use jollan tool for language translation and this tool produce Dll resources and the exception appeared aft...
0 votes