| Thread | Last Post | Replies |
|
| .NET Serviced Component and Application Directory | 11 Oct 2003 12:53 GMT | 6 |
Given the following szenario: I have realized a COM+ component which is itself uses 3rd party assemblies. These assemblies are strong-named. So far, so good. The problem is that these beforementioned assemblies have configuration
|
| COM+ Proxy UnauthorizedAccessException | 10 Oct 2003 17:41 GMT | 1 |
I have written a ServicedComponent in VB.NET that will be used from both classic ASP and ASP.NET. It works fine on my development box, and when I run it in COM+ on the same server as IIS. When I tried moving the component to a different server and exported a proxy to use on the web ...
|
| Urgent - COM register/Use | 09 Oct 2003 21:24 GMT | 1 |
I develop a COM using vb.net 2002 (framework 1.0) for an ASP page ( not asp.net) and gave it to my coworker. This is what he done: 1. Copy the COM .dll file to the asp page directory on a
|
| Tlb Register Failure | 09 Oct 2003 20:55 GMT | 2 |
I have developed a dll application using VB .Net and i can register my tlb file on my machine without any trouble. Bu i cannot register it on another machine. I get the error message;
|
| COM+ Transaction | 04 Oct 2003 09:06 GMT | 4 |
I am trying to use COM+ transaction in a few of components I developed. I am using the Manual Transaction to control the COMMIT and ROLLBACK of the transaction. However, the components not working correctly.
|
| Does a remote ServicedComponent require IIS? | 03 Oct 2003 11:52 GMT | 1 |
Does a remote ServicedComponent require IIS on the server? Thanks, Jim
|
| Can I keep serviced components and regular .NET classes in the same assembly? | 03 Oct 2003 00:53 GMT | 1 |
I have an assembly with serviced component which runs as a server application under COM+. I also would like to add another regular class to the same assembly. 1) What ramifications can it have?
|
| Web Services participating in COM+ transactions | 02 Oct 2003 19:01 GMT | 2 |
I have a collection of related data access members that provide data manipulation capabilities to a business object. Each business object has its own web service that exposes methods for finding, loading and saving data back to the datasource. Inside the save method I use an ADO.NET ...
|
| .NET Remoting Newbie question | 02 Oct 2003 17:02 GMT | 1 |
I would like to ask why do the server side and the client side both keep a copy of the object dll? Actually, I am requesting an object on the server side, so what kind of work of the dll of the client side does?
|
| COM+ dispose from remoting | 02 Oct 2003 09:59 GMT | 1 |
I had a UI layer that will call the App layer through remoting. The components at App layer are COM+ components. But I failed to dispose the com+ component and I had tried to find information from internet and it seem like no solution for this.
|