| Thread | Last Post | Replies |
|
| SynchronizationAttribute for a ServicedComponent extending class | 30 Aug 2005 02:20 GMT | 1 |
I have a ServicedComponent with only one public method. It is of capital importance that this method be executed by only one thread at a time (when the method is running, any other thread calling the method must queued). My ServicedComponent class has the
|
| Member Variable Values Are Reset After Transaction Completes. | 24 Aug 2005 20:10 GMT | 4 |
Here is the overview: I have a presentation layer (it can be an web page or a windows form), a Business Layer where business rules are enforced and a Data Layer which knows about the physical data store. The business layer does not know anything about the physical
|
| DCOM in componets services take ages to load ? | 24 Aug 2005 12:14 GMT | 2 |
-2003 server -start, settings, control panel -administraive tools -compnents services (loads console)
|
| Unable to access Dcom properties | 24 Aug 2005 11:03 GMT | 1 |
OS system is XP, I am logged on as administrator I have done this many times before: Console Root->Component Services->Computers->My Computer->DCOM Config right click and then properties option should show in pop-up menu bar.
|
| Construct String is empty | 17 Aug 2005 02:46 GMT | 1 |
I have a COM+ Library application where iam trying to set the construct string to a variable in the class. The contruct method gets called but the string that it gets is empty. Can anyone tell me what might be the problem?
|
| JITA And Object Pooling | 17 Aug 2005 00:43 GMT | 7 |
I have a ServicedComponent that is configured to support Object Pooling and Just In Time Activation. I have the following code that uses my ServicedComponent: Public Sub Test()
|
| Dispose my Class which inherits from ServicedComponent | 08 Aug 2005 15:31 GMT | 2 |
I have a question. Which code should i use in order to cleaning the memory. I have two scenarios. First, disposing an object from other com+ class, and disposing an object from a web page or a win form.
|
| Modify attribute value at runtime ? | 06 Aug 2005 09:03 GMT | 1 |
I develop a component based on TextBox. I have added some new properties with different attributes (category, description, ...) for the PropertyGrid at design time. Is it possible to modify these properties at design time?
|
| PropertyDescriptorCollection.Add() - Method Not supported? | 06 Aug 2005 08:56 GMT | 1 |
I am attempting to implement a custom collection and wish to databind it to a datagrid. Currently I can successfully bind the data, but all the properties in my custom object appear in the grid.
|
| Outlook Object model-How to achieve send receive functionality | 06 Aug 2005 08:53 GMT | 1 |
I am trying to achieve something like send recieve task panel exactly as in outlook using outlook object model in VB.Net I want achieve following tasks 1 A progress bar indicating send receive status
|
| Any MVP in Enterprise Services? | 05 Aug 2005 12:14 GMT | 5 |
I have a question, is there an Enterprise Services MVP catergory? Thanks, Alfredo Barrientos
|
| COM+ Error: The server process could not be started because the configured identity is incorrect. Check the username and password. | 05 Aug 2005 02:48 GMT | 1 |
I created a .NET dll and registered in the component services (regsvcs) to receive calls from my database via sp_OAMethod. When I run in my local machine, via query analyzer SQL 2000, it works just fine. but in our test server I get the message: (see below the
|
| Install same assembly in more than one application | 04 Aug 2005 19:17 GMT | 2 |
I am implementing a COM compatible C# component to control and interop with SAN based disk arrays. It is required that each disk array being controlled by a separate component; this makes error recovery, among other things, much easier.
|