| Thread | Last Post | Replies |
|
| TWO .NET REMOTING QUESTIONS | 31 Aug 2005 21:05 GMT | 2 |
I have a server application which creates a remoting object as a singleton: RemotingConfiguration.RegisterWellKnownServiceType( typeof(RemotingObject.RemoteObj), "RemoteObjURI",
|
| Remoting application crahses when using Windows Hooks | 31 Aug 2005 18:10 GMT | 1 |
This is my first post into this (or any) newsgroup. I am using .NET Remoting as a means of communication between an Add-in I am writing (to be deployed on several local clients) and a corresponding Windows Service (acting as a central point of contact between all of the Add-ins). ...
|
| .net & Visual FoxPro error | 31 Aug 2005 13:53 GMT | 1 |
This is my code for making a connection to a Visual FoxPro free table and querying it. I get the following error message File iddxstrippunc.prg does not exist
|
| Remoting vs TCP Socket | 30 Aug 2005 20:34 GMT | 2 |
Following the previous post Remoting vs WS I have another question. I need to implement a client that receive from the server hundreds of small message from the server every hour. (the number of clients may be 1000 and they are in the internet )
|
| Socket Buffer Question | 30 Aug 2005 19:51 GMT | 2 |
I'm building a socket layer within my project and I have a couple of questions. 1) What is the optimal size for the Buffer for performance? I could have a lot of data coming across. 2) I am doing asynchronous listening for clients & data using BeginAccept &
|
| transaction context across to physicaly different machines | 23 Aug 2005 23:26 GMT | 2 |
I have two machines... Server1 and server2 . A component on Server1 is calling a componnet on server2 using .net remoting. both of these components are runing in COM+(Enterprise services).
|
| Remote access to queued componenets in .NET | 21 Aug 2005 13:19 GMT | 1 |
I've got a major problem at the moment getting this to work so hopefully someone here can help me out. We've 3 assemblies in .NET. One client, one server and one interface definition. The client and server assemblies both reference the interface
|
| "Singleton" Like Pattern Implementation Suggestions Needed | 19 Aug 2005 22:01 GMT | 6 |
I'm currently developing a distribution .Net Applicaiton utilizing .Net Remoting for client to server side communication (server side is where all business rules and workflow is created and controlled). The server side remoting objects which the clients proxy to are just ...
|
| Business Entity Designs | 17 Aug 2005 13:11 GMT | 6 |
Hi, I'm currently designing a large order system implementing a distributed n-tier design with typed datasets (its quite similar to the Duwamish sample). I will be designing entities for my core operations such as orders, products
|
| COM+ Access Denied error. | 17 Aug 2005 04:40 GMT | 1 |
I have 2 similar apps, that utilize COM+ component services. Application server that is running COM+ is Windows 2000 with SP3. Users were running applications on the machines with Windows 2000 SP3 as well. We're trying to get users to switch to XP with SP2 installed. One of the ...
|
| Com error using ASP.NET | 16 Aug 2005 23:38 GMT | 1 |
I can call a COM object in a console app but not in asp.net. I get the following error: System.Runtime.InteropServices.COMException (0x80040000): ConvertBondCode at WestminsterR52_0_0.IWestminsterClass.ConvertBondCode(String& BondCode, Int32&
|
| Help - N Tier Architecture ? | 16 Aug 2005 23:35 GMT | 2 |
1. I am in process of designing N-Tier Application using ASP.NET. Can anyone guide me the right material or microsoft guidelines document which I can used in designing the N-Tier application. 2. I would also like to know whether to use Web Services or .Net
|
| Problem with TcpClient.Connect() | 16 Aug 2005 15:10 GMT | 2 |
When I try to connect to a remote computer using TcpClient.Connect(), I receive a SocketException with the following error: a connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because
|
| Server activated objects respond slowly after 5 minutes | 16 Aug 2005 06:34 GMT | 3 |
Our server activated objects are marked as Singleton and are hosted by IIS 6. We noticed that, after about 5 minutes of inactivity, a server object responds with an added delay of several seconds. Thinking this had something to do with the default remote object lifetime of 5 ...
|
| ListBox not using DisplayMember property when binding to Webservic | 16 Aug 2005 02:03 GMT | 1 |
I'm trying to display an array of objects, received from a webservice method call, in a listbox. basically, my code is this: GlossaryItem[] glossaryItems = webservice.GetGlossaryItems();
|