other problem!
From: rom (meir_c_at_ifat.com)
Date: 11/09/04
- Next message: Ekempd: "Help access denied error (I'm getting sick :( )"
- Previous message: rom: "private/public sub?"
- In reply to: rom: "private/public sub?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 9 Nov 2004 03:37:12 -0800
I read on the web that the problem might be that the name
of the function is already taken by another namespace so I
changed it and now it's ok. Not I get an error that a
function I'm using was not declared. the problem is that
it is declared, it is public, and I tried several names...
Thanks!
>-----Original Message-----
>I have the following like in an asp.net application in
the
>vb.net codebehind page:
>
>Compiler Error Message: BC30390: 'Care.Search.Private Sub
>saveFatherGroup_ServerClick(sender As Object, e As
>System.EventArgs)' is not accessible in this context
>because it is 'Private'.
>
>The problem is that the sub is PUBLIC! here it is as I
>copied it from the vb.net page:
>Public Sub saveFatherGroup_ServerClick(ByVal sender As
>System.Object, ByVal e As System.EventArgs)
>
>Any ideas???
>.
>
- Next message: Ekempd: "Help access denied error (I'm getting sick :( )"
- Previous message: rom: "private/public sub?"
- In reply to: rom: "private/public sub?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|