I was very happy when I found that Cassini offers just the functions I want, until I ran into this problem with Microsoft treeview control. The error says such:
This is an unexpected token. The expected token is 'QUOTE'. Line 2, position 63.
[XmlException: This is an unexpected token. The expected token is 'QUOTE'. Line 2, position 63.]
System.Xml.Schema.DtdParser.ParseExternalID() +874
System.Xml.Schema.DtdParser.ParseDocTypeDecl() +359
System.Xml.Schema.DtdParser.Parse() +61
System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner) +73
....
The thing is the web page that has the treeview control works fine under IIS. I have also xcopied the webctrl_client folder to the root folder in a futile attempt. Could anyone tell me what went wrong? Thanks!