PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Error when adding ImageList to UserControl

Reply

Error when adding ImageList to UserControl

 
Thread Tools Rate Thread
Old 25-06-2003, 05:18 PM   #1
Craig
Guest
 
Posts: n/a
Default Error when adding ImageList to UserControl


In our UserControl object, I added an image list with
images through the dev studio. When I attempt to use the
control in a form, I get the following runtime error:

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 "DITVariableGrid.resources" was correctly embedded
or linked into assembly "DITu_Chart".
baseName: DITVariableGrid locationInfo:

=====================
If I remove the images from the list, the code runs
without any errors. Any ideas? I even tried to put an
image on a button control in the usercontrol, and I get
the same error. Please help.

Thanks in advance.


Craig Buck
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off