ERRor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jainhemant007
    New Member
    • Apr 2010
    • 2

    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: CS0117: 'ASP.network_as px' does not contain a definition for 'TreeView1_Tree NodePopulate1'
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    So what is your question?

    You have an error that a control (or method) you once had is no longer there - but you still have references to it.

    My guess is you renamed something and all the references to it broke.

    Comment

    Working...