Hi everyone,
I just resumed working with ASP after a year or so out of the loop and I
have this problem (using a simple html editor). Here's my code:
dim temp (5)
temp(1) = "blablabla"
ReDim Preseve (temp(10))
Response.Write temp(1)
when I run it I get an error
Error Type:
Microsoft VBScript runtime (0x800A0009)
Subscript out of range: '[number: 10]'
/index.asp, line 18
Code seems legit, but something else led me to believe it could be a problem
with the Personal Web Server version:
When I starting an ASP.NET Web Application with my Visual Studio.NET it told
me
"Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
Applications or services" and it does not start the project.
Has anyone encountered that before?
Appreciate any input.
Thanks,
Lev