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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|