D
DC
Why in the hell am i getting this error?
Compiler Error Message: CS1519: Invalid token 'using' in class,
struct, or interface member declaration
Source Error:
Line 5: <script runat="server">
Line 6:
Line 7: using System;
Line 8: using System.Collections;
Line 9: using System.IO;
The code isnt really importanat but try as I might the "using" keyword
is causing an error, is this common am I being incredbly stupid? Does
anyone have a good example of a very basic c# asp.net pagI can play with?
Never had this much hassle writing scripts in vbscript
Thanks in advance.
--
_______________________________________________
DC
"You can not reason a man out of a position he did not reach through reason"
"Don't use a big word where a diminutive one will suffice."
"A man with a watch knows what time it is. A man with two watches is
never sure." Segal's Law
Compiler Error Message: CS1519: Invalid token 'using' in class,
struct, or interface member declaration
Source Error:
Line 5: <script runat="server">
Line 6:
Line 7: using System;
Line 8: using System.Collections;
Line 9: using System.IO;
The code isnt really importanat but try as I might the "using" keyword
is causing an error, is this common am I being incredbly stupid? Does
anyone have a good example of a very basic c# asp.net pagI can play with?
Never had this much hassle writing scripts in vbscript
Thanks in advance.
--
_______________________________________________
DC
"You can not reason a man out of a position he did not reach through reason"
"Don't use a big word where a diminutive one will suffice."
"A man with a watch knows what time it is. A man with two watches is
never sure." Segal's Law