| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
A serviced component with transaction attribute Required connects to SQL
Server via an inline coded connection string and does some work in...
Hans Dingemans
|
01-20-2006 09:38 AM
Hans Dingemans | 4 | 41 |
|  | i have a client program (cliA) that uses com+ component (comA) thru
application proxy (exported from component services). comA references...
Ramesh
|
01-19-2006 11:32 PM
Ramesh | 0 | 39 |
|  | IP2Location has announced the availability of IP2Location .NET
Component, that enables application developers to geolocation the
Internet visitors by...
AT
|
01-19-2006 09:43 PM
AT | 0 | 39 |
|  | Is there a way to reduce clutter in a serviced-component's method signature
by collapsing a few of them into a UDT and passing the UDT instead from...
Tristan
|
01-18-2006 12:48 PM
Tristan | 0 | 39 |
|  | Hey,
I have a C++ client (NOT Managed C++) that calls a Com+ Manged object I
wrote,
And I cant get the Com+ object to be released!
How can I realease...
Ram
|
01-14-2006 10:31 AM
Ram | 0 | 43 |
|  | Hi,
I'm trying to do the simplest thing possible using Loosely Coupled Events
(LCE) and having no luck whatsoever. I'm following the example...
John
|
01-13-2006 12:46 PM
John | 1 | 35 |
|  | I think the subject like suggests what I am after. Here is why:
I am creating this Serviced Component. It loads some data from different
places into...
Alex Livingstone
|
01-11-2006 07:46 AM
Alex Livingstone | 1 | 38 |
|  | Hi
I'm writing a COM+ component that takes advantage of COM+ automatic
transactions. I'm using classes in the System.Data.Odbc namespace to
connect...
NorCan
|
01-10-2006 10:12 AM
NorCan | 2 | 36 |
|  | Hi
I have created a Windows Service in C# that calls other (console)
applications that operate on files. I call a console application (PGP.exe)
that...
Mystique
|
01-09-2006 03:36 PM
Mystique | 0 | 36 |
|  | How to create a Managed C++ windows service that uses dll's created from
Visual C++ 6 ?
Regards,
Mystique
Mystique
|
01-09-2006 05:26 AM
Mystique | 0 | 35 |
|  | Hi,
We have encountered a very strange problem. We have a .NET dll
(registered with regasm) that is called by a VB6 component residing in
Component...
AT
|
01-03-2006 03:50 AM
AT | 0 | 38 |
|  | I downloaded Dot Net Redistributable from MS site. I am not able to
install it due to missing of Microsoft Windows Installer 3.0. I am also
not able...
stonman
|
01-02-2006 02:15 AM
stonman | 0 | 40 |
|  | Hi,
I have been getting this kind of event log messages since I have upgraded to
Framework 2 with VS2005 and is wondering if someone can tell me...
Bob
|
12-28-2005 07:45 AM
Stefan Glock | 3 | 36 |
|  | Hi,
I have C# COM+ dll (one class in it) that is called by existing COM+
components.
This class marked as TransactionOption.Supported
It calles db...
Mark
|
12-27-2005 08:30 AM
Mark | 2 | 43 |
|  | A multithreaded VB.NET Windows Service uses a FilesystemWatcher in each thread.
The FilesystemWatcher event handler calls a VB6 COM+...
Peter Meinl
|
12-22-2005 08:21 AM
Peter Meinl | 0 | 34 |
|  | Please help. I'm using ::CreateWindow() to create a window inside my windows
service but I cannot see it in spyxx or using ::FindWindow in an...
Oleg Mustiazza
|
12-22-2005 02:08 AM
Oleg Mustiazza | 0 | 29 |
|  | I am trying to create a serviced component using C++ (2005). Before
getting too far into my application logic, I'm trying to do some proof
of concept...
tabo (AT) hitech (DOT) com
|
12-13-2005 02:46 PM
tabo (AT) hitech (DOT) com | 0 | 38 |
|  | Hi
I've got a COM+ component running on my local machine. I can call a
method on it without any problems using interfaces or by...
AT
|
12-13-2005 09:46 AM
AT | 0 | 40 |
|  | Hi Sirs
I have a COM+ Server application where one of the components implements the
IProcessInitializer interface. According to MS the StartUp and...
Morten Overgaard
|
12-12-2005 03:34 PM
Morten Overgaard | 0 | 41 |
|  | I am not sure if this is the right group to post, but i cant seem to
find a Windows Servics group, so i am posting here.
"I have a windows services...
MrFile
|
12-12-2005 07:40 AM
Ahmed Hafez | 1 | 40 |
|  | I'm developing a COM+ server application that will interact with other
components developed in Delphi for .NET. My assembly works fine on my
computer...
NorCan
|
12-12-2005 07:22 AM
NorCan | 0 | 36 |
|  | Our objective was to copy file/files from a pre-defined folder of Pocket PC
device to a pre-defined folder on the desktop PC and this function was to...
Viral
|
12-08-2005 04:44 AM
Viral | 0 | 33 |
|  | Hi, Group,
I have a dll written in VB 6.0 that uses CDO 1.21 to create
appointments. This dll is working fine when registered on Windows 2000
as...
galinakom (AT) comcast (DOT) net
|
12-02-2005 12:19 AM
bb | 1 | 33 |
|  | I'm using the OleDbConnection object to retrieve the contents of an
Excel Worksheet as a DataSet. This works fine when testing...
AT
|
12-01-2005 09:20 AM
AT | 1 | 33 |
|  | Hi everybody.
I had a VB6 COM component that access a DB and returns data in form of
Arrays and Collections.
An ASP Page calls the component and...
Alessandro Lendaro
|
12-01-2005 05:12 AM
Alessandro Lendaro | 0 | 28 |
|  | Hi,
I have been following "Bob DeRemer's" excellent article on "Throwing Custom
Exception Types from a Managed COM+ Server Application" and able to...
Bob
|
11-24-2005 09:39 AM
Bob | 0 | 32 |
|  | I have a C# executable running successfully on production for about a month.
Operations recently added 2 fast W2K ADs to the domain to improve...
UltraVioletCat
|
11-21-2005 01:52 PM
UltraVioletCat | 0 | 36 |
|  | I have a VB.NET application that instantiates a COM object from a DLL using
New(). As the application is closing, it sets the object to Nothing...
Phil Galey
|
11-21-2005 10:34 AM
Phil Galey | 1 | 32 |
|  | Hi,
How could i test my .Net COM+ Component? Does anybody knows a guide to
do this?
I am trying to know how many users can access my...
Alfredo
|
11-17-2005 04:13 PM
Alfredo | 0 | 29 |
|  | I have a program that is printing PDFs and to check that the PDF is complete
we run the following code after we are done printing.
lpsProcesses =...
Microsoft News
|
11-16-2005 11:50 AM
atonyba | 1 | 41 |
|  | Hi,
I want to capture and log each method call that happens in my com+
application. I want to do it with C# as part of my application.
Does anyone... |
11-08-2005 12:48 PM | 0 | 32 |
|  | Hi,
I have a component that converts webpage to PDF. it makes use of
ActivePDF's
APServerNet and APWebGrbNet
I have referenced the dll in my...
Stephen
|
11-08-2005 10:51 AM
Stephen | 0 | 42 |
|  | Does an object created by call from web page to a COM+ persist .If not what are the methods to persist an object without using Session or Application...
AMBROSE
|
11-08-2005 02:49 AM
AMBROSE | 0 | 31 |
|  | I have a EnterpriseServices (ES) component with custom Err.Raise statement
Err.Raise(vbObjectError + 9100). When the client tries to trap the error,...
Ramesh
|
11-07-2005 07:41 AM
Ramesh | 2 | 31 |
|  | Hi,
I'm currently working on a project where I use ServicedCompnents. Al
has worked perfectly but today when I tried to use regsvcs to registe
my...
hugo_haggmark
|
11-04-2005 04:11 AM
hugo_haggmark | 0 | 56 |
|  | Hi,
I have writen some C# code that will subscribe an object as a transient
subscriber for a particular event. When the COM application that...
SnowDog
|
10-31-2005 08:25 AM
Robert Markovic | 3 | 42 |
|  | We are developing an application in .Net 1.1 and using COM+ as our
transaction manager.
Our database is stored on a Windows 2003 SP1 server (with...
Andrew Teece
|
10-23-2005 10:01 AM
Heiko Schulz | 2 | 32 |
|  | I've tried to install my cofigured component in more than one application
partition on Windows 2003 Server using regsvcs.exe /parname:<name...
Adam Boczek
|
10-20-2005 06:42 AM
Adam Boczek | 1 | 35 |
|  | Hi
My application needs component level transactions and across database
transactions. .Net provides 2 classes ServiceDomain/ServiceConfig for
using...
RJN
|
10-19-2005 04:40 AM
Adam Boczek | 1 | 34 |
|  | On a 2003 MS Terminal Server the COM+ System Application and Distributed
Transaction Coordinator services keep changing from the "started" state...
Robert
|
10-18-2005 10:16 AM
Robert | 1 | 35 |
|  | When right clicking on my Component Services Application, and choosing to
Start the application, I get the following error:
"an error occurred while...
Elmo Watson
|
10-17-2005 09:49 AM
Elmo Watson | 2 | 35 |
|  | I have searched for days for a solution to this problem. I am using
enterprise services to manage transactions in my unit tests. Each test
will run...
Paul
|
10-16-2005 08:15 PM
Paul | 0 | 38 |
|  | Hello all:
I started seeing this error whenever I would attempt to start any
server-activated COM+ apps (mine or OS-related) from the dcomcnfg...
Alex Trebek
|
10-14-2005 07:21 AM
Alex Trebek | 0 | 60 |
|  | Hi,
This is Irfan from Karachi.
Every one is witnessed the huge EarthQuake disaster in our country.
I just want to say to the International...
Irfan
|
10-13-2005 10:01 AM
Irfan | 0 | 39 |
|  | Hi
I'm using ServiceDomain/ServiceConfig for handling transactions. This
worked fine in Windows 2003 server as webserver and database server...
RJN
|
10-09-2005 04:49 AM
RJN | 0 | 38 |
|  | here is my scenario:
at the server:
there are two ES components
1) clsOrder --> referenced clsOrderItem & used "New" to create
clsOrderItem...
Ramesh
|
10-07-2005 03:41 PM
Ramesh | 0 | 35 |
|  | i have a project and i want few of my components to be services.
but other classes i don't declare as serviced.
should this cause any problem?
and...
z f
|
10-06-2005 08:14 AM
z f | 4 | 32 |
|  | Hi
My company are just about to launch a massive project and I am going to have
the job of working on web based pages which perform billing and...
Ben Crinion
|
10-04-2005 01:29 PM
James Alexander | 2 | 29 |
|  | Thanks for helping me Mr Feinman.
I test the uiMode and fullscreen both in Device Emulators and also in my
own Pocket PC with ActiveSync.
Those...
Noulouk
|
10-04-2005 12:20 PM
Noulouk | 0 | 37 |
|  | We have a situation when after user submits the page the data goes to 5
different stored procedures which are executed one after the other and
all...
jakk
|
10-02-2005 01:46 AM
Florin Lazar [MSFT] | 1 | 34 |