Open GoogleCodeExporter opened 8 years ago
Hello amyhome,
I've tested it in all four .NET edition with the code below. It's passed.
If it worked for you once, it should be OK, since no one changed the lib after
that.
Check your project, make sure you refer the lib correctly.
[Test]
public void TranslatableCollectionTest()
{
var langugages = Language.TranslatableCollection;
foreach (var language in langugages)
{
System.Console.WriteLine(language.Value);
}
}
Original comment by iron9li...@gmail.com
on 12 Apr 2010 at 8:07
It may be something wrong with assembly-merge (via ILMerge).
Original comment by iron9li...@gmail.com
on 19 Apr 2010 at 5:10
Issue 43 has been merged into this issue.
Original comment by iron9li...@gmail.com
on 19 Apr 2010 at 5:10
how we solve it please anexception appear
Original comment by ibrahim....@gmail.com
on 4 Oct 2013 at 9:10
Original issue reported on code.google.com by
amyhome2...@gmail.com
on 10 Apr 2010 at 8:47