Why is the resource(.resx) file not showing the Image?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jay123
    New Member
    • Sep 2008
    • 121

    Why is the resource(.resx) file not showing the Image?

    Hello,
    I have 1 resource file where one of the variable points to images path.

    Now when i try to run my solution. That image isnt appearing rather an empty space is coming up same as a size of an image.

    As we already has another image working that way, so when i replace my new image value to old image value, that work.

    I have checked the properties of new image i have added and Build action has been set as 'Embeeded Resource' as par with already existing image.

    I know i am missing very minor thing here.

    Can anyone give me his/her thought what i may be missing.

    Any help appreciated.

    Thanks in advance.
    Jay
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    delete the entries and remake them?

    Comment

    • jay123
      New Member
      • Sep 2008
      • 121

      #3
      What worked was adding the same entry in assemblyinfo class in that project. i have worked on globalization before what never added anything manually other than in resource file but in this case, whatever i enter in resource file has to be manually entered in assemblyinfo class of that particular project.

      Anyway everyone for looking at this.

      Cheers
      jay

      Comment

      Working...