Click here to Skip to main content
15,880,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sending mail using SMTP Mail...? Pin
Abisodun18-Feb-07 7:14
Abisodun18-Feb-07 7:14 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove18-Feb-07 20:40
fmlove18-Feb-07 20:40 
GeneralRe: Sending mail using SMTP Mail...? Pin
Abisodun19-Feb-07 1:32
Abisodun19-Feb-07 1:32 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove20-Feb-07 21:31
fmlove20-Feb-07 21:31 
GeneralRe: Sending mail using SMTP Mail...? Pin
Abisodun21-Feb-07 1:24
Abisodun21-Feb-07 1:24 
QuestionMaster Page Class Pin
WaleedS17-Feb-07 1:01
WaleedS17-Feb-07 1:01 
AnswerRe: Master Page Class Pin
Michael Sync17-Feb-07 1:32
Michael Sync17-Feb-07 1:32 
QuestionRetrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 80070002 Pin
Rajkumar S. Rajput17-Feb-07 0:58
Rajkumar S. Rajput17-Feb-07 0:58 
:(I have created a web application to take a screenshot of current webpage. That works fine from Visual Studio.Net Development Environment. But when i publish it and use it the error comes.

Plase help me it's very urgent.

Server Error in '/SiteCapture' Application.
--------------------------------------------------------------------------------

Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 80070002.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 80070002.

Source Error:


Line 52: //System.Threading.Thread.CurrentThread.ApartmentState = System.Threading.ApartmentState.STA;
Line 53: //waitForRegister = new ManualResetEvent(false);
Line 54: shellWindows =new SHDocVw.ShellWindowsClass();
Line 55: //Marshal.ReleaseComObject(shellWindows);
Line 56: //Find first availble browser window.


Source File: D:\Test\IECapture\PrintScreen\Screenshot.cs Line: 54

Stack Trace:


[FileNotFoundException: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 80070002.]
PrintScreen.Screenshot.CreateScreenshot(String urlstring, String imagepath) in D:\Test\IECapture\PrintScreen\Screenshot.cs:54
PrintScreen.CaptureScreen.PrintS() in D:\Test\IECapture\PrintScreen\CaptureScreen.cs:111
PrintScreen.CaptureScreen.OnClick(EventArgs e) in D:\Test\IECapture\PrintScreen\CaptureScreen.cs:98
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102




Raj
QuestionSOAP Pin
Member 383800717-Feb-07 0:21
Member 383800717-Feb-07 0:21 
AnswerRe: SOAP Pin
Michael Sync17-Feb-07 1:39
Michael Sync17-Feb-07 1:39 
GeneralRe: SOAP Pin
Michael Sync17-Feb-07 1:46
Michael Sync17-Feb-07 1:46 
Questionhow to CC the mail?? Pin
EEmaan16-Feb-07 22:50
EEmaan16-Feb-07 22:50 
AnswerRe: how to CC the mail?? Pin
Michael Sync16-Feb-07 23:09
Michael Sync16-Feb-07 23:09 
GeneralRe: how to CC the mail?? Pin
EEmaan16-Feb-07 23:13
EEmaan16-Feb-07 23:13 
GeneralRe: how to CC the mail?? Pin
Michael Sync16-Feb-07 23:28
Michael Sync16-Feb-07 23:28 
QuestionPrecompile web application Pin
John Gathogo16-Feb-07 22:09
John Gathogo16-Feb-07 22:09 
AnswerRe: Precompile web application Pin
Not Active18-Feb-07 4:00
mentorNot Active18-Feb-07 4:00 
Questiondatagrid-graphic Pin
luckyve16-Feb-07 21:35
luckyve16-Feb-07 21:35 
AnswerRe: datagrid-graphic Pin
Michael Sync16-Feb-07 21:48
Michael Sync16-Feb-07 21:48 
GeneralRe: datagrid-graphic Pin
luckyve16-Feb-07 22:06
luckyve16-Feb-07 22:06 
GeneralRe: datagrid-graphic Pin
Michael Sync16-Feb-07 22:31
Michael Sync16-Feb-07 22:31 
GeneralRe: datagrid-graphic Pin
luckyve16-Feb-07 22:41
luckyve16-Feb-07 22:41 
Questionnew Technology Pin
md_refay16-Feb-07 20:48
md_refay16-Feb-07 20:48 
AnswerRe: new Technology Pin
Michael Sync16-Feb-07 21:50
Michael Sync16-Feb-07 21:50 
Questionsimple question Pin
md_refay16-Feb-07 20:39
md_refay16-Feb-07 20:39 

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.