| Thread | Last Post | Replies |
|
| Same code in VBS file and VB.NET Assembly - VBS works but VB.NET fails | 31 May 2005 22:12 GMT | 1 |
I have com+ server applicaiton on machine A. The exported application proxy is installed on machine B. Both machines have windows 2003 os. Both machines are configured to be application servers. I created on machine B: 1) A vbs file
|
| Raising Events Handled by a COM Sink | 31 May 2005 08:15 GMT | 9 |
I have created a class with a number of methods and events as described in the MSDN infor for handling events. I am trying to use the attributes GuidAttribute and DispID. The problem that I'm having is that when I try to use the tlb file the guid and dispid
|
| .NET COM Component & Remote Client & Windows Server 2003 | 30 May 2005 16:41 GMT | 1 |
I wrote a .net com component and deployed it in component services as server application. The identity is set to a domain user. When I tried to create an object (using a VB.Script), it works fine. Now I export the above server application as application proxy and install it on a ...
|
| Mystical run time error when putting C# library in COM+ application | 21 May 2005 13:53 GMT | 1 |
Short description of problem: My C# library works as a COM object (in process), but when used in COM+ (out of process), I get some strange cast error run time. Long description of problem:
|
| The call to Server.CreateObject failed while checking permissions. Access is denied to this object. | 18 May 2005 04:54 GMT | 2 |
Hi all.. I'm new in .NET framework. I have developed a COM component in VS.NET. When I compiled it in a DLL and then registered in Component Services, I get the error:
|
| Strange behaviour with autocomplete and exceptions | 17 May 2005 09:56 GMT | 2 |
Windows XP SP2 NET 1.1 C# Using client/server COM+ with object pooling and JIT enabled. Typical
|
| windows 2003 and com components | 16 May 2005 23:40 GMT | 1 |
I have this win2003 server and i have put some com components on it in component services. the strange thing is that they dont work when i access the website from the internet but they do work when i access the from a machine which is in the
|
| testing and Debugging COM+ components | 16 May 2005 23:33 GMT | 3 |
Hi - I'm having a lot of problems debugging COM+ components. VS.NET seems to switch between hosting modes in a indeterminable way - sometimes there is a security context (i.e not hosted in dllhost) and sometimes its hosted but
|
| COM+ | 16 May 2005 08:12 GMT | 2 |
I'm a VB6 developer for quite some time now and have also developed a mobile app in VB.Net and C# a couple of years ago. I've been playing around with .Net since then... Now, we're starting to design the new corporate system and have developed a
|
| Registering components in component services. | 16 May 2005 08:05 GMT | 1 |
I created a simple example from the net to create a ServicedComponent. In my C# project properties, I set the property "register for COM Interop" to true. For VB.NET projects, it is a check box that I have to check. Everything works well and I can indeed call the component from an ...
|
| COM+ in a physical 3 tier architecture using activedirectory | 16 May 2005 07:03 GMT | 3 |
Hi! We are trying to use ActiveDirectory with the following architecture
Server 1 : ASP.Net apps on a IIS in a DMZ Firewall
|
| setting Application Root Directory programticaly | 10 May 2005 12:29 GMT | 1 |
Hi - does anyone know if there is there a way to set the Application Root Directory setting for a com+ package programatically? There doesn't seem to be an Attribute available for it, but
|
| Export a Serviced Component from Component Services under Windows 2000 | 05 May 2005 16:54 GMT | 1 |
Hey There, I have created a serviced component using C#. I can install and export my COM+ Application under Windows XP. When I try to install the COM+ Application under Windows 2000 w/ service pack4 ... it goes pear shaped. The error I get is 8002801D, and complains about a ...
|
| Is it possible to have Component services create a new host each time an object is created | 05 May 2005 16:26 GMT | 4 |
I have a COM object (a dll) and unfortunately for me, this object is single threaded and I have no way to change this behavior. What I currently do is host this COM object (the dll) in a ActiveX EXE COM object. So everytime I need a new instance of the dll COM object, I create a ...
|
| Send a custom command from a console application to a windows service | 05 May 2005 04:22 GMT | 2 |
Is it possible to send a custom command from a .NET console application to my windows service? Thanks, Stefan
|