Tagged Questions
5
votes
1answer
769 views
VS2008 UnitTesting - detached RCW with Office Application objects (PowerPoint, etc.)
BACKGROUND
I am automating an PowerPoint 2007 via C#
I am writing unittests using the built-in unit testing of Visual Studio (Microsoft.VisualStudio.TestTools.UnitTesting) for my code
I am well ...
4
votes
4answers
798 views
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 the runtime. But I am not very sure how the reference count gets ...