Board index » Visual Studio » do not have the same signature, WHY?
|
s4sadia
|
do not have the same signature, WHY?
Visual Studio148
This is a multi-part message in MIME format. ------=_NextPart_000_0057_01C6B24B.F97FEE40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I keep getting the following error, and I simply can't figure why I get = it....the object 'myFactory' exists in it's own library, and it is = references in a couple of other libraries also references by this web = application.... The strange thing though is, that even though this comes up as an error = I'm able to run the application without any problems, it's just rather = annoying to get all these errors (it's a rather large project, so I have = more than 100 of them) 'Private Sub Save_Click(factory As myFactory)' cannot handle Event = 'Public Event SaveButton(factory As myFactory)' because they do not have = the same signature. Any help would be greatly appreciated. TIA S=F8ren ------=_NextPart_000_0057_01C6B24B.F97FEE40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV> <P><FONT face=3DArial size=3D2>I keep getting the following error, and I = simply=20 can't figure why I get it....the object 'myFactory' exists in it's own = library,=20 and it is references in a couple of other libraries also references by = this web=20 application....</FONT></P> <P><FONT face=3DArial size=3D2>The strange thing though is, that even = though this=20 comes up as an error I'm able to run the application without any = problems, it's=20 just rather annoying to get all these errors (it's a rather large = project, so I=20 have more than 100 of them)</FONT></P> <P><FONT face=3DArial size=3D2>'Private Sub Save_Click(factory As = myFactory)' cannot=20 handle Event 'Public Event SaveButton(factory As myFactory)' because = they do not=20 have the same signature.</FONT></P> <P><FONT face=3DArial size=3D2>Any help would be greatly = appreciated.</FONT></P> <P><FONT face=3DArial size=3D2>TIA</FONT></P> <P><FONT face=3DArial size=3D2>S=F8ren</FONT></P></DIV></BODY></HTML> ------=_NextPart_000_0057_01C6B24B.F97FEE40-- - |
