Hello!
While using COM+, I sometimes get "COM+ catastrophic failures". The reason is unclear to me. What could make my server component crash ??
Thank You
Hi!
I've got a problem building C# COM+ server from the command line.
I enter:
sn -k keyfile.snk
csc /r:System.EnterpriseServices.dll /t:library /out:CMDSimpleServer.dll SimpleCMD.cs AssemblyInfo.cs
gacutil /i CMDSimpleServer.dll
regsvcs CMDSimpleServer.dll
When I try to use my servet...
Hi!
I've got a problem building C# COM+ server from the command line.
I enter:
sn -k keyfile.snk
csc /r:System.EnterpriseServices.dll /t:library /out:CMDSimpleServer.dll SimpleCMD.cs AssemblyInfo.cs
gacutil /i CMDSimpleServer.dll
regsvcs CMDSimpleServer.dll
When I try to use my servet...
Hi!
I've got such a situation:
MTS server is written in CTD.
COM+ server written in C# wrappes this MTS server
client written in CTD is using the COM+ server
This was done to be able to use object poooling.
(CTD MTS servers do not support it)
When I run the client, I don't see the COM+...
Hi!
I've got such a situation:
MTS server is written in CTD.
COM+ server written in C# wrappes this MTS server
client written in CTD is using the COM+ server
This was done to be able to use object poooling.
(CTD MTS servers do not support it)
When I run the client, I don't see the COM+...
Hi!
I've got such a situation:
MTS server is written in CTD.
COM+ server written in C# wrappes this MTS server
client written in CTD is using the COM+ server
This was done to be able to use object poooling.
(CTD MTS servers do not support it)
When I run the client, I don't see the COM+...
Hi!
I've got such a problem:
COM class "Param" is in the client
COM class "Container" is in the server,
it has a variable of type "Param"
create(aParam)
aParam.Set(Value)
createEx(aContainer)
aContainer.Add(aParam)...
Hi!
I've got such a problem:
COM+ class "Param" is in the client
COM+ class "Container" is in the server,
it has a variable of type "Param"
create(aParam)
aParam.Set(Value)
createEx(aContainer)
aContainer.Add(aParam)...
Hi,
i'm trying to launch a remote server, for example
Sub remote()
Dim Obj As Object
Set Obj = CreateObject("Excel.Application", "\\machine")
Obj.ActivateMicrosoftApp (1)
End Sub
and i always get message from VB "run-time err. 70
Permission denied"
I set...
Hi,
how can I handle this bug in "Component Services" :
when you choose "Import components, that are already registered" , you will not see interfaces and methods
and will not be able to configure them ????
The thing I need is to import those very reg.ret components
:((...
Hi,
how can I handle this bug in "Component Services" :
when you choose "Import components, that are already registered" , you will not see interfaces and methods
and will not be able to configure them ????
The thing I need is to import those very reg.ret components
:((...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.