.net - Resources (.resx) works in VS2013, but not in VS2010 -
.net - Resources (.resx) works in VS2013, but not in VS2010 -
the problem resources (.resx) globalization works in vs2013, doesn't in vs2010.
i have .net4 solution created vs2013 class library , test project. manage resources folder/namespace "resources" under add together .resx files. created 2 methods in class1.cs test resources.
i phone call 2 static methods in test project.
when run in vs2013, works fine. when run in vs2010, returns default resource (never .fr.resx).
it works other way around (for solution created in vs2010 opened vs2013).
any thought why returns default value? give thanks you!
slnresources.zip
.net visual-studio-2010 visual-studio-2013 localization resx
Comments
Post a Comment