Localized resource for token 'groupExpColl' could not be found for file with path
-
Wednesday, March 05, 2008 4:52 PM
Hi
We have a publishing site with variations. Currently only one variation, exists. We are getting this error when we navigate to the view items of the list.
Localized resource for token 'groupExpColl' could not be found for file with path: "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Features\MyCustomList\custlist\schema.xml".
Any idea what could be the reason. And also it is trying to read from Resources.en-US.resx. I checked the Resources folder. we only have Core.resx and Core.en-us.resx. I can see the entry for 'groupExpColl' in both the resource files.
Regards
Rajesh
All Replies
-
Friday, May 23, 2008 6:13 AMHave you got a solution to this?
-
Tuesday, September 23, 2008 4:35 PM
Rajesh,
See here: http://blogs.msdn.com/carloshm/archive/2008/03/13/did-you-find-groupexpcoll-error-in-your-logs.aspx
Basically the feature manifest file needs the DefaultResourceFile="core" entry as MS don't absolutely specify their resources in the List schems view definitions. It is complaining because the resource string is $Resources:groupExpColl not $Resources:core,groupExpColl.
Best,
CAN
Craig- Marked As Answer by Michael Washam - MSFT Wednesday, September 24, 2008 9:38 PM

