--- In syndirella@yahoogroups.com, "kosunix" <kosunix@...> wrote:
>
> Hi all!
> I download lates version of Syndirella, add UtilityLibrary and XML-
> RPC.NET. Then I trying to build project and get following message:
>
> void Write(params [MarshalAs(UnmanagedType.SafeArray)] object[]
> items);
>
> Error 1 Type expected H:\Ncube\Syndirella_20030509-src
> \IHTMLDocument2.cs 156 27 Syndirella
> Error 2 ; expected H:\Ncube\Syndirella_20030509-src
> \IHTMLDocument2.cs 156 78 Syndirella
>
> Anybody get this message? And how did you fix it?
>
This bug was fixed with the author help.
void Write([MarshalAs(UnmanagedType.SafeArray)] params object[]
items);