| Sign In/My Account | View Cart |
| Article: |
Build a Simple Web Service | |
| Subject: | c:\inetpub\wwwroot\MathLibrary\Service1.asmx.vb(5): Expected an identifier. | |
| Date: | 2002-01-23 06:17:12 | |
| From: | albert1234 | |
|
I am using v.s .net beta2 and i keep getting this errors help please ? |
||
Showing messages 1 through 3 of 3.
Public Function <WebMethod()> Add(ByVal n1 As
Integer, _ ByVal n2 As Integer) As Integer
...it should appear in your files as:
Public Function <WebMethod()> Add(ByVal n1 As _
Integer, ByVal n2 As Integer) As Integer
...to pass parser right.
Hope this helps.