all groups > dotnet component services > february 2004 > threads for february 8 - 14, 2004
Filter by week: 1 2 3 4
COM+ using Component Designer?
Posted by Raffe at 2/14/2004 1:35:09 PM
Hi all!
I've been playing a bit with Component Designer in Visual Studio.NET. Seems
to me like a great way to build simple data access components using "point
and click". However I can't figure out how to make a component made this way
into a component with transactional support which can be p... more >>
How to perform distributed transaction for two classes?
Posted by Ben Smile at 2/13/2004 3:54:54 PM
Given two transactional .NET Classes
inherited from ServicedComponent:
Class A
Function_A1
connects to database A
delete table A11
update table A12
Function_A2
......
Class B
Function_B1
connects... more >>
status of my COM
Posted by HernĂ¡n Castelo at 2/13/2004 10:57:53 AM
Hello
i have a COM that is called inside an ASP page
i DON'T SEE nothing in the Component Services console
under "View Status": there are not statistic values
my COM just make a connection and then a recordset,
there is no transaction in the COM, its simple...
should i see in the ComSvc Cons... more >>
3rd Party Components
Posted by Dom at 2/12/2004 6:09:28 PM
Hi
Anyone know a good source for 3rd party .net components. Specifically
I'm looking for a library that converts word documents to PDF.
Thanks for your help
Good luck
... more >>
Component services error
Posted by George LAZAR at 2/12/2004 12:33:04 PM
Hello
I'm running Win Xp Pro SP1, IIS 5.1
Every asp or aspx page returns "Server Application Error".
and I can't open Component services from administrative tools. The error
message is "DTC was installed by the SQL server. Please Reinstall!"
I had SQL server 6.5 installed on my computer.
... more >>
Datatable sorting ?
Posted by ali at 2/10/2004 8:19:19 AM
Hi,
How could i sort a datatable in web service side. I tried
following but didn't work.
dataset1.datatable1.defaultView.Sort()="column_name"
... more >>
You made a method call on a COM+ component that has a transaction that ...
Posted by enrico sabbadin at 2/10/2004 3:23:45 AM
this happens when serviced component A calls into serviced component B if
1) both A & B are set to transactin required
2) A & B reside in two different machines
I logged that the call to constructor A takes place and to constructor B
takeplace as well .. and activate take place as well ..
but... more >>
|