Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow .php file convert to .aspx Pin
Guvera17-Jun-08 21:13
Guvera17-Jun-08 21:13 
QuestionDataset size and how many rows it take Pin
Satish - Developer17-Jun-08 20:23
Satish - Developer17-Jun-08 20:23 
AnswerRe: Dataset size and how many rows it take Pin
Blue_Boy17-Jun-08 20:32
Blue_Boy17-Jun-08 20:32 
QuestionConfiguring IIS with new type... Pin
M LN Rao17-Jun-08 20:15
M LN Rao17-Jun-08 20:15 
QuestionCustorm Control For regular expression Pin
Malayil alex17-Jun-08 20:14
Malayil alex17-Jun-08 20:14 
AnswerRe: Custorm Control For regular expression Pin
Masood Kochi,SSF17-Jun-08 20:28
Masood Kochi,SSF17-Jun-08 20:28 
QuestionXML parsing Pin
indian14317-Jun-08 18:43
indian14317-Jun-08 18:43 
Questionmail message window of outlook [modified] Pin
Pankaj Garg17-Jun-08 18:24
Pankaj Garg17-Jun-08 18:24 
I have to give the client to open the mail message window of outlook on clicking the button.It is opening on the server on button click event, but when he client try to open it on the button click , it is not opening.
Please help.
I am using the following code
system.diagnosis.process.start("mailto:");

I got some code
Application a = new Application();<br />
            MailItem m = (MailItem)a.CreateItem(OlItemType.olMailItem);<br />
            m.To = name;<br />
            Object obj = new object();<br />
            m.Display(obj);


I am getting the following error in the first line of code , which i provided , while ececuting on the IIS.

Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

modified on Wednesday, June 18, 2008 2:31 AM

Questionmodule security Pin
raquidd2217-Jun-08 9:05
raquidd2217-Jun-08 9:05 
AnswerRe: module security Pin
Christian Graus17-Jun-08 18:13
protectorChristian Graus17-Jun-08 18:13 
QuestionToo Easy...GridView and Javascript question....Really?...Help. Pin
Csharp027617-Jun-08 8:55
Csharp027617-Jun-08 8:55 
AnswerRe: Too Easy...GridView and Javascript question....Really?...Help. Pin
Christian Graus17-Jun-08 17:38
protectorChristian Graus17-Jun-08 17:38 
QuestionCalendar Title Clickable Link Pin
kenexcelon17-Jun-08 8:55
kenexcelon17-Jun-08 8:55 
QuestionPassing a value to a formviewlabel [modified] Pin
Dave.Davidsen17-Jun-08 8:34
Dave.Davidsen17-Jun-08 8:34 
AnswerRe: Passing a value to a formviewlabel Pin
Masood Kochi,SSF17-Jun-08 20:30
Masood Kochi,SSF17-Jun-08 20:30 
QuestionHow do change providers in an ASP.net project Pin
Dan Neely17-Jun-08 7:26
Dan Neely17-Jun-08 7:26 
QuestionASP aspx file with multi-tab ajax panel and many controls on each panel. Pin
Steve Holdorf17-Jun-08 6:04
Steve Holdorf17-Jun-08 6:04 
Questionproblem with login control Pin
Ebube17-Jun-08 5:33
Ebube17-Jun-08 5:33 
AnswerRe: problem with login control Pin
Christian Graus17-Jun-08 5:42
protectorChristian Graus17-Jun-08 5:42 
GeneralRe: problem with login control Pin
Ebube17-Jun-08 7:04
Ebube17-Jun-08 7:04 
AnswerRe: problem with login control Pin
JimBob SquarePants17-Jun-08 15:03
JimBob SquarePants17-Jun-08 15:03 
AnswerRe: problem with login control Pin
Ebube17-Jun-08 22:55
Ebube17-Jun-08 22:55 
AnswerRe: problem with login control Pin
Ebube17-Jun-08 23:02
Ebube17-Jun-08 23:02 
QuestionIIS problem Pin
indian14317-Jun-08 3:51
indian14317-Jun-08 3:51 
AnswerRe: IIS problem Pin
Parwej Ahamad17-Jun-08 4:49
professionalParwej Ahamad17-Jun-08 4:49 

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.