Click here to Skip to main content
15,914,111 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question.NET Reactor Code Protection Pin
dybs31-Mar-09 16:34
dybs31-Mar-09 16:34 
AnswerRe: .NET Reactor Code Protection Pin
Giorgi Dalakishvili31-Mar-09 20:45
mentorGiorgi Dalakishvili31-Mar-09 20:45 
GeneralRe: .NET Reactor Code Protection Pin
dybs1-Apr-09 3:16
dybs1-Apr-09 3:16 
AnswerRe: .NET Reactor Code Protection Pin
jmcc2k9-Oct-09 23:22
jmcc2k9-Oct-09 23:22 
QuestionUnable to get the select to work with two user input Pin
DaxKhan31-Mar-09 12:27
DaxKhan31-Mar-09 12:27 
QuestionHow about speed process of qurey in local and database Pin
thyrith31-Mar-09 5:17
thyrith31-Mar-09 5:17 
AnswerRe: How about speed process of qurey in local and database Pin
Eddy Vluggen31-Mar-09 22:11
professionalEddy Vluggen31-Mar-09 22:11 
QuestionMMControl Pin
inderjmd31-Mar-09 0:03
inderjmd31-Mar-09 0:03 
I am using mmc control for voice recording. I facing this error when i click mypage.aspx

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

Retrieving the COM class factory for component with CLSID {C1A8AF25-1257-101B-8FB0-0020AF039CA3} failed due to the following error: 80040154.
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 {C1A8AF25-1257-101B-8FB0-0020AF039CA3} failed due to the following error: 80040154.

Source Error:


Line 17: public partial class SoundRecorder : System.Web.UI.Page
Line 18: {
Line 19: static MMControl mmc = new MMControl();
Line 20: static string file_name_path;
Line 21: protected void Page_Load(object sender, EventArgs e)


Source File: d:\dictaweb\SoundRecorder.aspx.cs Line: 19

Stack Trace:


[COMException (0x80040154): Retrieving the COM class factory for component with CLSID {C1A8AF25-1257-101B-8FB0-0020AF039CA3} failed due to the following error: 80040154.]
SoundRecorder..cctor() in d:\dictaweb\SoundRecorder.aspx.cs:19

[TypeInitializationException: The type initializer for 'SoundRecorder' threw an exception.]
SoundRecorder..ctor() +0
ASP.soundrecorder_aspx..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a9900e7d\6c99d8fd\App_Web_mwchlycg.20.csBlush | :O
__ASP.FastObjectFactory_app_web_mwchlycg.Create_ASP_soundrecorder_aspx() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a9900e7d\6c99d8fd\App_Web_mwchlycg.28.csBlush | :O
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +49
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +115
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +31
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +139
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +128
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +161




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Questionregister component success, but can't find one of the controls, professor analyse it. Pin
coderormnger30-Mar-09 16:53
coderormnger30-Mar-09 16:53 
AnswerRe: register component success, but can't find one of the controls, professor analyse it. Pin
Pete O'Hanlon30-Mar-09 22:04
mvePete O'Hanlon30-Mar-09 22:04 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
coderormnger1-Apr-09 4:52
coderormnger1-Apr-09 4:52 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
Pete O'Hanlon1-Apr-09 4:56
mvePete O'Hanlon1-Apr-09 4:56 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
coderormnger1-Apr-09 5:06
coderormnger1-Apr-09 5:06 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
Pete O'Hanlon1-Apr-09 8:49
mvePete O'Hanlon1-Apr-09 8:49 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
coderormnger1-Apr-09 16:30
coderormnger1-Apr-09 16:30 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
Roger Wright2-Apr-09 19:18
professionalRoger Wright2-Apr-09 19:18 
GeneralRe: register component success, but can't find one of the controls, professor analyse it. Pin
coderormnger7-Apr-09 17:03
coderormnger7-Apr-09 17:03 
QuestionReceive data from RTD client excel on RTD server Pin
mmiller03930-Mar-09 1:06
mmiller03930-Mar-09 1:06 
QuestionRe: Receive data from RTD client excel on RTD server Pin
mmiller03928-Apr-09 1:30
mmiller03928-Apr-09 1:30 
QuestionCommandbuilder update problem Pin
nitin_ion30-Mar-09 0:12
nitin_ion30-Mar-09 0:12 
Questioncopy embedded resources files to given folder wth vb.net Pin
shivamgupta29-Mar-09 1:28
shivamgupta29-Mar-09 1:28 
AnswerRe: copy embedded resources files to given folder wth vb.net Pin
Anubhava Dimri2-Apr-09 21:46
Anubhava Dimri2-Apr-09 21:46 
Questionrestrict access to MyNetworkPlaces and Network Connections on Click Pin
archananaresh29-Mar-09 0:41
archananaresh29-Mar-09 0:41 
QuestionTO make installer with vb.net without using setup and deployment project Pin
shivamgupta28-Mar-09 23:13
shivamgupta28-Mar-09 23:13 
AnswerRe: TO make installer with vb.net without using setup and deployment project Pin
Eslam Afifi29-Mar-09 0:09
Eslam Afifi29-Mar-09 0:09 

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.