So I have a project where I generated my translation files but came across following problem:
I have the global translationsfile and xxxxx.g.xlf and my local language translationfile.
Now when I try to build this project it fails when my local translationfile is in the project however if i delete only that translationsfile and keep the global one I can build.
I keep getting the error:
System.ArgumentNullException: Value cannot be null.
Parameter name: value
Help would be welcome