Advertisement
Guest User

get-alias-error

a guest
Nov 21st, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Method not found: 'System.String umbraco.interfaces.IApplication.get_Alias()'.
  4.  
  5. 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.
  6.  
  7. Exception Details: System.MissingMethodException: Method not found: 'System.String umbraco.interfaces.IApplication.get_Alias()'.
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  12.  
  13. Stack Trace:
  14.  
  15. [MissingMethodException: Method not found: 'System.String umbraco.interfaces.IApplication.get_Alias()'.]
  16. umbraco.BusinessLogic.Application.RegisterIApplications() +0
  17. umbraco.BusinessLogic.Application..cctor() +51
  18.  
  19. [TypeInitializationException: The type initializer for 'umbraco.BusinessLogic.Application' threw an exception.]
  20. umbraco.BusinessLogic.Application.get_SqlHelper() +0
  21. umbraco.BusinessLogic.User.setupUser(Int32 ID) +53
  22. umbraco.BusinessLogic.User.GetUser(Int32 id) +129
  23. umbraco.GlobalSettings.get_Configured() +110
  24.  
  25. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement