请问这句应该加在哪?谢谢
我加了之后不行。。。
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30684: 'StreamReader' is a type and cannot be used as an expression.
Source Error:
Line 23: <td width="33%"><font color="#FFFFFF">
Line 24: <%
Line 25: StreamReader("li.txt",Encoding.GetEncoding("GB18030"

);
Line 26: %>
Line 27: </font></td>
我用的vb语言编写。。。
应该怎样改?谢谢!!!