all groups > dotnet distributed apps > october 2005 > threads for october 8 - 14, 2005
Filter by week: 1 2 3 4 5
Suitability of custom formatting for interoperability
Posted by drewnoakes at 10/14/2005 8:22:07 AM
Hi,
I'm developing an application server to which clients will connect over the
network. This server has a variety of entry points, and remoting seems well
suited for those clients written in .NET.
However there are two simple functions that will be accessed from unmanaged
C++, and poss... more >>
Enterprise Library June 2005 install error.
Posted by Chico at 10/12/2005 7:11:05 AM
I downloaded EnterpriseLibraryJune2005.exe and tried installing it but got an
error 1327: Invalid drive G.
Thanks.... more >>
Remoting - How does one use a specific Channel?
Posted by A1b2c3d4 NO[at]SPAM community.nospam at 10/11/2005 11:27:04 AM
Hi,
I need to connect a client to multiple remote server-activated objects using
TCP. To communicate with one of the remote objects I require a custom Client
sink to be inserted into the sink-chains associated with the TCP
communication channel on the client. I can happily create & regist... more >>
N-Tier Application
Posted by Radi Radichev at 10/11/2005 12:00:00 AM
Hi!
I am about to develop an application for a transport firm, to store records
about their courses, personal, trucks and so on..., and to calculate
different things. I was told that I must do it 3-tier when i want it to be
proffesionaly made. I have read alot of infos, tutorials, posts and s... more >>
Remoting, what are the quickest configurations?
Posted by lpinho at 10/10/2005 9:37:29 AM
Hi there,
I'm using remoting as a way to call a method (Log) that exists in a
windows server application, this method will be called from a COM+
component.
But I think this may not be the best way to do this, I would more a
fire&forget method to send information from the COM+ component an... more >>
Cannot create activex component
Posted by Lyners at 10/10/2005 8:51:02 AM
I have an application in VB.NEt that takes an excel file, reads it in and
then exports it as a text file. This application works fine on my machine. I
installed the application on our Windows 2003 server. The application does
not work and we get an error message stating that it "Cannot create ... more >>
App.Config gets deleted when client app starts
Posted by Dale at 10/9/2005 10:02:01 AM
I have a windows service, mediaservice, that exposes a remoting object,
mediaplayerwrapper, and a client application, wmpremoteclient all running on
the same machine during development. Each project is in a separate project
folder but are all in one solution.
I am trying to use an applicat... more >>
|