What is wrong here?

G

Guest

Hi, friends,

In RepositoryFileSelect form, I have a TreeView control, which has its
imageList property being assigned to a TreeViewImageList control. All images
are added into this TreeViewImageList control, and everything looks fine.

However, when I compiled it, it stopped at:

this.TreeViewImages.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TreeViewImages.ImageStream")));

Further error messages say:

Could not find any resources appropriate for the specified culture (or the
neutral culture) in the given assembly. Make sure
"RepositoryFileSelect.resources" was correctly embedded or linked into
assembly "RepositoryFileSelect".
baseName: RepositoryFileSelect locationInfo:

What does it really want me to do? I already addes all image .bmp file into
the project....

Thanks a lot.
 
C

cody

I once had the same error. try to delete the bin and obj directories in your
project folder and do a complete rebuild, the problem should go away then.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top