How to bind to existing CLR in an unmanaged container process?
(1 messages)
Date: Sat, 4 Aug 2007 09:54:01 -0700
Hi,
I'm implementing an unmanaged C++ embedded object to live in OLE containers,
such as WINWORD.EXE, that needs to host and execute some .NET code. I would
normally instantiate my CLR from the unmanaged code by CorBindToRuntimeEx ...
|
Walker
(1 messages)
Date: Sat, 04 Aug 2007 06:15:59 -0700
...
|
Unregistering and deleting COM interop assembly
(1 messages)
Date: Thu, 2 Aug 2007 15:06:04 -0700
Hello:
I am using the Publish class (from System.EnterpriseServices.Internal)
in my application to unregister a COM interop assembly. After calling
UnRegisterAssembly to unregister the dll, I am trying to delete ...
|
Troshichev
(1 messages)
Date: Thu, 02 Aug 2007 06:20:33 -0700
...
|
Howto return a specific HRESULT value from an interop assembly?
(3 messages)
Date: Thu, 2 Aug 2007 01:56:00 -0700
Hello,
I have created an interop assembly in C#.
But I couldn't find any way to return an specific HRESULT value, e.g.
E_NOTIMPL, for a com visible interface method which I haven't impemented.
Which ways have I to do ...
|
Exposing a c++ enum in a managed c++ assembly
(1 messages)
Date: Thu, 2 Aug 2007 15:32:09 +1200
Hi everyone,
We have a c++ server application that we are writing a GUI client
application for. To save our time and to avoid duplicating all the code and
functionality that already exists in c++ classes I am building ...
|
COM Interop problem
(1 messages)
Date: Wed, 1 Aug 2007 12:56:31 -0400
I have a third-party ActiveX control that I use in C# .NET with COM Interop
(dropped onto form in Visual Studio, etc.) Works just fine on four
different computers. However, I just got a new computer (Dell XPS 410).
When ...
|
Interaction Excel / Excel Add-in Problem
(1 messages)
Date: Wed, 1 Aug 2007 06:42:03 -0700
Hi there,
I am fairly new to all of this and have a big problem that I hope someone
more skilled than I can help me with (in particular help me understand:)
I would like to write an add-in (not sure whether it has to ...
|
How to use IPC classes in .NET (ipcclientchannel & ipcserverchannel)
(1 messages)
Date: Wed, 01 Aug 2007 11:56:47 -0000
I want to use ipcclientchannel & ipcserverchannel class for
interprocess communication. I refered to msdn, and the code for server
is as follows. My Question is how can I write to the Shared Object
(Counter) since I want ...
|
Microsoft .NET exception
(1 messages)
Date: Wed, 01 Aug 2007 03:24:52 -0700
Hello,
I'm having an issue with a dotNet component I wrote. The component is
basically a Winform usercontrol, hosting in a tableLayoutPanel a WPF
component (external librairy .dll).
I'm registering this Winform component ...
|
|
Office 2007, Office 2003, Vista, interop and publisher policies
(1 messages)
Date: Wed, 1 Aug 2007 01:48:16 +0200
I have a large application that does (some) interop with office 2003. I
deploy this app via clickOnce to my customers.
I have now installed Visio 2007 (because I needed a drawing and I wanted to
see what Office 2007 looks ...
|
Question about COM & .NET Security
(3 messages)
Date: Tue, 31 Jul 2007 15:47:12 -0700
I am developing a .NET serviced component using EnterpriseServices (in
C#). It interacts with some COM objects, and implements some
interfaces defined in COM code (C++).
I am adding role-based security to the .NET serviced ...
|
How can i Convert byte array to AxHost::State pointer
(1 messages)
Date: Tue, 31 Jul 2007 19:12:55 GMT
Hello
can anybody guide me to convert byte array to AxHost::state pointer
thanks
From http://www.developmentnow.com/g/21_2003_9_8_0_0/dotnet-framework-interop.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com ...
|
SAFFEARRAY And Compac Framework leak
(1 messages)
Date: Tue, 31 Jul 2007 06:36:18 -0700
I am trying to consume those 2 safe array into a
c# compac framework application without leaking.
This is the server side methode I am calling:
interface IArrayDataAccess : IDispatch{
[id(1), helpstring("method Get1" ...
|
ATL Server (EXE) run a GUI
(1 messages)
Date: Tue, 31 Jul 2007 06:16:46 -0700
I know this can be done, but I don't know how. I have a VS2003 ATL
Server that is an EXE. I need the normal COM Server behavior of
letting the ?SCM? start it up and create COM object and the normal
registering/unregistering ...
|
INameSpaceTreeControlEvents Hook
(1 messages)
Date: Tue, 31 Jul 2007 02:18:31 -0700
Hello,
Is it possible to have a windows hook for the INameSpaceTreeControlEvents ?
For instance, I want to handle the event OnBeforeExpan on the Shell Namespace
Tree to be able to ceate few needed forlders?
Thanks in ...
|
invoking C# function from C++
(3 messages)
Date: Mon, 30 Jul 2007 23:48:01 -0700
Hello everyone,
I have developed a COM component using C++. And I need to invoke some
functions in another DLL which is implemented in C#. I am wondering whether
there are any tutorials or samples of how to do this ...
|
Advice on dynamically loading .Net assembly when cscript.exe is the hosting process
(2 messages)
Date: Mon, 30 Jul 2007 19:14:23 -0700
Hi All,
I have a .Net Assembly that is COM enabled (COM-Interop) and so is
instantiated and used in vbscript and jscript. I install it into the GAC
(during our installation program). This assembly has dependencies on ...
|
Love Taboo Forum Now Open to the Public! 5% Off
(1 messages)
Date: Mon, 30 Jul 2007 17:40:40 -0700
Hi Folks,
Is anyone sick of the junk bb's online? I found a new bb
that is amazing to say the least. They have all kinds of
adult topics that you can post to once you register. They
give you all kinds of posting options ...
|
Accessing com+ object in a different machine from IIS
(4 messages)
Date: Mon, 30 Jul 2007 22:55:50 -0000
Hi Guys,
I need some help on the topic.
I am trying to access a com+ object located in a physical machine
(let's say machine A). In another physical machine (machine B), I have
a web application running on IIS that will ...
|