all groups > dotnet interop > july 2007 > threads for july 29 - 31, 2007
Filter by week: 1 2 3 4 5
Question about COM & .NET Security
Posted by carl_bevil NO[at]SPAM yahoo.com at 7/31/2007 3:47:12 PM
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 component. What
I'd like to do is restrict access at the interface le... more >>
invoking C# function from C++
Posted by George at 7/30/2007 11:48:01 PM
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 correctly and safely?
I have this question because I noticed that the d... more >>
Accessing com+ object in a different machine from IIS
Posted by ak at 7/30/2007 10:55:50 PM
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 access the com+ object in
machine A. CreateObject() procedure is called... more >>
Advice on dynamically loading .Net assembly when cscript.exe is the hosting process
Posted by Anthony LaMark at 7/30/2007 7:14:23 PM
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 other
..net assemblies (from another companion product) to run. These d... more >>
howto generate a helpstring in typelib from interop assembly?
Posted by little wizzard at 7/30/2007 1:20:00 AM
hello,
I have created an interop assembly in C#.
But I couldn't find any way to export helpstrings to the generated typelib
for this assembly.
Which ways have I to do this?
Thanks for your time and any suggestions.
Best regards
Detlev... more >>
The reverse way ...
Posted by victor at 7/30/2007 12:00:00 AM
Hello,
Need some help: I want to call a managed dll (C# code) from a C++
module.
Is there a kind of a 'Reverse-P/Invoke'?
How / what to do?
Thanks.
victor.... more >>
|