How to consume serviced component from client
Wed, 19 Apr 2006 11:11:54 -0700
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 serviced component,
...
|
exe COM server ?
Wed, 19 Apr 2006 12:22:08 +0300
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 be highly appr ...
|
Q: Send messages from win-service to win-form
Tue, 18 Apr 2006 15:07:14 +0200
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.
...
|
set ApplicationDirectory
Thu, 30 Mar 2006 15:56:45 +0200
I'm trying to set the ApplicationDirectory property by (VB.NET) code my code
runs properly but the property is not set :
Dim application As COMAdminCatalogObject = CType(apps.Add(),
COMAdminCatalogObject)
application.Value("ApplicationDirectory") = CType("c:\demo\app1\bin",
Object)
What is going wro ...
|
Is it possible to use the same CCW
29 Mar 2006 07:00:14 -0800
Hi,
We are currently working out ways to access some .NET(Managed World)
APIs from COM (UnManaged World) environment.
If we are able to Access .NET APIs via a CCW from VB6, then,
Is it possible to use the same CCW and access .NET APIs from VC++ ?
Is CCW(COM Callable Wrapper) independent/dependent on any ...
|
Instance of derived class does not show public methods or properties that are not in the inherited class
Mon, 27 Mar 2006 16:34:33 -0500
What is happening is that I have a class (ClassA) that inherits a class
(ClassB) which inherits System.Net.Mail.MailMessage
Project 1 references Project 2,
Project 2 references Project 3.
When I declare an instance of "ClassA" in a thrid project I get all of the
public methods/properties that are in the ...
|
Abstract/Base Class Best Practices - Help
Mon, 27 Mar 2006 14:53:36 -0500
Coming up with a scenario here. For example there is the standard .NET
MailMessage class.
I am creating a project (let's call it CommonBase) that has the following 2
classes
EmailMessage_Base ([Public MustInherit] inherits System.Net.Mail.MailMessage
and provides additional methods and properties)
Em ...
|
|
|
[2680] Microsoft OLE DB Provider for SQL Server: New transaction cannot enlist in the specified transaction coordinator.
Sun, 26 Mar 2006 17:31:24 +0200
performing enterprise services transaction from asp.net application running
on windows XP to SQL server 2000 SP4 running on windows 2003 server sp1.
sometimes this works and sometimes gives te error in the subject of this
message.
why there is no information in the event log of the application sevrer o ...
|
Set transaction attributes for a web service?
23 Mar 2006 06:51:32 -0800
How do you set transaction attributes for a web service? i.e.
Transaction IsoLevel, Transaction Timeout, etc.
Any help would be greatly appreciated!!!
Thanks
...
|
Remoting proxy has no channel sink
Tue, 21 Mar 2006 19:34:27 -0800
Hi,
when i communicate com+ clinet with com+ server , i am getting error
"This remoting proxy has no channel sink which means either the server has
no registered server channels are listening, or the application has no
suitable client channel to talk to the server"
I am using serviced component class ...
|