.NET / C# String Reference in Code Behind Not Loading Updated Value
问题 I seem to have run into a strange issue whereby a string reference is not loading an updated value. In short, I've replaced a DLL file (App_Code.dll) that contains a bunch of page titles (think HTML Page Titles), but the values aren't being updated when referenced from other DLL's. Here's a code snippet from a codebehind of a sample page: this.Master.PageDescription = Constants.Titles.CardInfoPageDescription; The Constants class is compiled into App_Code.dll, which I just replaced. I've also