System.ArgumentException: [Resource lookup failed - infinite recursion detected. Resource name: Arg

  • Thread starter Thread starter Roz Lee
  • Start date Start date
R

Roz Lee

I am trying to access a satellite assembly for a custom culture using
Resource Manager. When I use the .getstring method I get the
following error message:

System.ArgumentException: [Resource lookup failed - infinite recursion
detected. Resource name: Argument_AddingDuplicate__]

I can't find anything to help me on the internet except a brief
mention of issues with mscorlib and resource manager. Has anyone come
across this before. I have successfully done something similar in a
simple demo app and now I am trying to make it work in my commercial
app.
 
Back
Top