|
-
Dec 13th, 2012, 12:25 PM
#1
Thread Starter
Addicted Member
Resources problem. Has no property named...
Hy,
I have a problem with a project. I have many forms with different pictureboxex in them. It worked all fine until today. I didn't make any changes and all the pictures won't show up. I even had a backup that worked and now it doesn't work either.
However, other app that was ok has no problem.
So for absolutely every picture, image, backgroundimage, etc... in my project I get: the type projectName.my.resources.resources has no property named 'picturename'
Then I enter the error code and I have:
Me.PictureBox1.BackgroundImage = Global.Project_Manager.My.Resources.Resources.adaugapersoane, where project_manager is the name of my app.
I tried changing this with no luck to:
Me.PictureBox1.BackgroundImage = Global.Project_Manager.My.Resources.adaugapersoane
Me.PictureBox1.BackgroundImage = My.Resources.adaugapersoane
Now, if I run my program the picture is showing up. It also shows up ion the resources area. What's going on?
Has anyone come across this?
What should I do because I can't continue anymore?
I tried deleting the exe file and it works but only for the first compling and then... error...
PLEASE HELP
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|