D
dcfullerton
I get this error from C#2008 using Microsoft.Office.Interop for Office 2003.
Printing is done in a DLL. This DLL can be called from a test driver with no
problem.
When called from another DLL with the Data, the error occurs.
System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is
unavailable. (Exception from HRESULT: 0x800706BA) at
Microsoft.Office.Interop.Word.ApplicationClass.get_Documents() at
CameraCardPrint.CameraCardPrint.PrintCameraCard(String Address, String
CityState, String FirstName, String FullName, String Grade, String ID, String
IDCode, String LastName, String Phone, String SchoolName, String SortInfo,
String Teacher, Boolean firstTime) in
This is occuring on a stand-alone PC running Windows server 2003.
I hope someone can assist me.
Printing is done in a DLL. This DLL can be called from a test driver with no
problem.
When called from another DLL with the Data, the error occurs.
System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is
unavailable. (Exception from HRESULT: 0x800706BA) at
Microsoft.Office.Interop.Word.ApplicationClass.get_Documents() at
CameraCardPrint.CameraCardPrint.PrintCameraCard(String Address, String
CityState, String FirstName, String FullName, String Grade, String ID, String
IDCode, String LastName, String Phone, String SchoolName, String SortInfo,
String Teacher, Boolean firstTime) in
This is occuring on a stand-alone PC running Windows server 2003.
I hope someone can assist me.