Click here to Skip to main content
15,922,427 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview [modified] Pin
kiran@p2softech23-Oct-07 22:52
kiran@p2softech23-Oct-07 22:52 
AnswerRe: gridview Pin
Spunky Coder23-Oct-07 22:54
Spunky Coder23-Oct-07 22:54 
GeneralRe: gridview Pin
kiran@p2softech23-Oct-07 23:28
kiran@p2softech23-Oct-07 23:28 
AnswerRe: gridview Pin
Imran Khan Pathan23-Oct-07 23:01
Imran Khan Pathan23-Oct-07 23:01 
GeneralRe: gridview Pin
kiran@p2softech23-Oct-07 23:40
kiran@p2softech23-Oct-07 23:40 
AnswerRe: gridview Pin
Christian Graus23-Oct-07 23:11
protectorChristian Graus23-Oct-07 23:11 
QuestionTransfer checked rows empname(Gridview1) to another page Gridview2 Pin
subbu.sk23-Oct-07 22:52
subbu.sk23-Oct-07 22:52 
QuestionSOS!!! Pin
Heracles Choe23-Oct-07 22:31
Heracles Choe23-Oct-07 22:31 
I'm a beginer of ASP.NET developing.
I use some dll file for converting video to flv on web.
So, My Website runs sucessful on VS2005. but when client connect this web page, following error message is displayed.

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

Retrieving the COM class factory for component with CLSID {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX} failed due to the following error: 800401f9.
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.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX} failed due to the following error: 800401f9.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true">



Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[COMException (0x800401f9): Retrieving the COM class factory for component with CLSID {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX} failed due to the following error: 800401f9.]
upload.Page_Load(Object sender, EventArgs e) +29
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 Sleepy | :zzz: Sleepy | :zzz: Sleepy | :zzz:

Please help me!
AnswerRe: SOS!!! Pin
Christian Graus23-Oct-07 22:47
protectorChristian Graus23-Oct-07 22:47 
QuestionReason for IE crash with .Net Web Application ? Pin
King Shez23-Oct-07 22:09
King Shez23-Oct-07 22:09 
AnswerRe: Reason for IE crash with .Net Web Application ? Pin
Christian Graus23-Oct-07 22:48
protectorChristian Graus23-Oct-07 22:48 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
N a v a n e e t h23-Oct-07 23:05
N a v a n e e t h23-Oct-07 23:05 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
Christian Graus23-Oct-07 23:15
protectorChristian Graus23-Oct-07 23:15 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
N a v a n e e t h23-Oct-07 23:17
N a v a n e e t h23-Oct-07 23:17 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
Christian Graus23-Oct-07 23:25
protectorChristian Graus23-Oct-07 23:25 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
King Shez23-Oct-07 23:23
King Shez23-Oct-07 23:23 
AnswerRe: Reason for IE crash with .Net Web Application ? Pin
King Shez23-Oct-07 23:13
King Shez23-Oct-07 23:13 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
Christian Graus23-Oct-07 23:17
protectorChristian Graus23-Oct-07 23:17 
GeneralRe: Reason for IE crash with .Net Web Application ? Pin
King Shez24-Oct-07 1:31
King Shez24-Oct-07 1:31 
QuestionProblem with gridview's datasource Pin
Zoltan Aszalos23-Oct-07 22:01
Zoltan Aszalos23-Oct-07 22:01 
AnswerRe: Problem with gridview's datasource Pin
Christian Graus23-Oct-07 23:24
protectorChristian Graus23-Oct-07 23:24 
GeneralRe: Problem with gridview's datasource Pin
Zoltan Aszalos23-Oct-07 23:38
Zoltan Aszalos23-Oct-07 23:38 
QuestionThe aspx page should not refresh when it is loaded on linkbutton click Pin
kishoregani23-Oct-07 22:00
kishoregani23-Oct-07 22:00 
QuestionUploaded image into thumbnail Pin
jai 12323-Oct-07 21:37
jai 12323-Oct-07 21:37 
AnswerRe: Uploaded image into thumbnail Pin
pmarfleet23-Oct-07 21:54
pmarfleet23-Oct-07 21:54 

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.