Here's my set-up:
- Windows 2000 application server with serviced components registered in
Component Services
- Windows 2003 Server Standard running SQL Server 2000
Here's my problem:
I'm trying to create a transaction in my Windows 2000 .Net application which
executes a SQL statement ...
more >>
Hi,
here is an interesting thing I would like to share. We are using
Framework 1.1. I have about 20 serviced components objects in my COM+
server application, none of them doing heavy stuff on Activate()
stage.
When I set the min pool size for all objects to 150, the following
happens:
(a) ...
more >>
I tried moving my web application from the development to production server.
Development is running Windows 2000 Advanced Server, production is running
Windows Server 2003. This is what I did to install it (on both Dev and
Prod; the steps were identical):
Moved COM objects to server
Ad...
more >>
Hi,
I have a few Serviced Components with a Business Object - Business Entity
relationship.
The Business Object initiates the transaction and is marked as
TransactionOption Required and the
business entity is marked as TransactionOption Supported.
Now this transaction works perfectly fine ...
more >>
We have begun to migrate our applications over to XP....
our components run just fine under 2000... but when we
put the code on a XP based machine... and request it
talks to a 2000AS based server for it's objects.... we
get an INVALID CAST error....
When we pull the 2000AS server out of...
more >>