HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss in the Dotnet Framework (Interop) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Interop) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I've written a .NET class library which I've exposed to COM and, for the most part, works perfectly. But, I'm now testing the project using...
Ken Kolda
08-05-2004 01:58 PM
Joe Go to last post
6 20
When running tlbimp mycom.dll /out:Interop.mycom.dll /asmversion:1.0.0.0 /keycontainer:mycontainer /primary /reference:msado21.dll (where...
Eric Porter
08-05-2004 10:49 AM
Eric Porter Go to last post
0 23
Hello, I have a .NET Server application (Windows Service) and a DCOM Server on different machines. The problem is that the DCOM Server needs to...
Sygnosys
08-05-2004 10:10 AM
Sygnosys Go to last post
0 14
In the Pinvoke example, I find the following example: unmanaged code: extern "C" PINVOKELIB_API char* TestStringAsResult() { char* result =...
news.microsoft.com
08-05-2004 06:26 AM
BMermuys Go to last post
1 17
Running Win2000 and Office XP developer. Downloaded XPAutomation.exe and extracted XPAutomation.chm Double clicked on XPAutomation.chm, got the...
BBFrost
08-04-2004 09:40 PM
AT Go to last post
5 19
I am trying to invoke Select user & groups dialog from my C# application. I want to set the default scope to be local computer. I observed that when...
Hari
08-04-2004 07:43 PM
Hari Go to last post
0 21
I have a class that implements an interface. This class will be used by COM components. I have a property that is typed as...
pmelies
08-04-2004 05:21 PM
pmelies Go to last post
0 13
Hi all, I got a weird problem when using FreeHGlobal. The error message I get is: Unhandled Exception: System.NullReferenceException: Object...
Joerg M. Colberg
08-04-2004 04:55 PM
Joerg M. Colberg Go to last post
0 19
I have a .NET Menu application that calls both COM and .NET Assemblies. Everything is fine with running the components. But when I close the...
Robert Cross
08-04-2004 11:05 AM
Robert Cross Go to last post
0 19
Try www.aspose.com, I haven't tried the Aspose.Project http://www.aspose.com/Products/Aspose.Project/ yet but the Word and PDF components are...
Ross Jones
08-04-2004 09:42 AM
Ross Jones Go to last post
0 17
See inline *** Willy. "Rudi" <Rudi (AT) nomail (DOT) com> wrote a size, it's just a collection of files and subdirs.
Willy Denoyette [MVP]
08-04-2004 09:28 AM
Rudi Go to last post
1 15
Hi, I have an MFC ActiveX control that I've built using Visual C++.NET with a method named SetRecordset(VARIANT* pRecordset) for aproject in my...
Karthik Ramadas via .NET 247
08-04-2004 08:51 AM
Karthik Ramadas via .NET 247 Go to last post
0 18
I want to inherit ManagementObject and create My own ManagementObjects like X_ManagementObject, Y_ManagementObject and so on.. After doing this, I...
Harsh P via .NET 247
08-04-2004 07:48 AM
Harsh P via .NET 247 Go to last post
0 12
Hi, I have a mixed mode managed c++ application that does the marshalling of the parameters and calls .NET objects via Type.InvokeMember. My...
08-04-2004 04:05 AM
AT Go to last post
2 22
hi all i have an unmanged DLL that i wrote. it contains a COM class in C++. i would like to be able to call the following code... class...
assaf
08-04-2004 12:41 AM
assaf Go to last post
0 14
I have created a VB.NET dll that copies files from one remote server to another. I have made the dll com Interop so I can invoke it from a classic...
Garth
08-03-2004 03:58 PM
Garth Go to last post
0 27
Background: I'm cross-referencing a few databases to a vendor database with an unmanaged c++ algorithm for string-likeness. I have a Managed...
AT
08-03-2004 02:26 PM
AT Go to last post
0 18
I know of a *lot* of people have posted message of this error: COM interop registration failed error. Type library exported encountered an error...
AT
08-03-2004 01:51 PM
AT Go to last post
1 25
Hi, I have written a class that intergrates with excel via the com interop in vb.net. Everything is working very nicly, no memory leaks and the...
AT
08-03-2004 12:21 AM
frosty Go to last post
1 37
I'm a server application that host Client Activated .NET Remoting objects, there are any way of this objects be acessed by Win32 clients? Maybe...
nulll
08-02-2004 09:27 PM
nulll Go to last post
0 16
I'm linking an excel workbook programmatically to a powerpoint presentation via an add-in written in C#. When opening the presentation, I check...
cduden
08-02-2004 05:24 PM
cduden Go to last post
2 22
What is the equivalent command line syntax to the "Register for COM Interop..." project option in Visual Studio .NET. I've tried regasm (with and...
Mike Nau
08-02-2004 05:18 PM
jwallison Go to last post
1 17
Thanks Mattias, That site has C# code but no VB.NET code. I would prefer to do this VB.NET. Also, it doesn't have the function I need which is the...
Harry Simpson
08-02-2004 10:36 AM
Harry Simpson Go to last post
1 21
Thanks for the input. "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Steven
08-02-2004 09:31 AM
Steven Go to last post
1 24
I am trying to use a mixed mode DLL in an application written with MFC. When I excute the application, I get an error 'The application failed to...
ryevala
08-02-2004 08:25 AM
ryevala Go to last post
0 20
I am using MC++ to call an unmanaged dll. The dll uses cdecl calling convention. I am not just calling unmanaged code from managed code but also pass...
Ralph Janssen
08-02-2004 07:31 AM
Ralph Janssen Go to last post
1 20
Hi, Did you solve this problem? I got the same issue now :( johnl (AT) collegeloan (DOT) com John --- Posted using Wimdows.net NntpNews Component...
DotNetJunkies User
08-02-2004 03:06 AM
andy Go to last post
3 19
I created a stub COM library using COM Interop in C# (using VS). I registered the lib after a bit of research. From within Great Plains I am using...
alanjc45
08-02-2004 02:27 AM
alanjc45 Go to last post
0 27
<begin rant> I've had enough of the BS with these, its become rediculous that I have to have a seperate build of my addin on two machines just...
AT
08-01-2004 11:45 PM
AT Go to last post
0 21
The WinNL library from DataMarvel exports the Win32 security APIs you need: http://www.datamarvel.com Using its security wrapper classes can make...
jzhu
08-01-2004 08:07 PM
jzhu Go to last post
0 20
I need to send text to another window (for example notepad). I think there are two ways to do that. - sending keystrokes - sending a clipboard paste...
kurotsuke
08-01-2004 02:59 PM
kurotsuke Go to last post
0 13
If I have the folder's path is there any way to determine if it's Shared? Thanks
Just Me
08-01-2004 10:50 AM
Just Me Go to last post
0 20
I've recreated the SCSI_PASS_THROUGH from ntddscsi.h and then tried to use the Marshal routines to set up the structures and call DeviceIoControl. I...
Scott
08-01-2004 03:07 AM
Scott Go to last post
2 16
I've tried to get an answer to this before in a NG that usually answers so I'd guess it is not common knowledge. The following does work. 1) I'd...
Just Me
07-31-2004 03:28 PM
Just Me Go to last post
4 14
Hi, I have a enterprise serviced component under com+ application and wanted to use it in VB 6.0 application using RDS call. Does anyone know how to...
Hiten
07-30-2004 04:45 PM
Hiten Go to last post
0 18
I've created a project with a web browser control according to KB article 325079 (C#). The BeforeNavigate2 event fires correctly, but I'm not able...
rsmith_666
07-30-2004 11:33 AM
rsmith_666 Go to last post
1 22
I have developed a .NET COM component which raises an event. A Visual C++ 6.0 client instantiates the .NET Component and calls methods on its...
Paisios
07-30-2004 10:03 AM
Paisios Go to last post
0 37
I have developed a .NET COM component which raises an event. A Visual C++ 6.0 client instantiates the .NET Component and calls methods on its...
Paisios
07-30-2004 10:01 AM
Paisios Go to last post
0 58
Thomas W. Brown wrote: Did you installed the assembly using gacutil.exe into the global assembly cache? If not, the assembly must be present in the...
Robert Jordan
07-30-2004 08:22 AM
jwallison Go to last post
2 23
Hello, The problem is the folowing one: I have a web service, witten in C#, that call a proxy COM (is a server out of proc - let's say that implememt...
news.microsoft.com
07-30-2004 06:36 AM
news.microsoft.com Go to last post
0 28
I am using an Interop assembly for communication between my Managed C++ application and an ATL-based COM server. The Interop assembly was created...
Gerhard Menzl
07-30-2004 05:12 AM
Gerhard Menzl Go to last post
0 28
Sorry for the cross post, but I have just realised that this might be a better place for this question. Can anyone suggest how I would marshal a...
Charles Law
07-30-2004 04:21 AM
Charles Law Go to last post
6 26
"Matt Holmes" <MattHolmes (AT) discussions (DOT) microsoft.com> wrote Studio project. Basically, I need to be able to assemble bassically the...
BMermuys
07-29-2004 11:03 PM
BMermuys Go to last post
0 26
This is rather complicated, but here goes. For our online research application to be up 24/7/365, to allow the sharing of state between ASP and...
AT
07-29-2004 05:36 PM
AT Go to last post
0 29
"Doru" <Doru (AT) discussions (DOT) microsoft.com> wrote Excellent, glad you got it working. greetings
BMermuys
07-29-2004 05:08 PM
BMermuys Go to last post
4 30
I wrote an app that transferred data from Excel to Access (Office 2000 on XP Professional). I had it in release form and it was working fine. I...
Frank Bacon
07-29-2004 10:23 AM
jwallison Go to last post
1 26
Hello: I seem to have a bit of problem in receiving a byte array from a COM DLL (in C++) into a VB.NET client. I use safearrays on the COM DLL side...
AT
07-28-2004 10:16 PM
AT Go to last post
0 27
I am having a problem which does not occur on all machines. I have a C# DLL that is being accessed by a VB6 app. After specifying COM interop on...
Troy
07-28-2004 04:55 PM
jwallison Go to last post
3 30
"Thomas" <Thomas (AT) discussions (DOT) microsoft.com> wrote If you declare the struct as a class like you did then a pointer is passed. If you...
BMermuys
07-28-2004 01:18 PM
BMermuys Go to last post
2 25
Hello, I have a problem using MAPI32.DLL through P/Invoke. I have a C# managed assembly that calls for example MAPILogon(); When this function is...
Adonis Nechita
07-28-2004 03:33 AM
Adonis Nechita Go to last post
0 39
Post New Thread

Display Options
Showing threads 5401 to 5450 of 8307
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.