Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet interop > november 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

file or assembly name XXXX not found error for .NET COM interop in VBA
Posted by askingroups NO[at]SPAM gmail.com at 11/30/2005 8:00:37 PM
Hi, I am kind of stuck with this problem when trying to use the COM interop functionality of .NET. I am working on .NET 2.0 FCS on Windows 2000 Advanced Server. Here is the issue: I had a small assembly built in .NET 2.0 beta 2 with a simple class definition like this: using Syste...more >>


VB.net COM app
Posted by Curtis at 11/30/2005 5:40:58 PM
I am trying to make my VB.net application a COM object so it can be accessed by a VFP application. On the development computer I was able to compile in VB.net the compiler succesully registered my app as a COM component. I was then able to sucessfully connect to it from visual foxpro. When I t...more >>

Different Interop generated, but same COM dll - issue
Posted by tbatwork828 NO[at]SPAM hotmail.com at 11/30/2005 2:28:48 PM
We have a bit of an odd Interop issue (we think). We have a COM dll registered on the DEV machine. In IDE, our .net app references that COM dll and it all works fine without issues with the interop generated automatically in the debug envt. Debug build runs fine and it works. Now, we do a ...more >>

calling C++ dll from C#
Posted by marc joanisse at 11/30/2005 1:40:01 PM
Hi Folks, I am writing a c# app that interacts with some scientific hardware (a "bird", which is just a magnetic tracker) through a C++ DLL. The actual data from the "bird" is read by the procedure birdGetFrame(), which has as a second parameter a pointer to the struct BIRDFRAME, into which all ...more >>

can vb.net support WINAPI(_stadcall)?
Posted by jg at 11/30/2005 10:28:49 AM
or would I have to use C# or C++? ...more >>

MSXML and COM Interop
Posted by DavidCoghlan at 11/30/2005 7:10:06 AM
Hi, I came across the following KB article regarding the use of MSXML in .NET applications: http://support.microsoft.com/default.aspx?kbid=815112 It states that MS does not support either directly instantiating MSXML objects in .NET code, or marshalling MSXML interface pointers across t...more >>

COM RCW references and cross-thread marshaling
Posted by Dmytro Lapshyn [MVP] at 11/29/2005 3:00:35 PM
Hi everyone, Suppose I have created a COM object on Thread 1 which is an STA thread and assiged the obtained reference to a variable "myObject". Now I create another thread, Thread 2, which is an MTA thread, and start calling methods of the created COM object by using the reference stored i...more >>

Word Object Library 11 CustomDocumentProperties
Posted by James at 11/29/2005 10:41:02 AM
Is there a way to access and use CustomDocumentProperties in the Word Object Library other than using the InvokeMember of the Type? Any attempt to cast the object into Microsoft.Office.Core.DocumentProperties fails with an InvalidCastException. Sample: Microsoft.Office.Interop.Word.Docume...more >>




DevelopmentNow Blog