Did something change in the TextBuffer? I used to do: string s = "line of text"; TextBuffer tb = new TextBuffer(new TextTagTable()); tb.SetText(s, s.Length); tb.SetText() spits out this error now: error CS-0006: Could not find any applicable function for this argument list. -- George Farris <george@gmsys.com>