No announcements
Found 1099992 threads
-
0 Votes
TargetException while raising COM event for interop
IN a production environment the same code thrown an TargetException: Object does not match target type event dispatcher.Unanswered | 7 Replies | 9743 Views | Created by Comandertwo - Monday, October 25, 2010 3:04 PM | Last reply by Irving Vásquez - Tuesday, August 27, 2013 9:45 PM -
0 Votes
COM Interop
Thanks, Yes, I do have "Register for COM interop" checked in my .NET project.Answered | 2 Replies | 4394 Views | Created by rHowe11 - Saturday, June 23, 2007 5:54 PM | Last reply by rHowe11 - Sunday, June 24, 2007 11:44 PM -
2 Votes
COM INTEROP and .Net Framework
I would expect that there will be less emphasis on COM interop as apps move to the 64-bit world and legacy 32-bit COM heads towards obsolescence, but I think ...Answered | 4 Replies | 6456 Views | Created by Jimmy_V - Wednesday, August 11, 2010 9:03 PM | Last reply by Jimmy_V - Friday, August 13, 2010 7:24 PM -
1 Votes
Interop COM
Hi Phil, Correct me if im wrong, as i understand correctly when you enabled the "Register for Interop COM" and build your solution, its has the same ...Answered | 3 Replies | 3911 Views | Created by wOOkies - Monday, May 24, 2010 10:40 AM | Last reply by PhilWilson - Tuesday, May 25, 2010 8:03 PM -
2 Votes
Com Interop
The place to discuss COM Interop for .Net in general is the CLR forum not the VB interop forum.Answered | 8 Replies | 34023 Views | Created by Hans328 - Saturday, March 19, 2011 6:45 PM | Last reply by Mike Feng - Tuesday, March 29, 2011 6:15 AM -
0 Votes
Learning COM Interop
The following should help: Introduction to COM Interop How to call a Visual Basic .NET or Visual Basic 2005 assembly from Visual Basic ...Answered | 1 Replies | 5201 Views | Created by Zeeshan Jan - Monday, January 4, 2010 11:43 AM | Last reply by Paul P Clement IV - Tuesday, January 5, 2010 7:53 PM -
0 Votes
Want to start com interop
You need to use the existing COM component in .NET application, for example you automate the Office application.Answered | 4 Replies | 4617 Views | Created by ardmore - Thursday, December 18, 2008 7:53 PM | Last reply by Riquel_Dong - Tuesday, December 23, 2008 2:26 AM -
0 Votes
COM Interop + GAC possible security issues?
This application loads a .NET assembly that exposes some classes through COM interop.Answered | 3 Replies | 3098 Views | Created by Dylan.Thomas - Monday, November 10, 2008 4:06 PM | Last reply by nobugz - Tuesday, November 11, 2008 3:08 AM -
2 Votes
Release C # object that is COM interop
0){} And after call: GC.Collect(); GC.WaitForPendingFinalizers();Answered | 3 Replies | 6232 Views | Created by Masoneilan - Friday, March 18, 2011 4:23 PM | Last reply by Larcolais Gong - Monday, March 28, 2011 1:55 AM -
5 Votes
Build fails when checked "Register for COM interop"
Here is my workaround, it may helps other people have same issue: 1) Unchecked "Register for COM interop" 2) In ...Answered | 5 Replies | 23540 Views | Created by Wade Wu - Tuesday, September 6, 2011 2:05 AM | Last reply by CreaQuora - Sunday, August 4, 2013 5:49 PM -
0 Votes
COM Interop - BSTR* to out String
tlbimp produced an interop DLL with an "out String" for the BSTR* in the COM server.Answered | 3 Replies | 4335 Views | Created by JQX - Sunday, July 22, 2012 8:30 PM | Last reply by Mike Feng - Thursday, August 9, 2012 2:03 PM -
0 Votes
COM dll Interop not working on .NET 4.5
For VS 2012 you can create an embedded COM interop by removing the existing interop assembly (if present) and then using the Add References\COM ...Answered | 1 Replies | 1468 Views | Created by Tera Tellence - Monday, March 3, 2014 1:00 PM | Last reply by CoolDadTx - Monday, March 3, 2014 3:02 PM -
0 Votes
Register COM interop , creating an Interface?
I just thought it was necessary for all the application that all the classes be COM visible.Answered | 5 Replies | 2161 Views | Created by nmedelec - Thursday, February 20, 2014 6:16 PM | Last reply by Alberto Poblacion - Friday, February 21, 2014 8:35 PM -
0 Votes
Com-Interop String-Array
Can you generate your COM server's type library and import it from VBA?Answered | 6 Replies | 6651 Views | Created by hidry - Friday, February 5, 2010 2:58 PM | Last reply by hidry - Monday, February 8, 2010 8:42 AM -
0 Votes
Raising and subscribing to events in C#
There are also common patterns for raising events that allow both derived classes and external classes with a means of handling the event.Answered | 5 Replies | 3158 Views | Created by Jediwrench - Sunday, September 20, 2009 6:40 PM | Last reply by dekurver - Monday, September 21, 2009 7:53 PM -
0 Votes
MSWMDM.dll COM/C# interop help
CSecureChannelClient is a C++ class, not a COM interface.Answered | 4 Replies | 3559 Views | Created by Interociter - Thursday, October 16, 2008 9:13 PM | Last reply by nobugz - Sunday, October 19, 2008 7:37 PM -
2 Votes
not raise event
First, please make sure your event handler has been added into the corresponding event delegate list.Answered | 2 Replies | 3212 Views | Created by Dileep sankar - Friday, February 20, 2009 5:34 AM | Last reply by Michael Sun [MSFT] - Tuesday, February 24, 2009 7:17 AM -
2 Votes
Raise an event in VB.NET
:p Please read it like this: If the event is defined inside the class from where it is being raised, you will directly ...Answered | 6 Replies | 2495 Views | Created by Sergiu Dudnic - Tuesday, March 20, 2012 9:28 AM | Last reply by pradeep1210 - Tuesday, March 20, 2012 2:58 PM -
1 Votes
Interop: how to force a COM wrapper for a .NET class used as a COM class by some .NET interop code...
When both sides of the communication are implemented in managed code, COM interop is bypassed and .NET interface identity rules apply.Answered | 2 Replies | 3918 Views | Created by Simon Mourier - Tuesday, October 21, 2008 9:10 PM | Last reply by Eric_Garnier - Wednesday, October 22, 2008 12:16 PM -
0 Votes
VS2010 AxImp OCX COM Interop not working
There is no need to manually generate the interop assembly for an ActiveX control.Answered | 3 Replies | 5759 Views | Created by MWPowell - Wednesday, February 22, 2012 4:12 PM | Last reply by Paul P Clement IV - Thursday, February 23, 2012 7:53 PM - Items 1 to 20 of 1099992 Next ›
No announcements