I've downloaded and successfully installed the lastest DNN on my 2k pro box. The site works great and I want to start developing my own moduled. However when I open the solution in 2002, I get a bunch of syntax errors.
In the file PaFolderCollection.vb this error occurs several times
For i As Integer = 0 To value.Length - 1
^^^^^^^^^
The errors are "i is not defined" and a "syntax error" on the As.
I already have the 1.1 framework installed. It appears that VB has changed from 2002 to 2003.
Can I just download a new compiler?
Or do I need to upgrade to 2003 (really can't afford it)?
Thanks. I tried searching on this topic but didn't find anything, so I hope I'm not duplicating another post.
mliebster