| Thread | Last Post | Replies |
|
| MSMQ Trigger & .Net C# configuration file for COM interop | 28 Oct 2004 18:03 GMT | 2 |
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.
|
| Performance gain in using object pooling in COM+ | 23 Oct 2004 06:25 GMT | 1 |
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
|
| System.Runtime.InteropServices.COMException (0x8004D00E): Exception from HRESULT: 0x8004D00E | 22 Oct 2004 14:31 GMT | 1 |
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.
|
| FileNotFoundException when instanciating component in COM+ | 19 Oct 2004 07:40 GMT | 1 |
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
|
| CreateObject Failed | 18 Oct 2004 05:27 GMT | 1 |
I'm quite a newbie in .net programming, so please excuse any dummy question
:) I'm trying to extend a component used by COM+ services in a ASP Page, instanciated via a "Server.CreateObject()".
|
| NT Service message box | 18 Oct 2004 05:24 GMT | 1 |
When a NT service starts and gets some exception it shows a message box saying "timed out" or something similar kind of message. Can this message be customized or can a message box be shown saying the service canot be started becaues of certain resons.
|
| COM+ acessing databases | 11 Oct 2004 05:32 GMT | 4 |
We are considering two diferent architectures for an application. The first one does not use .NET serviced components. It uses a simple NET component for centralized data access. This component resides on the bin folder of the asp.net application and reads some parameters
|
| Access Denied to Serviced Component When calling from Windows Client | 11 Oct 2004 05:01 GMT | 2 |
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 ...
|
| Does .Net EXE App uses Type Library File | 07 Oct 2004 17:11 GMT | 1 |
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
|