Registration-Free COM from ASP.NET?
Windows allows use of a COM object without having to register the COM dll.
Windows allows use of a COM object without having to register the COM dll.
I am trying to edit a word document from VB.NET using for the most part this code:
Looking to settle an argument here.
I’m running a form in a second thread. If I do Ctrl-C to copy text on the clipboard, I get an Exception, “Current thread must be set to a single thread apartment (STA) before OLE calls can be made. (Using the clipboard involves OLE apparently).