| Thread | Last Post | Replies |
|
| First Time Service....(cross posted) | 28 Feb 2005 13:13 GMT | 2 |
Looking for some pointers, tutorials, online help to get me going. I need to write a service that monitors a SQL server agent (replication) and will run basically a macro in an Office program to update certain files maintained in the DB.
|
| Can a Transaction span from asp.net web page to a web service? | 26 Feb 2005 21:58 GMT | 2 |
Is it possible that a transaction span from a web page to a web service?
|
| Nested Calls within COM+ components and SetComplete | 26 Feb 2005 11:40 GMT | 1 |
Could someone clear up a couple things for me? 1. A,B and C are all COM+ (Serviced components). If A is the root, B and C are still allowed to call SetComplete correct? IOW, If one day A is the root but in a different scenerio C is the root, I
|
| Services Without Components on Windows XP (pre SP2) | 18 Feb 2005 02:42 GMT | 2 |
We are using Services Without Components on both XP and Windows Server 2003. On our XP development box, we were able to use it without any problems, but it suddenly stopped working. Now, when we run our application we get a a "Feature not supported on this platform" exception.
|
| COM+ Role Based Security - calling secure method 1 from secure method 2 | 17 Feb 2005 12:52 GMT | 1 |
Hello and thanks for reading. I have implemented role-based security on some serviced componts at method level and it works fine. However, method level isn't granular enough. I made the decision for my clients to call Method_1 and if
|
| .NET COM+ enterprise examples | 17 Feb 2005 12:36 GMT | 4 |
Are there any examples of real large scale enterprise applications built by using .NET ServicedComponents? Any links are highly appreciated! :-) Thanks!
|
| Calling COM+ Queued component from Java | 16 Feb 2005 08:25 GMT | 1 |
Not sure if this is the right place to post this, but I'm thinking of implementing a queued component using a .NET serviced component, but I need to consume this component from a Java client. Is it possible to use COM+ objects from Java?
|
| Create NT Service when registering | 14 Feb 2005 17:24 GMT | 3 |
I have an assembly with a single class derived from System.EnterpriseServices.ServicedComponent that I've fully attributed. Running REGSVCS against the assembly correctly installs the COM object and the COM+ application, component and interfaces.
|
| FTP | 13 Feb 2005 18:38 GMT | 1 |
Is there an control or class in VB.net what can give me an easy way to program a simple FTP program? Something like inet in vb 6 thanks
|
| Reference COM+ in VB.Net | 10 Feb 2005 21:04 GMT | 3 |
What is the proper way to reference a COM+ component in VB.Net? I've created a class library installed to COM+, put in the GAC. The only way to get my client to work was to reference the dll in c:\program files\complus applications\. This doesn't seem to be the correct approach. ...
|
| ActiveX in VB.NET | 09 Feb 2005 12:21 GMT | 4 |
In VB 6 when I create "ActiveX control" I have got 'ocx' file, I do 'regsvr32' to this file and I can use it in "Word". (In "word" I click on the last button in "controls toolbox" toolbar). In VB.NET I try to open "Windows Control Library".
|
| Serviced Comp can't access remote DB | 08 Feb 2005 15:59 GMT | 2 |
I have a WinForms app on a box MACH1 and a DB on a box MACH2 The WinForms app calls a Serviced Comp that runs as a server with identity <MACH1>\MYUSER (i.e. an account local to MACH1) I have defined on MACH2 a user <MACH2>\MYUSER with the same password
|
| Connection Timeout | 04 Feb 2005 02:33 GMT | 2 |
I am having a problem with ServicedComponent: I have developed a COM+ component in C#, that interacts with SqlClient database. When I tested this every thing was fine: it is executing the query and giving back proper results. When I used this component in another component that ...
|