Resource File Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kushal49
    New Member
    • Feb 2008
    • 10

    Resource File Problem

    I am using resource files and fetching key/value pair from it..
    For my all the pages its working fine except at one place I am getting exception as:

    System.Resource s.MissingManife stResourceExcep tion' string {System.Resourc es.MissingManif estResourceExce ption

    This is very strange... its working every where and the key is present in resource file..

    Anybody please help me out in this...

    Thanks in advance.
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by kushal49
    I am using resource files and fetching key/value pair from it..
    For my all the pages its working fine except at one place I am getting exception as:

    System.Resource s.MissingManife stResourceExcep tion' string {System.Resourc es.MissingManif estResourceExce ption

    This is very strange... its working every where and the key is present in resource file..

    Anybody please help me out in this...

    Thanks in advance.
    Have you debugged your code to identify where the code is being thrown to an exception? If so post the logic that you believe is failing and we will take a look.

    Nathan

    Comment

    Working...