Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Server Error in '/' Application.
  2. Compilation Error
  3. 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.
  4.  
  5. Compiler Error Message: CS0103: The name 'DAONDASRTA' does not exist in the current context
  6.  
  7. Source Error:
  8.  
  9.  
  10. Line 132: <td><%=basePerson.VARTCC %></td>
  11. Line 133: </tr>
  12. Line 134: <% if (IVAOStaff.IsStaffList("EXEC*,MD,MAD,MA*,DOD,DOAD") || IVAOStaff.IsBOG() || IVAuthManager.GetUser().Rating > 10 || memberId == IVAuthManager.GetUser().Id || DAOMCMACNDA.Authorize(IVAuthManager.GetUser().Id) || DAONDANewMCMAC.Authorize(IVAuthManager.GetUser().Id) || DAONDASRTA.Authorize(IVAuthManager.GetUser().Id) )
  13. Line 135: { %>
  14. Line 136: <tr>
  15.  
  16. Source File: d:\inetpub\main\Member.aspx Line: 134
  17.  
  18.  
  19. Show Detailed Compiler Output:
  20.  
  21. Show Complete Compilation Source:
  22.  
  23.  
  24. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3429.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement