all groups > dotnet component services > october 2004
Can't add reference to CCW'd component
Posted by John Spiegel at 10/29/2004 8:04:12 AM
I'm working through an MCAD book. All the examples for creating then using
serviced components fail when I attempt (as instructed) to add a reference
to the component in the client app. The component inherits from
ServicedComponent. It is added to the GAC and registered.
The specific error ... more >>
Help!!! DTC error 0x8004D00E.
Posted by r.grund NO[at]SPAM zonnet.nl at 10/28/2004 6:21:19 AM
I am going crazy!
I have a .Net serviced component that connects to a sql server. When I
run the component on my development PC (with local SQL-server),
everything works fine. DTC enlists the transaction and results are
returned.
When I connect to another database on the network I get the error... more >>
MSMQ Trigger & .Net C# configuration file for COM interop
Posted by msandwick NO[at]SPAM odssoft.com at 10/27/2004 2:33:28 PM
I am trying to get my C# object to be invoked by MSMQ triggers. I
have the COM Callable Wrapper, and made my assembly strongly typed.
It works when all I have is a simple dump of the MSMQ body text into a
text file.
But when I try to add some code that uses classes that I've included
in a re... more >>
Referencing a DLL File in a Service
Posted by Derek Martin at 10/26/2004 3:54:38 PM
Hi list, I am new (as of today) to windows services. I am writing in VB.Net
2003. I have a DLL file that exposes all the functions and methods that I
want the service to call on intervals. I added the DLL file as a reference,
but can't seem to get it to let me see my functions and methods. ... more >>
Performance gain in using object pooling in COM+
Posted by Alex at 10/22/2004 12:29:34 PM
Hi, I have a system using a 3-tier physical architecture (IIS/COM+/DB).
A object in COM+ gets called abount 450,000 times day.
I was wondering if I could have some noticable performance gain in
activating "Object pooling". My method executes very fast and I don't
have any special initializatio... more >>
System.Runtime.InteropServices.COMException (0x8004D00E): Exception from HRESULT: 0x8004D00E
Posted by cytosoul NO[at]SPAM gmail.com at 10/21/2004 11:57:34 AM
I have an aspx file that calls a C# COM+ function that returns a
DataSet from a SQL Server 2000 SP4 database.
[Transaction(TransactionOption.Required)]
When I run the page locally, everything is fine.
When I run it remotely, I get the
"System.Runtime.InteropServices.COMException (0x8004... more >>
Need help on MSMQ and DTC
Posted by MarcoB at 10/20/2004 12:30:35 AM
I am using message queue and would like to put the message back into the
queue in case a database transaction did not succeed. The only way I see
this is:
1)using peek and then removing the message from the queue based on the
database transaction results.
2)I assume DTC (COM+) would tak... more >>
FileNotFoundException when instanciating component in COM+
Posted by Jonas at 10/18/2004 11:19:24 AM
Hi!
I have an ASPNET application using VB.NET components in COM+. This worked
just fine in my old installation, a WinXP SP1. I'm now trying to get this to
run in my new installation, a WinXP SP2, and then I get the following error
when trying to instanciate a component
------------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSDTC error on vb.net HELP!
Posted by MarcoB at 10/10/2004 8:00:12 PM
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:
Any ideas ?? Tks.
------------------------------------
Imports System.EnterpriseServices
<Transac... more >>
Access Denied to Serviced Component When calling from Windows Client
Posted by lhak at 10/9/2004 1:31:17 PM
Hi,
Hope someone can help me with this problem. I've written a Serviced
Component (VB.Net), signed it with a strong name (using SN.exe) and
registered it with the COM+ Catalog and added it to the GAC successfully. I
could see the component thru the Administrative Tools - Component Services
etc.... more >>
Does .Net EXE App uses Type Library File
Posted by sachin at 10/7/2004 1:17:39 PM
Hi Group,
I have a question. I am deploying my VC++ App and it works well with =
App_Name.tlb File included. Else it gives me an error saying "Error: =
Loading DLL". I really don't understand why .Net App requires .tlb =
file?
U folks have any idea?
TIA
Sachin... more >>
|