| Thread | Last Post | Replies |
|
| DTC Transactions: MSMQ.. marshal vs. automatic | 30 Dec 2003 08:56 GMT | 6 |
I'm working with a proof on concept application where I am trying to implement a two-stage DTC transaction My first approach was to Dim iQReporter As Reporter.Reporter.IQReporte iQReporter = CType(Marshal.BindToMoniker("queue:/new:Reporter.Reporter.ImplReporter") ...
|
| ASP.Net and COM Problem | 29 Dec 2003 16:42 GMT | 6 |
I have a web site coded in C#. It needs to call a COM component written in VB6. This COM conects with another computer. This second machine conects to a mainframe - kind of a wrapper - and returns some informations from mainframe to COM component on the first machine (the
|
| Newbie question | 19 Dec 2003 06:08 GMT | 2 |
I'm developing a (C#) n-tier application and have looked a little at COM+, thinking it might be a good Data Access Layer Component. But whenever I try to call a method on my COM+ component I get this error: "The partner transaction manager has disabled its support for remote/network
|
| Strange behavior with Custom Exception and ServicedComponent | 18 Dec 2003 12:56 GMT | 1 |
This is the enviroment A WinForm application call a ServicedComponent, it is activated in Server Mode. This ServicedComponent, throw a CustomException that is catched by de WinForm Application. When the ServicedCompoent does not implement another Interface, the exception catched by
|
| Remove Windows Services | 17 Dec 2003 16:21 GMT | 1 |
I'm using Windows XP. I had installed Oracle server 9.0 on the system. But something wrong, I removed Oracle but there are some Oracle's entry in Service windows (Start/Program/Administrative Tools/Services) How can I remove these entry?
|
| IIS6.0: Running ASP pages that use VB6 ActiveX dll | 17 Dec 2003 16:12 GMT | 1 |
I have the following senario: - Installing web application(ASP) on IIS6.0 (The application was running on IIS5) - ASP pages that use VB6 ActiveX dll
|
| COMException when registering a LCE transient subscription | 15 Dec 2003 15:28 GMT | 7 |
I'm using this code to register a LCE transient subscription: Public Function Add(ByVal Obj As Object) As String Dim cat As Object = CreateObject("COMAdmin.COMAdminCatalog") Dim Subscriptions As Object = cat.GetCollection("TransientSubscriptions")
|
| COM Component Creation and Registration Script | 13 Dec 2003 09:57 GMT | 2 |
I have a question regarding COM+ Component Services. I currently have a machine that has a number of separate COM+ Packages with 1-2 components in each package. We're implementing a new backup strategy and I would like to know if there is a way to script the
|
| Problems with setting up an n-tier architecture | 12 Dec 2003 06:00 GMT | 1 |
I thought I would stop hard-coding all my db commands and came up with (what I thought is) an n-tier architecture to deal with data access. I have set up a simple scenario to test: I have an object named "SQLConnect.vb" which is supposed to be the generic
|
| COM+ .setAbort() + .dispose() | 11 Dec 2003 14:26 GMT | 2 |
Hi, I developed as series of com+ components and everything was going well until I made the classic method call that does another method call and the second one calls .setAbort(), when I return to the first component and try to execute .dispose() on the one that called .setAbort() I ...
|
| ServicedComponent impersonation level is always Anonymous | 10 Dec 2003 21:57 GMT | 1 |
I have a serviced component, and I want it to be able to do some stuff on behalf of the client using impersonation. However, no matter what I do, the Impersonation level of the SecurityIdentity in the SecurityCallContext is always "Anonymous".
|
| Problem with transactions from Win2k app server to Win2k3 SQL Server | 10 Dec 2003 20:20 GMT | 7 |
Here's my set-up: - Windows 2000 application server with serviced components registered in Component Services - Windows 2003 Server Standard running SQL Server 2000
|
| The transaction has already been implicitly or explicitly committed or aborted | 10 Dec 2003 20:19 GMT | 1 |
I am using Enterprise Services Serviced Components to handle database transactions on a SQL Server 2000 database running on a Windows 2003 Server operating system. My web application which is calling my serviced component is on a different server than my database. I am
|
| self install into COM+ fails | 10 Dec 2003 14:27 GMT | 2 |
I have a .NET serviced component. I can install it into a COM+ application using the regsvcs utlility fine :-) However, I need to to use an installer class to do this to make it part of a big install.
|
| Can't run queued components within 2 hosts | 09 Dec 2003 16:51 GMT | 1 |
Hi Fellows I'm trying to run a queued component hosting the client in one machine (WinXP professional) and the real component in another one (Windows 2003 standanlone server). However I can't figure out the correct way to install the component to make it work. I already use a ...
|