An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888). 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888).Source Error: 
Line 31:  try
Line 32:  {
Line 33:  Control skin = Page.LoadControl(skinFile);
Line 34:  return skin;
Line 35:  }Version Information: Microsoft .NET Framework Version:2.0.41202.0; ASP.NET Version:2.0.41202.0 
 
其中skinFile为:~/Styles/Default/Controls/Header.ascx这样的字符串。
这个错误有时发生,有时又不发生,发生这个错误后,什么也不用改,刷新几下又好了,怎么回事?