Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing null characters from strings Pin
NHM23-May-03 5:07
NHM23-May-03 5:07 
GeneralRe: Removing null characters from strings Pin
S O S24-May-03 1:35
S O S24-May-03 1:35 
GeneralRe: Removing null characters from strings Pin
Bo Hunter24-May-03 7:56
Bo Hunter24-May-03 7:56 
GeneralRe: Removing null characters from strings Pin
S O S24-May-03 10:41
S O S24-May-03 10:41 
GeneralRe: Removing null characters from strings Pin
Acidis31-May-03 9:33
Acidis31-May-03 9:33 
GeneralRe: Removing null characters from strings Pin
Acidis1-Jun-03 10:05
Acidis1-Jun-03 10:05 
GeneralRecordSets && DataSets Pin
NHM23-May-03 5:00
NHM23-May-03 5:00 
GeneralPlease help: System.Resources.MissingManifestResourceException Pin
Mertli Ozgur Nevres23-May-03 4:42
Mertli Ozgur Nevres23-May-03 4:42 
I wrote a windows application using threads. There is some images is in my main form. Form was working well. Then i added a delegate to add controls to main form from another thread. Like this:

using System.Xml;
using System.Threading;

delegate void AddTabPage( string strUniqueID );

namespace ggg


But now, i get a runtime error like this:

An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll

Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "Form_OperatorMain.resources" was correctly embedded or linked into assembly "SupportAliveOperator".
baseName: Form_OperatorMain locationInfo: SupportAliveOperator.Form_OperatorMain resource file name: Form_OperatorMain.resources assembly: SupportAliveOperator, Version=1.0.1238.30259, Culture=neutral, PublicKeyToken=null


can anyone help me?
thanks..

Generalmenu item with image Pin
NHM23-May-03 4:05
NHM23-May-03 4:05 
GeneralRe: menu item with image Pin
Tomas Petricek23-May-03 13:02
Tomas Petricek23-May-03 13:02 
GeneralRe: menu item with image Pin
KingTermite23-May-03 14:14
KingTermite23-May-03 14:14 
GeneralC# Dockable/Floating Menu Pin
NHM23-May-03 3:14
NHM23-May-03 3:14 
GeneralDebug this!!!!!! Pin
nosmij23-May-03 1:36
nosmij23-May-03 1:36 
GeneralRe: Debug this!!!!!! Pin
James T. Johnson24-May-03 9:05
James T. Johnson24-May-03 9:05 
GeneralActiveX in C# Pin
james4723-May-03 1:32
james4723-May-03 1:32 
GeneralRe: ActiveX in C# Pin
J. Dunlap24-May-03 13:08
J. Dunlap24-May-03 13:08 
Generalobject.equals Pin
Andrei Matei23-May-03 1:28
Andrei Matei23-May-03 1:28 
GeneralRe: object.equals Pin
leppie23-May-03 7:18
leppie23-May-03 7:18 
GeneralMedia Service programming with C# Pin
dmhorse22-May-03 21:39
dmhorse22-May-03 21:39 
GeneralChanging List View Highligh:confused: Pin
azusakt22-May-03 20:03
azusakt22-May-03 20:03 
GeneralRe: Changing List View Highligh:confused: Pin
J. Dunlap22-May-03 20:08
J. Dunlap22-May-03 20:08 
GeneralRe: Changing List View Highligh:confused: Pin
Carlos H. Perez22-May-03 21:17
Carlos H. Perez22-May-03 21:17 
GeneralRe: Changing List View Highligh:confused: Pin
Oyvind Bratland23-May-03 0:28
Oyvind Bratland23-May-03 0:28 
GeneralRe: Changing List View Highligh:confused: Pin
Carlos H. Perez23-May-03 17:32
Carlos H. Perez23-May-03 17:32 
GeneralRe: Changing List View Highligh:confused: Pin
azusakt23-May-03 15:20
azusakt23-May-03 15:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.