all groups > dotnet component services > april 2006
strong name keys
Posted by Gerben Visser via DotNetMonster.com at 4/29/2006 4:13:08 PM
Is it required to make strong name keys of the dll's to create interop
assemblies, If i use different dll's(like cdoex.dll) in my com+ dll. Or is
this only necessary when i can't set a reference to the library Immediately
from insite the project?
--
Message posted via http://www.dotnetmonste... more >>
difference between assembly: Guid("") in assemblyinfo.cs and Guid("") in class
Posted by Gerben Visser via DotNetMonster.com at 4/29/2006 2:27:08 PM
I'am a little bit confused because where to place the GUID for a the com+ dll
in the assemblyinfo.cs or in the class implementation
--
Message posted via http://www.dotnetmonster.com... more >>
Invoking COM / .NET DLLs from Windows Service
Posted by Praveen at 4/27/2006 10:57:53 PM
Hi,
We are developing a .NET application which will invoke the methods from
different COM / .NET DLLs. While invoking methods from .NET DLLs, I am
encountering the following error. I have also included the detail of the
error stack trace and the code that I have written to invoking the ... more >>
How to consume serviced component from client
Posted by Chris Zopers at 4/19/2006 11:11:54 AM
Hello,
I've developed a small serviced component that's activated on the
server. I have installed it on the server in the GAC and installed it
with the regsvcs.exe tool. So the serviced component is installed and
working correctly.
Now I want to make a new vb.net project and use that servi... more >>
exe COM server ?
Posted by coso at 4/19/2006 12:00:00 AM
Hi,
Can anyone please tell me if in .NET it's possible to create an exe COM
server ?
I would like to have the possibility to create such an server because I want
to use it via COM from Win32 and also be able to run it via command line.
And it has to be written in C#.
Your response would... more >>
Q: Send messages from win-service to win-form
Posted by Tom Rahav at 4/18/2006 3:07:14 PM
Hi,
I'm looking for information about how to send data (messages, etc.) from a
running win-service to to a running win-form.
Can someone help?
Thanks,
Tom.
... more >>
Interfaces and component services
Posted by Alex at 4/12/2006 1:02:22 AM
Hi
I'm a newbye in the Enterprise application. I 'm studing how to access
to a Com+ component hosted in IIS 6 using remoting. I would like to use
an external interface in the assembly "B" shared between client and
server and have my serviced components in the assembly "A", that depend
on B,... more >>
|