October 1, 2009 at 16:32 · Tags: asp.net, know how, localization, resource files
If you ever face problems with your resources and somehow the ASP.NET application/website refuses to load them, consider checking if your website path is readable by the process owner user of the website application pool.
February 14, 2005 at 00:00 · Tags: asp.net, resource files
Framework 2.0′da yarattığınız herhangi bir resource dosyanıza herhangi bir dosya eklemek için resgen aracını kullanmanıza gerek yok. Resx dosyanızı Visual Studio ile açmanız ve “Yeni resim ekle” seçeneÄŸini seçmeniz durumunda sizden direkt olarak eklemek istediÄŸiniz resmin yolunu istiyor.
Normal olarak resx dosyanıza attığınız bir dosyayı framework 2.0′da Resources.[ResxDosyasınınİsmi].[Dosyanınİsmi] ÅŸeklinde alabilmeniz mümkün.
Read the rest of this entry »