We created a package with Cameyo and the package works fine except for no strings were loaded. When we run the application from the sandbox "extracted" PROG folder it loads the strings fine.
Our strings are loaded by doing this Directory.GetFiles(folder, "Product*.Resources.Core.dll");
Our developpers have found that removing the string before the wildcard * fix the issue. So they replace it with Directory.GetFiles(folder, "*.Resources.Core.dll");
Could you confirm if this is a bug and will it be fixed in future version?
I know, i used "Product" as an example word, it was intentional to not use the real word . I told you the dll name when I sent you the link yesterday .