wooo just three now

------ Build started: Project: questerer Configuration: Debug ------
Performing main compilation...


C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\AddQuestform.vb(21) : error BC30002: Type 'WindowsApplication1.DefaultNamespace.MainForm' is not defined.

Dim mainform As WindowsApplication1.DefaultNamespace.MainForm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\QuestStorage.vb(3) : error BC30002: Type 'ArrayList' is not defined.

Private commandList As New ArrayList
~~~~~~~~~
C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\QuestStorage.vb(14) : error BC30002: Type 'ArrayList' is not defined.

Public Function getCommands() As ArrayList
~~~~~~~~~

Build complete -- 3 errors, 0 warnings