hy all,
 
I´ve the following problem:
 
I created a control and than added an ImageList to this control. I put
some pictures into the list and everything was fine.
There were no problems, neighter at designtime nor at runtime.
 
Now I´ve added only one little picture and changed the order of items.
The result is this exception:
 
//-----
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 "myControl.resources" was correctly embedded or linked into
assembly "myAssem". 
baseName: myClass locationInfo: myKA  resource file name:
myControl.resources  assembly: myAssem, Version=1.0.849.30802,
Culture=neutral, PublicKeyToken=null
//-----
 
I´ve deleted both outputdirs (bin and obj) and compiled the whole
solution again.
-> same prob
 
I also removed the ImageList from my control and removed any code that
uses this ImageList.
-> my program has compiled and run
 
Can anyone give me a hint, plz?
 
Thx in advanced
 
Dario

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to