Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
Questionschedule in program Pin
behzadcp26-Aug-10 3:01
professionalbehzadcp26-Aug-10 3:01 
AnswerRe: schedule in program Pin
Ian Shlasko26-Aug-10 3:08
Ian Shlasko26-Aug-10 3:08 
GeneralRe: schedule in program Pin
behzadcp26-Aug-10 21:06
professionalbehzadcp26-Aug-10 21:06 
GeneralRe: schedule in program Pin
Ian Shlasko27-Aug-10 1:34
Ian Shlasko27-Aug-10 1:34 
Questionhow to #define a global one Pin
Joe Rozario26-Aug-10 1:45
Joe Rozario26-Aug-10 1:45 
AnswerRe: how to #define a global one Pin
Richard MacCutchan26-Aug-10 2:01
mveRichard MacCutchan26-Aug-10 2:01 
GeneralRe: how to #define a global one Pin
Joe Rozario26-Aug-10 17:59
Joe Rozario26-Aug-10 17:59 
QuestionWindows 7: Winform application report error when try to invoke the COM object Pin
Cracked-Down26-Aug-10 1:16
Cracked-Down26-Aug-10 1:16 
Hi all,

I am gettting following error when I try to run a winform application which invokes the COM component

Anybody have idea how to resolve this problem? I could not get any info from googling on net



Unhandled exception has occured in your application. If you......blaw blaw


Retriving the COM class factory for component with
CLSID {491B.....} failed due to following error 80080005


Error :

************** Exception Text **************

System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID {491B6189-7E9D-43F4-A7DE-C062DF7B326E} failed due to the following error: 80080005.

at ComInvoker.Form1.button1_Click(Object sender, EventArgs e)

at System.Windows.Forms.Control.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ButtonBase.WndProc(Message& m)

at System.Windows.Forms.Button.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)





************** Loaded Assemblies **************

mscorlib

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

ComInvoker

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/Program%20Files/CUMMINS/InvkoerSetup/ComInvoker.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

Interop.MLApp

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/Program%20Files/CUMMINS/InvkoerSetup/Interop.MLApp.DLL

----------------------------------------



************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.



For example:



<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>



When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.
AnswerRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Pete O'Hanlon26-Aug-10 1:21
mvePete O'Hanlon26-Aug-10 1:21 
AnswerRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Luc Pattyn26-Aug-10 2:28
sitebuilderLuc Pattyn26-Aug-10 2:28 
GeneralRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Cracked-Down26-Aug-10 2:39
Cracked-Down26-Aug-10 2:39 
QuestionHow to read package object programatically in MS word 2007 (docx file) using c# Pin
Akash Agarwal26-Aug-10 0:09
Akash Agarwal26-Aug-10 0:09 
AnswerRe: How to read package object programatically in MS word 2007 (docx file) using c# Pin
Prosanta Kundu online26-Aug-10 0:40
Prosanta Kundu online26-Aug-10 0:40 
AnswerRe: How to read package object programatically in MS word 2007 (docx file) using c# Pin
Mirko198026-Aug-10 11:19
Mirko198026-Aug-10 11:19 
QuestionLeft Side bar for the ToolStripDropDown Button menu times Pin
Charith Jayasundara25-Aug-10 23:24
Charith Jayasundara25-Aug-10 23:24 
GeneralIButtonControl instance for Form.AcceptButton Pin
Charith Jayasundara25-Aug-10 23:22
Charith Jayasundara25-Aug-10 23:22 
QuestionHow to get the mac address on a specific switch port? Pin
grmihel225-Aug-10 23:20
grmihel225-Aug-10 23:20 
AnswerRe: How to get the mac address on a specific switch port? Pin
OriginalGriff26-Aug-10 2:43
mveOriginalGriff26-Aug-10 2:43 
GeneralRe: How to get the mac address on a specific switch port? Pin
grmihel226-Aug-10 7:11
grmihel226-Aug-10 7:11 
Questionwindows service Pin
tomorrow_ft25-Aug-10 23:06
tomorrow_ft25-Aug-10 23:06 
AnswerRe: windows service Pin
SeMartens26-Aug-10 0:24
SeMartens26-Aug-10 0:24 
GeneralRe: windows service Pin
tomorrow_ft26-Aug-10 0:49
tomorrow_ft26-Aug-10 0:49 
GeneralRe: windows service Pin
SeMartens26-Aug-10 0:53
SeMartens26-Aug-10 0:53 
GeneralRe: windows service Pin
tomorrow_ft26-Aug-10 1:09
tomorrow_ft26-Aug-10 1:09 
GeneralRe: windows service Pin
SeMartens26-Aug-10 1:14
SeMartens26-Aug-10 1:14 

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.