c# - Failed to access embedded resources -
i failed access embedded resources. i'm using document reference https://msdn.microsoft.com/en-us/library/vstudio/aa970069(v=vs.100).aspx
the code
res = new uri($"pack://application:,,,/{assembly.getexecutingassembly().getname().name};component/language_default");
gives system.io.ioexception: can't find "language_default" resource
, exists in resources:
Comments
Post a Comment