Welcome Guest! To enable all features please
Login
Posted by: microsoul - Tuesday, 23 November 2010 16:55:06 |
---|
I have moved forum from new server and i have this error:
What can 'be the cause?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'ForumPages' does not exist in the namespace 'YAF.Classes.Utils' (are you missing an assembly reference?)
Source Error:
Line 36: private string _origHeaderClientID;
Line 37: private string _origFooterClientID;
Line 38: private YAF.Classes.Utils.ForumPages _page;
Line 39: public event EventHandler |
Posted by: Jaben - Wednesday, 1 December 2010 08:11:44 |
---|
A mix of assembly and versions that aren't the same. |