| Thread | Last Post | Replies |
|
| Returning Errors in COM+ using Autocomplete | 23 Sep 2005 00:57 GMT | 13 |
I have a question. In my COM+ methods and functions i use Autocomplete instead of SetComplete and SetAbort, but i dont know what do i have to return in each function, because i have to propagate the error in my COM+ classes, in order to function Autocomplete attribute.
|
| release of serviced component on error | 19 Sep 2005 17:49 GMT | 2 |
I have written a serviced componet and added to the com+.. When i call a function of this component the "Activated" count in the MMC increases and comes down as expected but if there is an error in the function call this object never gets deactivated. How do i make sure that
|
| Confusing Remoting Error | 16 Sep 2005 19:00 GMT | 1 |
I'm getting the following error An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll
|
| Unable to cast COM object of type 'System.__ComObject' Error Message | 15 Sep 2005 23:49 GMT | 5 |
after turning my Serviced Component into a server-application, i cannot call any methods and the following error message occurs: "Unable to cast COM object of type 'System.__ComObject' to interface type 'ESServerTest.IServer'. This operation failed because the QueryInterface
|
| Error when enlisting in a distributed transaction | 15 Sep 2005 08:14 GMT | 1 |
I'm using ServiceConfig class for handling across component transactions. My .Net application is running on windows 2003 server. database is SQLServer. The application works fine if the SQLServer is running on the same server where my application is running. If I try to
|
| No Properties Menu in Component Services | 07 Sep 2005 01:13 GMT | 3 |
I am trying to change permissions on "VB ASP Debugging" in Component Services as described in KB article 259725. However, when I right-click it, I don't get a Properties menu. Is this a permissions problem? I have tried it using my account, which is a domain admin, and also using ...
|
| Error when COM+ application is started | 05 Sep 2005 17:00 GMT | 4 |
I have a .NET assembly, containing two Serviced Component classes, which are added to an existing COM+ application to extend its functionality. The .NET assembly is installed by calling regasm, followed by regsvcs to add it to the application, then added to the GAC. This works ...
|
| Guid should contain 32 digits with 4 dashes on EnterpriseServices | 05 Sep 2005 13:15 GMT | 4 |
Appreciate any help on this. Trying to put EnterpriseServices to work. Whenever I add the inheritance from ServicedComponent, any attempt to use the class returns an error - "Guid should contain 32 digits with 4 dashes
|
| ASP.NET and COM+ | 05 Sep 2005 02:40 GMT | 2 |
I am trying to run a simple prototype for a web application that involves ASP.NET and COM+. The solution is composed from the following projects ASP.NET -> calls -> .NET Serviced Component -> calls -> .NET Component -> calls -> Database.
|