Overload resolution failed because no accessible..

GormthePeevish

New Member
Overload resolution failed because no accessible 'New' accepts this number of arguments.<BR><BR>This error comes while on this line... What does this mean???? any idea<BR><BR>Dim ticket As New FormsAuthenticationTicketThat error happens because there is no accessible constructor for that class that accepts no arguments...here's a link to all the constructors for FormsAuthenticationTicket....<BR><BR>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebsecurityformsauthenticationticketcla ssctortopic.asp<BR><BR>Tim
 
Back
Top