Top "Rcw" questions

The common language runtime exposes COM objects through a proxy called the runtime callable wrapper (RCW).

Why a RaceOnRCWCleanup error when closing a form with WebBrowser control on it?

VS2008, .NET 2, VB.NET, XP ... I have a Windows form, with a WebBrowser control and a Close button, which just …

.net winforms webbrowser-control rcw
How to avoid race on RCW cleanup

I have a gui application, that periodically shows the cpu load. The load is read by a StateReader class: public …

c# .net com concurrency rcw
RCW & reference counting when using COM interop in C#

I have an application that uses Office interop assemblies. I am aware about the "Runtime Callable Wrapper (RCW)" managed by …

c# com ms-office office-pia rcw
C# wrapper interface error: E_NOINTERFACE

I am trying to produce a C# wrapper for a COM object that I have (named SC_COM.dll), but …

c# com rcw