|
OK, I got ASP.NET installed (it wasn't) and now I'm getting this error:
Compiler Error Message: BC30002: Type 'FileStream' is not defined.
Source Error:
Line 3: <script runat="server">
Line 4: Sub Page_Load
Line 5: Dim MyFileStream As FileStream
Line 6: Dim FileSize As Long
I also had to put @ in front of the Page Language="VB" to get it to work. Thanks.
|