all groups > dotnet component services > september 2003
COM+ Transaction
Posted by cllor at 9/30/2003 9:32:17 PM
I am trying to use COM+ transaction in a few of components I developed.
I am using the Manual Transaction to control the COMMIT and ROLLBACK of the
transaction.
However, the components not working correctly.
It throw error message "The system trying to abort the aborted transaction
or in the pr... more >>
COM+ Queued Component & Win 2003
Posted by V. Thomas at 9/29/2003 9:09:23 AM
Hello,
I have a logging service (in C#) that runs as a COM+ queued component. The
clients that invoke this component can be on the same or different machine.
This was working fine in Win 2K but doesn't on Win 2003. Here is what I have
done:
- the queued component installs fine on a Win 2003 s... more >>
Taste this correction pack
Posted by Zlatko Cmelik at 9/28/2003 9:15:41 AM
Microsoft User
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to maintain the ... more >>
COM+ problems when going from VS 2002 -> 2003
Posted by j_a_gbg NO[at]SPAM hotmail.com at 9/26/2003 5:23:15 AM
Hi,
After upgrading to VS 2003 I cannot get a simple COM+ serviced
component (VB.NET) to work on my test server (W2K SP4). On my
development machine (XP Pro) it works just fine and if I use the same
code in VS 2002 it works fine on the server.
The problem:
I have a small client which cal... more >>
[HELP!] Calling a COM+ .NET app through an application proxy without the client having .NET framework installed...
Posted by George Gre at 9/23/2003 10:07:10 PM
Hi,
Is it possible to for a client (VB6) to call a .NET COM+ app through an
application proxy without the framework installed on the client? If not
...WHY?
Any thoughts are welcomed..
Many thanks in advance
George.
... more >>
Intsalling COM+ application problem
Posted by Mike Evstratov at 9/17/2003 10:44:11 PM
Hi,
I have a problem with COM+ app on WinXP Pro SP1 platform.
I have installed .NET 1.1, build sample C# COM+ application.
When i run RegSvcs.exe <myapp> i have an error -
"Unable to open COM+ 1.0 catalog to configure components"
On Win2000 i install the same app without any problem.
A... more >>
Clustering Remoting Server
Posted by Hidden Desi at 9/17/2003 6:19:03 PM
Hello Geeks,
Consider the following architecture:
------------------------------------ (Firewall)
Web Server (IIS)
------------------------------------ (Firewall)
..NET Listener Process
------------------------------------ (Firewall)
Internal network
IIS is hosting my ASP.NET applica... more >>
Web Farm Implementation
Posted by Hidden Desi at 9/17/2003 6:12:34 PM
Hi all,
I am implementing a .NET web application and extensively used the session
variables to store data. But today my manager told me that we will be
running that application in a web farm !!!! I guess I am screwed.
Could you please help me out here guys? I have following question: if you
k... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Urgent - COM register/Use
Posted by yingzhang_99 at 9/11/2003 7:04:06 AM
I develop a COM using vb.net 2002 (framework 1.0) for an
ASP page ( not asp.net) and gave it to my coworker. This
is what he done:
1. Copy the COM .dll file to the asp page directory on a
window 2000 Server.
2. Using Regedit import the .reg file I created which is
succeed.
3. Run the a... more >>
Serialization
Posted by Jonas at 9/7/2003 11:33:31 PM
Hi!
I have a class running in COM+ in a library package, and it works great. But
when I change it to a server package, I get this message:
System.Runtime.Serialization.SerializationException: The type
se.cybercom.cybermate.cs.Delegations.Biz.DlgsTx+Regional in Assembly
delegations.biz, Ver... more >>
Transaction Aborts
Posted by Shahin at 9/7/2003 10:29:41 AM
Greetings,
We have a software that uses Transactions and SQL server. The SQL Server
machine is a Win2K machine and is not part of this domain is a stand alone
machine. When we run our software and we try to call functions that have
Transactions enabled and connecting to SQL Server we get the f... more >>
Multithreading concurrency with Interop
Posted by mark NO[at]SPAM corporatedigital.com at 9/5/2003 3:40:43 PM
Hey all.
I've got a legacy COM dll that I'd like to use in my multithreaded C#
app. Problem though is when I create several instances of the interop
object and start them on their own threads they always seem to run
synchronously.
I've boiled down the code to a simple "lab" experiment below.... more >>
COM+ Activation failed
Posted by Shahin at 9/5/2003 1:07:31 PM
I have the code enclosed. It runs fine on Win2k and XP and win2K Server but
on Win3K Server we get the following error.
"COM+ Activation failed because the activation could not be completed in the
specified amount of time"
Can someone help.
Shahin
<Transaction(TransactionOption.Req... more >>
|