views:

507

answers:

0

I am currently usign resourcemanager's constructor to read the entries from my resource files. When I try to use CreateFileBasedResourceManager method it is throwing the below error Could not find any resources appropriate for the specified culture (or the neutral culture) on disk. baseName: Resource1 locationInfo: fileName: Resource1.resources

I have searched on web but couldn't able to find the solution for that.

My requirement is to load values from diff assemblies. based on the path of file i want to retrieve the value. can somebody suggest it ?