0 votes
by (160 points)
edited

HI How can I show the All FTP logs on my vb.net RichTextBox control. I am using .net 3.0 frame work

When I am using client.LogWriter = New RichTextBoxLogWriter(lbox, lbox.MaxLength, LogLevel.Info)

It is raising an error "RichTextBox is ambiguous in the namespace Rebex"

Would Anybody fix this?

My heart full thanks to the Replies...

1 Answer

0 votes
by (58.9k points)
edited

Could you please send us a short repro?

We only have RichTextBox field in the FtpWinForm samples so maybe you just need to specify it more precisely for the compilator like this:

System.Windows.Forms.RichTextBox
...