{"id":5976,"date":"2014-04-11T06:57:30","date_gmt":"2014-04-11T06:57:30","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/11\/multilingual-website-in-asp-net-collection-of-common-programming-errors\/"},"modified":"2014-04-11T06:57:30","modified_gmt":"2014-04-11T06:57:30","slug":"multilingual-website-in-asp-net-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/11\/multilingual-website-in-asp-net-collection-of-common-programming-errors\/","title":{"rendered":"Multilingual website in ASP.NET-Collection of common programming errors"},"content":{"rendered":"<p>This is a part of my multilingual website code . i am getting a runtime error<\/p>\n<pre><code>           Thread.CurrentThread.CurrentCulture = new CultureInfo(\"en-US\");\n            rm = new ResourceManager(\"Resources.Default.apsx\", System.Reflection.Assembly.Load(System.IO.File.ReadAllBytes(\"E:\\\\New folder\\\\multi_lang\\\\multi_lang\\\\App_LocalResources\")));\n            ci = Thread.CurrentThread.CurrentCulture;\n<\/code><\/pre>\n<p>Here i am gettingan error in second line saying<\/p>\n<p>1.Make sure you have sufficient privilages to access this resources<\/p>\n<ol>\n<li>if you are attempting to access a file, make sure it is not Readonly.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>This is a part of my multilingual website code . i am getting a runtime error Thread.CurrentThread.CurrentCulture = new CultureInfo(&#8220;en-US&#8221;); rm = new ResourceManager(&#8220;Resources.Default.apsx&#8221;, System.Reflection.Assembly.Load(System.IO.File.ReadAllBytes(&#8220;E:\\\\New folder\\\\multi_lang\\\\multi_lang\\\\App_LocalResources&#8221;))); ci = Thread.CurrentThread.CurrentCulture; Here i am gettingan error in second line saying 1.Make sure you have sufficient privilages to access this resources if you are attempting to access a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5976","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=5976"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5976\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=5976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=5976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=5976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}