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 ...