| Thread | Last Post | Replies |
|
| Error handling in Serviced Components | 31 May 2004 02:29 GMT | 1 |
I am having a problem figuring out error handling with my serviced component. I am reading data from the database and I get deadlock errors. To solve deadlock, i catch that error and resubmit it and i get following error: "Distributed transaction completed. Either enlist this ...
|
| Event 4437 | 29 May 2004 09:25 GMT | 1 |
The event log shows the information below. Running windows standard 2003. The Component services shows the computer red and I can not get in to look around. Any ideas? The account that the MS DTC service is running under is invalid. This can
|
| ErrorRaise from within SP - does it doom the transaction | 29 May 2004 09:20 GMT | 1 |
If I call ERRORRAISE or SQL Server raises an exception from my stored proc will it doom the transaction? I am getting that type of behavior. I was anticipating being able to trap for a specific *exceptional* condition and reacting, but when the exception is raised from my sp or sql ...
|
| ServicedComponent and SuppressFinalize | 29 May 2004 09:18 GMT | 1 |
All - Normally, if an object has a "finalize" method, its good practice to implement "IDispose" and call GC.SuppressFinalize. Does this hold true when "Dispose" is called on a serviced component?
|
| 2 COM+ componants that participate in the same distributed transaction | 29 May 2004 09:15 GMT | 1 |
Hello every body I have two differents COM+ componants inheriting from rhe servicedcomponent class with ActivationOption = server. The first server COM+ compoent updates a database "Bank1" the second server Com+ component updates a second database named "Bank2"
|
| SerializationException - Cannot find the assembly | 29 May 2004 09:08 GMT | 4 |
I'm trying to pass a class as a parameter to a method on a transactional component and I keep getting this error: An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in
|
| Queued Component = passing objec param | 26 May 2004 14:51 GMT | 1 |
Using VB.NET and Active Directory, I am trying to pass an object, converted to byte array, to a queued component on Win2K. The converted message goes into the queue but is dropped to the retry queue when the component is started. I thought we were supposed to be able to pass
|
| "Access Denied" to ICatalogCollection from asp.net web service | 22 May 2004 12:09 GMT | 1 |
I am trying to access the transients subscriptions for a remote COM+ server from an asp.net web service, the problem is access rights to save to the local transient subscriptions, the code fails when I attempt to call 'SaveChanges' a System.UnauthorizedAccessException is generated.
|
| FileSystemWatcher | 19 May 2004 15:20 GMT | 1 |
Not sure if this is the right room but has anyone found a good fix to work with the FileSystemWatcher raising multiple events for the Changed event?
|
| Error when trying to return a array from a COM+ Object | 12 May 2004 07:51 GMT | 1 |
I have written a COM+ DLL in vb.net to return all the user samaccount name in a given OU. The results are returned as a dataview. As the ASP.NET page calls the function from the COM+ it fails with the following error:
|
| Same DB Connect string for multiple COM+ Components? | 10 May 2004 07:40 GMT | 8 |
I am looking at a COM+ server application that will have several components all doing database access against the same database and therefore needing the same connect string information. What are the best options for getting the same string into the multiple components?
|
| Configuration file for a COM+ DLL written in .NET | 09 May 2004 08:20 GMT | 2 |
Hi, i have a DLL hosted in a COM+ application on server A. I need to find a way for my DLL to access a XML configuration file on that server instead on the server B that is the caller (IIS for instance). The construction string in COM+ console will does not suffice.
|
| newbie question (object persistence across client method calls) | 09 May 2004 00:12 GMT | 1 |
I have written a C# class derived from ServicedComponent which generates an assembly (dll) that I put in the GAC and then do a regsvcs against it (it shows up in the Component Services MMC console). I want the component/object to not be deactivated across client method calls. So ...
|
| Cusom exceptions and COM+ | 04 May 2004 15:33 GMT | 3 |
I am having problems with custom exceptions in COM+, I have read the article in MSDN (march 2004) and implemented the correct features.... The custom exception class derives of ApplicationException and also has the [Serializeable] attribute and has a
|
| COM+ Application ReCycling For Memory Leaks ? | 01 May 2004 23:15 GMT | 1 |
I have a Client-Server Application which uses .NET Remoting. The Server side objects are hosted in COM+ as a Server Application on Windows 2003 Server[COM+ 1.5]. After running the application for about 1 1/2 to 2 days, I notice that the DLLHOST is taking
|