| Thread | Last Post | Replies |
|
| Implementing Interception in .NET? | 31 Jul 2003 22:45 GMT | 2 |
What is the best way to implement interception in .NET in the middle-tier? I am looking for a mechanism to implement call interception to wrap functionalities around code written by other developers. Two approaches I am aware of are:
|
| COM+ I/O and Networking | 31 Jul 2003 13:48 GMT | 1 |
Win2k/Com+/VB.NET/SQL Server 2k/XP Can anyone advise me on the following We have a 3 tier application 1. Client runs vb.net forms on XP
|
| Is there Sample Code for creating a Object for use with IIS and ASP (Not ASp.Net)? | 30 Jul 2003 15:35 GMT | 2 |
I'm trying to write a COM Object in VB .NET and not having the best of luck. I'm not 100% sure that I have the Code writen properly to expose the methods in my object or if I'm just not registering the dll properly on the Target machine.
|
| Failed to access Queued Component remotelly | 28 Jul 2003 17:33 GMT | 2 |
I'm triying to access ServicedComponent via MSMQ: IQComponent iQc = (IQComponent)Marshal.BindToMoniker(@"queue:/new:MSMQTestServer.QComponent"); iQc.DisplayMessage (msg);
|
| Site becomes unavailable when Batch Process runs | 28 Jul 2003 11:34 GMT | 1 |
We have a developed a site using Dotnet. We have asp.net pages interacting with Vb.Net assemblies which are COM+ enabled. The whole site works fine. We have several Nigthly batch processes which refer the same assemblies. Even these batch process run perfectly fine. Now
|
| COM Object - Why Cant I get IIS to see the Methods? I can create the Object... | 27 Jul 2003 02:35 GMT | 1 |
I've written a COM Object that I cant call one of the methods from an ASP Page. I get the Following Error: Microsoft VBScript runtime (0x800A01AE)
|
| COM interop and multithreading? | 25 Jul 2003 10:13 GMT | 1 |
I'm trying to use COM interop to work with Tibco (kind of message bus). Everything seems to work fine when it all happens in one thread (tibco open -> create transport -> create message -> send message). But when I attempt eg. send a message from another thread, send operation ...
|
| Timer Component inside Windows Service Component. Does it work? | 22 Jul 2003 17:50 GMT | 2 |
I have a component class which uses a timer component to implement its functionality. It works when I use it from a windows application, but doesn't when used from a windows service component. The component initializes, but I get no Timer.Tick events.
|
| C# sharp not pooling component, Please help. | 19 Jul 2003 22:40 GMT | 1 |
I'm using windows2k and .Net framework 1.1 I created this test component with the following code: using System; using System.EnterpriseServices;
|
| every day the same questions... let's make a wiki guys | 19 Jul 2003 18:54 GMT | 1 |
Hi to all you guys which answer the same questions again and again. I suggest that we should make a FAQ in form of a wiki (http://wiki.org/wiki.cgi?WhatIsWiki). The good thing is, that it is very easy to add / change / delete items in that faq when it is produced in form
|
| Object Methods does not appear in the Component Services snap-in !? | 18 Jul 2003 15:15 GMT | 2 |
I have a problem with a serviced component developped in C# : I compile the component, I use the GACUtil.exe tool to put it into the global assembly cache (my application is configured as a server application), then I deploy the application into the COM+ using regsvcs.exe tool. All ...
|
| The partner transaction manager has disabled its support for remote/network transactions. | 18 Jul 2003 14:45 GMT | 2 |
i have a Remoting Server which uses ServicedComponents for Transactions. The Remoting Server uses a SQL2k Database on another Windows 2003 Server. If i call a function on that Remote Server which needs Transaction Support i get the following error Message:
|
| interop problem in ASP.NET but not in .NET Windows App | 15 Jul 2003 15:09 GMT | 1 |
The following problem puzzles me. I have a COM layer and corresponding Interop assemblies. The goal is to use the COM objects for a ASP.NET application. The interop dlls were generated by TlbImp.exe (Framework 1.1). Importing the reference in VS.NET 2003 works fine, but if I make a ...
|
| Enterprise Services component performance | 11 Jul 2003 22:53 GMT | 3 |
We are experiencing some real time delays (several seconds) when information is transfered from a ES component to a GUI on the same computer.... The data type being sent is a DataSet that is approx 500K in size.... The class defination file starts like this:
|
| .NET: garbage collection for data type returrned from COM Interop | 08 Jul 2003 21:33 GMT | 1 |
How does garbage collection work in C# and VB.NET for data returned from COM object? For example, a COM object written in C++ returns a SAFEARRAY to C# or VB.NET, will this SAFEARRAY (mapped to type[] in C# or VB.NET) be garbage collected? Similarily, if C# or VB.NET pass ...
|