Hi,
I imported SmppClientDemo to VB.Net 2008 studio,
but i see 5 error all about :
Handles clause requires a WithEvents variable defined in the containing type or one of its base types. D:\smpp\Inetlab.SMPP\Demo\VB.NET\SmppClientDemo\SmppClientDemo.vb
this code that generate the first error :
Private Sub bAbout_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles bAbout.Click
Dim frm As New AboutSmppClientDemo()
frm.ShowDialog()
End Sub
How to fix it ?
(sorry I am not so professional in VB.Net)
Thanks
VB.Net 2008 studio error
Re: VB.Net 2008 studio error
Sorry, I cannot reproduce this error.
Please try to download last version.
Please try to download last version.
Re: VB.Net 2008 studio error
Hi,
Thanks ,
No error now.
But still some Implicit conversion warning , i fixed it using CStr() & CInt() function.
It working fine now.
Thanks ,
No error now.
But still some Implicit conversion warning , i fixed it using CStr() & CInt() function.
It working fine now.
Re: VB.Net 2008 studio error
VB.NET code is generated from C# code, so it can contain warnings