Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: user Friendly Datagrid Pin
PIEBALDconsult22-Mar-10 8:37
mvePIEBALDconsult22-Mar-10 8:37 
Questionhow change buttons messagebox [modified] Pin
Amin shamooni22-Mar-10 7:06
Amin shamooni22-Mar-10 7:06 
AnswerRe: how change buttons messagebox Pin
dan!sh 22-Mar-10 7:08
professional dan!sh 22-Mar-10 7:08 
AnswerRe: how change buttons messagebox Pin
The Man from U.N.C.L.E.22-Mar-10 8:12
The Man from U.N.C.L.E.22-Mar-10 8:12 
AnswerRe: how change buttons messagebox Pin
Som Shekhar22-Mar-10 9:39
Som Shekhar22-Mar-10 9:39 
GeneralRe: how change buttons messagebox Pin
Amin shamooni24-Mar-10 6:33
Amin shamooni24-Mar-10 6:33 
GeneralRe: how change buttons messagebox Pin
Som Shekhar24-Mar-10 7:00
Som Shekhar24-Mar-10 7:00 
QuestionCOM error in faxing component Pin
Paladin200022-Mar-10 5:26
Paladin200022-Mar-10 5:26 
I am having an issue with a Fax component. It works when installed on a WinXP machine, but has an exception on Server 2003.

Here is my exception:

The COM class factory for component with CLSID {D73733C8-CC80-11D0-B225-00C04FB6C2F5} failed due to the following error: 80040154.

I found a couple of articles stating that this is a problem seen in 64-bit operating systems. I have personally confirmed that neither system is 64-bit, yet the problem persists (no exception in XP, exception in server 2003).

This is my first time using FAXCOMLib, so if I am making some rookie mistake please let me know. Thank you!


Here is the section of code that is failing:

FAXCOMLib.FaxServer faxServer = new FAXCOMLib.FaxServerClass();
faxServer.Connect(Environment.MachineName);

FAXCOMLib.FaxDoc faxDoc = (FAXCOMLib.FaxDoc)faxServer.CreateDocument(file.FullName);
faxDoc.RecipientName = recipientName;
faxDoc.FaxNumber = faxNumber;
faxDoc.DisplayName = displayName;

faxDoc.Send();
faxServer.Disconnect();
AnswerRe: COM error in faxing component Pin
Migounette22-Mar-10 8:27
Migounette22-Mar-10 8:27 
AnswerRe: COM error in faxing component Pin
Paladin200022-Mar-10 9:20
Paladin200022-Mar-10 9:20 
GeneralRe: COM error in faxing component Pin
Migounette22-Mar-10 9:47
Migounette22-Mar-10 9:47 
QuestionProviding license agreement to the setup project Pin
NarVish22-Mar-10 5:22
NarVish22-Mar-10 5:22 
AnswerRe: Providing license agreement to the setup project Pin
dan!sh 22-Mar-10 6:14
professional dan!sh 22-Mar-10 6:14 
QuestionDatagrid Rows color chage Pin
Syed Shahid Hussain22-Mar-10 4:12
Syed Shahid Hussain22-Mar-10 4:12 
AnswerRe: Datagrid Rows color chage Pin
dan!sh 22-Mar-10 4:30
professional dan!sh 22-Mar-10 4:30 
AnswerRe: Datagrid Rows color chage Pin
Eddy Vluggen22-Mar-10 6:42
professionalEddy Vluggen22-Mar-10 6:42 
GeneralRe: Datagrid Rows color chage Pin
Syed Shahid Hussain22-Mar-10 14:00
Syed Shahid Hussain22-Mar-10 14:00 
GeneralRe: Datagrid Rows color chage Pin
Eddy Vluggen22-Mar-10 16:14
professionalEddy Vluggen22-Mar-10 16:14 
AnswerRe: Datagrid Rows color chage Pin
PIEBALDconsult22-Mar-10 8:40
mvePIEBALDconsult22-Mar-10 8:40 
Questionmove nodes up and down Pin
Jassim Rahma22-Mar-10 4:08
Jassim Rahma22-Mar-10 4:08 
AnswerRe: move nodes up and down Pin
dan!sh 22-Mar-10 4:38
professional dan!sh 22-Mar-10 4:38 
GeneralRe: move nodes up and down Pin
Jassim Rahma22-Mar-10 4:57
Jassim Rahma22-Mar-10 4:57 
GeneralRe: move nodes up and down Pin
Eddy Vluggen22-Mar-10 7:04
professionalEddy Vluggen22-Mar-10 7:04 
GeneralRe: move nodes up and down Pin
Jassim Rahma23-Mar-10 4:53
Jassim Rahma23-Mar-10 4:53 
GeneralRe: move nodes up and down Pin
Eddy Vluggen23-Mar-10 7:18
professionalEddy Vluggen23-Mar-10 7:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.