Error in form designer

O

osmarjunior

I have a form that is not appearing like it should, in designer mode.
It appears that is some problem with an image in my toolbar.

It shows the following error:

The type 'MyProject.Properties.Resources' has no property named
'Assistencia'.

In my case, "Assistencia" is an image in my ToolBar (ToolStrip).
And the image is there, in the Resource file. The name of the image is
also correct.

I try to rebuild the project several times, but the problem
continues...

Any ideia what it can be?

Regards.
 
T

TheSteph

I think you may have :

- deleted or renamed the original image file that should be in the
"Recources" Folder (in Solution Explorer).
- renamed the name of the image in the ressource file
'MyProject.Properties.Resources'.

Solution : Remove this object in your resource file, and remove the
references to this ressource, then close VS, re-Open VS, re-add your image
in the ressource file,

There is some bugs using the project ressource file.... I dont use it
because of these bugs..

steph.
 

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