all groups > dotnet component services > december 2004
Separate component classes from ASP.NET project?
Posted by Dan Trahan via .NET 247 at 12/22/2004 4:04:14 PM
I'm fairly new to developing applications in =2ENET and I'm=
investigating a good design pattern to upgrade an existing=
ASP/COM+ application into =2ENET=2E
There is a fairly large set of COM+ dll's for the middle-tier in=
the ASP/COM+ app=2E My question relates to the location of these=
... more >>
Windows XP Message Queuing
Posted by syme NO[at]SPAM o2.pl at 12/18/2004 10:18:32 AM
Hello
How can I check if Windows XP Message Queuing is installed on my notebook?
I've Windows XP of course.
Thanks in advance.
best,
szymek... more >>
Moving COM+ to a remote server.
Posted by Dals at 12/16/2004 11:38:11 AM
Hi,
I have a problem with ASP.NET and ServicedComponents (COM+).
Nowadays, the pages and components are on the same server. But the
customer wants to put the components on the separated server, an app
server . The third server is DB server .
Web Server(Win2K) -> App Sever (Win2003) -> ... more >>
email sender service
Posted by Henri at 12/10/2004 6:06:40 PM
Hi,
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.
I've been looking for good tutorials about services and queue... more >>
Transactions and Serviced Components
Posted by syme NO[at]SPAM o2.pl at 12/10/2004 11:04:00 AM
Hello to everyone
I'm not sure about one thing.
COM+ assures Distributed Transactions,
but what is with Local Transactions.
Example:
I have a stored procedure, which updates two tables.
Should I make a local transaction in this stored procedure or it's not
necessary, becouse COM+ do it... more >>
ASP.Net doesn't like my ServicedComponent class? [C#]
Posted by Jim Bancroft at 12/9/2004 9:32:51 AM
Hi everyone,
I have a toy class that inherits from ServicedComponent and a
hand-crafted interface. It looks like this:
[Transaction(TransactionOption.Supported)]
public class myclass: ServicedComponent, IReadData //IReadData is the
hand-blown interface
{
public string GetStr... more >>
I need to run a vb.net or aspx.net file every 10 seconds.
Posted by Steve Jacobs at 12/6/2004 6:51:06 PM
Hi,
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 resources,... more >>
Dynamically instantiate a object deployed in Enterprise services
Posted by chirath NO[at]SPAM flashmail.com at 12/3/2004 9:30:26 PM
Hello All
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
MyPlugins. Any plugin that want to work with this frameowk needs to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
The partner transaction manager has disabled its support for remote/network
Posted by radioboring NO[at]SPAM hotmail.com at 12/2/2004 7:25:57 AM
Hello!
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
developer machines, one machine running Windows X... more >>
Help with regsvr32
Posted by Pepe at 12/1/2004 2:19:21 PM
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,
I want now to try it using the solution of the exercise from the book and i
complie success... more >>
Prevent transactionion aborting when a SQLException is thrown
Posted by chirath NO[at]SPAM flashmail.com at 12/1/2004 5:28:17 AM
Hi All
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
to try seve... more >>
|