| Thread | Last Post | Replies |
|
| User login credentials kept with COM+ interface | 17 Mar 2004 21:51 GMT | 1 |
I'm writing a COM+ component interface to some classes in C# that access Active Directory. It is important to keep the user's login credentials on our Intranet (Integrated authentication) to make sure that the he has access to the actions that he wants to do in the AD.
|
| DCOM Optimizations in EnterpriseServices | 17 Mar 2004 16:18 GMT | 2 |
Short Question: Is there any way to shut off the "DCOM optimization" that is used when making a remote call from a .NET client to an ServicedComponent? Longer Version:
|
| COM+ activated by MSMQ | 16 Mar 2004 18:35 GMT | 1 |
I am creating a way to log my distributed applications in a asyncronized way... I have a microsoft queue to centralize all my applications events. Now, I want to create a COM+ application to process the log queue to pass messages to database. Is there a way to configure my queue or ...
|
| Combining 2 assemblies..GAC | 13 Mar 2004 10:31 GMT | 2 |
SQLParser.dll has a reference to Parser.dll. "How can I contain both the DLLs in a single assembly?" This assembly file has to be published in the GAC. Will the reference (early binding) take place automatically or should I have to use the Assembly.Load function? Any help is ...
|
| What is causality? | 11 Mar 2004 12:49 GMT | 1 |
I have read the MS documentation about COM+ but I find myself very confused about some concepts. My main doubt is about synchronization and causality. It seems that these elements are related, but how exactly?
|
| Throwing a custom exception from the constructor | 10 Mar 2004 19:06 GMT | 2 |
Is it possible to throw a custom exception from the constructor of a com component? I always get an Invalid Pointer exception when I throw from the constructor. Anywhere else, my custom exception comes through fine. -- Chris
|
| design pattern | 10 Mar 2004 18:12 GMT | 9 |
this is the last announcement - project ends in 2 weeks... if you did not allready answer the questions take this one minute!!! Hi developers! Are you using design pattern? And do you want to help me with my
|
| COM error 429 ? | 10 Mar 2004 15:20 GMT | 1 |
I am trying to create a simple comobject that i want to use in ms-word, I have used the sample included in VS .NET 2003 (you se it below) and compiled with COM Interop Now in Word i go to reference and add it by selecting the .TLB file created
|
| Nested Transactions... Need help | 10 Mar 2004 09:17 GMT | 1 |
I have a serviced component which calls a Data Access layer. The design of the DAL was done without any thoughts of being called from a ServicedComponent. ( Generated by NtierGen ) The problem is that the DAL calls BeginTransaction() & CommitTransaction()
|
| Transaction error...Either enlist this session in a new transaction or the NULL transaction | 10 Mar 2004 08:54 GMT | 5 |
I am doing some database work, nothing fancy, just creating som new rows and stuff. When I get this error. Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
|
| CRM article | 10 Mar 2004 08:42 GMT | 1 |
Can anyone point me to an article talking about creating Compensating Resource Managers and .NET? I found an article on MSDN, but it is from the 2000 year, so it does not use .NET Thank you.
|
| How to configure existing component(no source code,written by other language) transaction options programlly? | 10 Mar 2004 08:32 GMT | 2 |
|
| List of Roles/Users | 09 Mar 2004 00:41 GMT | 1 |
We have a COM+ Application that uses role based security. There are numerous roles. I have been asked to assign USER2 to all of the roles to which USER1 is a member. Where can I find this information without opening up each and every role and looking for USER1.
|
| Using a ServicedComponent as a remote component | 08 Mar 2004 13:34 GMT | 1 |
I want to use a serviced component (using JITA and object pooling) as a remote object, as ServicedComponent inherits MarshalByRefObject. Shall I export this serviced component as a "Singleton" or a "SingleCall" Object ?
|
| InvalidCastException on instance creation | 07 Mar 2004 14:09 GMT | 3 |
After a few days of operation, we sometimes get an InvalidCastException on the creation of an instance of a COM+ library-type component (written in C#)
Exception: System.InvalidCastException
|