Interesting. I'm not a VB programmer, so I'll answer in C#, forgive me. At the top of the file, you have some comments stating certain attributes are needed, but the attributes are missing. I've filled them in below (replace author information with your info):
' The following Assembly attributes must be applied to each Organism Assembly ' The class that derives from Animal [assembly: OrganismClass("VBCreatures.SimpleHerbivore")]
' Provide Author Information ' Author Name, Email [assembly: AuthorInformation("David Kocur", "dkocur@airmail.net")]
|