| Thread | Last Post | Replies |
|
| COM+ application is in an unstable state | 30 Nov 2004 12:12 GMT | 1 |
We developed a component that uses enterprise services. the component seems to run fine. we don't see any memory leaks. it seems that after running for a period of time (several hours), and after several thousands of calls (maybe even tens of thousands of calls) the
|
| Finding Dependencies from ServicedComponent | 23 Nov 2004 21:33 GMT | 2 |
I have a COM+ component that accomplishes the following: 1. Unzips a zip file into a temp directory 2. Parses a raw text file from the zip and converts it to XML 3. Bulk loads the XML into a database
|
| VB.net and COM+ - object pooling etc | 23 Nov 2004 19:26 GMT | 1 |
Hi, I have two questions regarding creating COM+ objects in VB.net. 1) I have a component that inherits from ServicedComponent, and has the ObjectPooling(True) atribute set. After installing the component into
|
| JIT Activation | 21 Nov 2004 20:16 GMT | 1 |
I am trying to get my head around JIT Activation. In comparing; A) A client which programmatically creates and disposes objects as needed in the respective methods using dispose. (non-greedy)
|
| Access denied to file from ServicedComponent | 20 Nov 2004 19:58 GMT | 10 |
I would greatly appreciate help on issue that looks as have been resolved before: I wrote a ServicedComponent that reads and writes files to a folder on a network share.
|
| Thoughts on ServicedComponents and the Construct() method? | 18 Nov 2004 22:03 GMT | 1 |
I'm creating a serviced component in C#, and was thinking about calling the Construct() method to cache a string in a local variable, for later use. In VB6 I had it burned into me that caching values in a COM+ component wasn't maybe the best idea, given how COM+ and JIT worked. ...
|
| Developing my own Resource manager for DTC | 16 Nov 2004 07:10 GMT | 3 |
Hi , Is it possible to write Resource manager (not serviced component) which participates in Distributed transactions in .net , and if not where can I find information how to implement it with c++. I think I
|
| Referencing a DLL File in a Service | 13 Nov 2004 08:50 GMT | 1 |
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 ...
|
| Function not visible in object browser | 12 Nov 2004 18:49 GMT | 1 |
rookie question: I have built a component with one class declared as public. The class has one function declared as public. The function takes one parameter. I register the component.
|
| ServicedComponent: COM object separated from its underlying RCW? | 11 Nov 2004 15:38 GMT | 6 |
I have defined the following ServicedComponent that currently does nothing. < _ ClassInterface(ClassInterfaceType.None), _ Guid("D374C669-3779-45da-83F4-5D2279F0355B") _
|
| Returning an IEnumerator from a ServicedComponent | 10 Nov 2004 23:30 GMT | 2 |
I have a question regarding EnterpriseServices: I have a serviced component (see below) that returns an IEnumerator. This Enumerator should be returned by reference, of course. Howeverm when I try ti run the code below, I get the exception:
|
| New Forum Needs a Lift! We Need Programmers! | 06 Nov 2004 01:04 GMT | 1 |
www.webdesignmagic.com.au/forum.asp <BLOCKED::BLOCKED::BLOCKED::BLOCKED::http://www.webdesignmagic.com.au/fo rum.asp> I am trying to get a new Programming and Website Design forum in
|
| Help!!! DTC error 0x8004D00E. | 01 Nov 2004 15:52 GMT | 2 |
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
|