| Thread | Last Post | Replies |
|
| The partner transaction manager has disabled its support for remote/network | 15 Dec 2004 06:58 GMT | 1 |
I have read multiple posts on this subject and still I haven't got any solution to my problem... Problem: I have a Web Application that communicates with a service layer that uses c# Serviced Components (Library). I have two different
|
| email sender service | 14 Dec 2004 13:32 GMT | 3 |
I'd like to design a service that would receive requests from ASP.NET pages to send emails. It would process the current request and enqueue the requests received during the process, than process the next one in the queue, etc.
|
| Transactions and Serviced Components | 11 Dec 2004 03:14 GMT | 1 |
Hello to everyone I'm not sure about one thing. COM+ assures Distributed Transactions, but what is with Local Transactions.
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 08 Dec 2004 18:05 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| Help with regsvr32 | 04 Dec 2004 15:28 GMT | 1 |
Hi, im doing an exercise of COM+ and .net Time ago i done the exercise step by step, and it works then i delete the registred component from MMC I want to register it again from another directory,
|
| Dynamically instantiate a object deployed in Enterprise services | 04 Dec 2004 15:25 GMT | 1 |
How can I dynamically instantiate a object deployed in Enterprise services? This is what I want to achive, I have written a framework deployed in ES (with activation server) where I have exposed a interface called
|
| MSDTC error on vb.net HELP! | 03 Dec 2004 16:31 GMT | 2 |
I am trying to use Microsoft Distributed Processing and I am getting the following error. "There is no MTS objectcontext " I have SQL MSDTC loaded on my PC. I have added the code below:
|
| Prevent transactionion aborting when a SQLException is thrown | 03 Dec 2004 11:03 GMT | 1 |
I have written a COM+ object using C#. The transaction option is set as TransactionOption.RequiresNew. I do several database updations in this class & I have observed that the transaction is automatically aborted even though I handle SQL exceptions properly. My intention is
|
| .Net Service & Notifyicon disappearing after log-off/log-on | 02 Dec 2004 12:49 GMT | 1 |
I have a Windows Service which uses a NotifyIcon. If the computer is rebooted, and I log on, I see the icon appearing, everything OK. If I log off and log on again, the icon is gone. What is happening over here ? Also, if I manually stop/start the service the Icon appears after
|
| .net COM+ component writing a file to UNC path causes MSDTC error | 02 Dec 2004 07:52 GMT | 3 |
I have a com+ component written in vb.net that is installed on a Win2k3 server. The component reads and writes files to local or network file path that is sent to it. I need the file that is written to be 'locked' by the transaction so that a process on another server
|