This topic is locked

fix - CheckSecurity()

7/19/2009 9:19:47 AM
ASPRunner.NET General questions
A
almasri author

hello all
I hope you fine
I need to share this with you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12353&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />
I work on ASPRunner.NET 5 and after build I found error for each page in CheckSecurity() function after use login option

and after try to solve that, the problem solved when I changed all that line from
Private Function CheckSecurity() As Boolean

to

Private Overloads Function CheckSecurity() As Boolean
in all the project solution <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12353&image=2&table=forumtopics' class='bbc_emoticon' alt=':lol:' />