This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C4334F.6BB03700
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Does somebody know why the foolowing code
throws an System.Runtime.InteropServices.COMException exception with =
the message of 'Unspecified error'?

FaxServerClass fxsvr =3D new FaxServerClass();

fxsvr.Connect(""); // null for local fax server otherwise a computername


I use the FAXCOMLib library under Windows 2000.

Thanks,
Mircea


------=_NextPart_000_0008_01C4334F.6BB03700
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Does somebody know why the foolowing=20
code</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>throws=20
an&nbsp;&nbsp;System.Runtime.InteropServices.COMException exception with =
the=20
message of 'Unspecified error'?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<P><FONT face=3DArial size=3D2>FaxServerClass fxsvr =3D new=20
FaxServerClass();</FONT></P>
<P><FONT face=3DArial size=3D2>fxsvr.Connect(""); // null for local fax =
server=20
otherwise a computername</FONT></P>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I use the FAXCOMLib library under =
Windows=20
2000.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Mircea</FONT></DIV>
<DIV><BR></DIV></BODY></HTML>

------=_NextPart_000_0008_01C4334F.6BB03700--

RE: Faxing by jchREMOVE

jchREMOVE
Thu May 06 03:56:07 CDT 2004

Try specifying af computer name or us
object o = null
fxsvr.Connect(o)

Regards, Jakob.