As per project requirement we need to convert images from word document into bitmap object. To achieve this we tried to convert inlineshape object from Microsoft.Office.Inte
Resolved in this post: https://stackoverflow.com/a/7937590/1071212 It's a problem with STAThread:
Thread thread = new Thread([Method]); thread.SetApartmentState(ApartmentState.STA); thread.Start(); thread.Join();