| Thread | Last Post | Replies |
|
| Serviced Component Object Pooling | 26 Jul 2004 13:07 GMT | 4 |
Hi Folks, I have a serviced component exposed as SOAP endpoints via COM+ SOAP Services. The component utilises JIT Activation and Object Pooling. Calling the component via a Web reference works fine, but sometimes after the first call to the COM+ application, the object does not ...
|
| Remote object becomes "not found" after 5 minutes? | 26 Jul 2004 13:04 GMT | 2 |
I'm writing a simple server. I'm registering a remote object to allow clients to connect to the server via that object. When I run the server, this remote object is initially available and everything works fine. I can run the clients over and over again to connect to the ...
|
| Why need AppStart? | 25 Jul 2004 21:44 GMT | 5 |
In the selfupdating sample of UAB, why we need to start the new version using AppStart.exe? Why it is better than starting another new process which run the new version directly? Thanks
|
| COM+ transactionOption values performance issue question | 25 Jul 2004 00:47 GMT | 1 |
i have a component (say Debit) that will be invoked by a parent component (say Transfer, using "requires new" transaction option) my question is; If I set Debit component transaction option to "required" or "supported", is there any significance in performance? which is much ...
|
| Distribution Issues | 23 Jul 2004 22:24 GMT | 1 |
I created some DLL and EXE files in VB.NET to be used on a Windows XP computer. They worked successfully on my laptop where they were written, so I prepared another machine to use them. I installed dotnetfx.exe on the other machine and registered the DLL's. When I tried to run ...
|
| Updater cannot use with any URL? | 23 Jul 2004 21:13 GMT | 3 |
Please help if anyone have the experience. When I use localhost, I successfully created my c# application using .NET updater to do selfupdating the same way show in the Quickstart example. Then I try to use it in a domain hosted by my ISP. Everything remain
|
| Case Tool for .NET | 23 Jul 2004 18:35 GMT | 1 |
We are on our way to evaluate a good case tool for our company. We are using C# and ASP.NET. Does anybody have an idea ? Cheers, Amirali
|
| Socket Question | 23 Jul 2004 17:44 GMT | 1 |
Tring to use Sockets, following examples from online doc, BeginSend() and BeginConnect. Got this error for Async_Send_Receive The type or namespace name 'Async_Send_Receive' could not be found
|
| .NET Framework 2.0 | 23 Jul 2004 15:19 GMT | 1 |
Currently we are working with Visual Studio .NET 2003 with .NET Framework 1.1 . We heard a lot about the advanteges of .NET Framework 2 and we would like to use it. I wonder whether how we could use Visual Studio .NET 2003 with .NET Framework 2?
|
| Create Connectionless Recordset Errors | 22 Jul 2004 17:24 GMT | 1 |
We are slowly porting our old VB6 code over to C#. We currently use sockets and TCP for communications. Through this we send the binary data of the ADO recordset. For right now we want to use the same mechanism until we can change both the server and workstation apps.
|
| .net applications with clustering | 22 Jul 2004 16:37 GMT | 3 |
Has anyone done this? Comments? Good, bad, whatever. We need to have dynamic failover for the .net applications that we are creating and are trying to figure out exactly what we need to do to accomplish this....
|
| COM + Register Error | 22 Jul 2004 15:53 GMT | 2 |
Hai all, can any one help me in solving he following problem? I am registering a COM+ component in a machine. While registering i am getting the following error. ************************************************************
|
| Best Practices with WebServices | 22 Jul 2004 01:06 GMT | 1 |
Hi all, i'm pretty new to .net and am about to consume a web service in my windows service and was wondering what the best practices are when doing this.
|
| system.messaging reciever end | 21 Jul 2004 22:34 GMT | 1 |
Dim ds1 As DataSet Dim myMessage As Message Try myMessage = msgQ.Receive()
|
| UIP AB Newbie looking for quickstart links/help. | 21 Jul 2004 09:08 GMT | 1 |
I'm having lots of trouble starting my first UIP AB which is going to be webforms and winforms for the 2 view project layers. Instead of me spending a time here trying to explain all the silly stuff i've been doing, are there any good examples out there on the net
|