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:

enter image description here


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -