I need a library for my ASP.NET MVC3 Application that can convert to and from HTML and RTF.
There are a lot out there that do just one, converting RTF to HTML. But I need to be able to go backwards too.
The closest Ive come is: http://code.msdn.microsoft.com/windowsdesktop/Converting-between-RTF-and-aaa02a6e
But that throws the error The calling thread must be STA, because many UI components require this.
Despite Ive not changed the code at all.