all groups > dotnet remoting > july 2005 > threads for july 8 - 14, 2005
Filter by week: 1 2 3 4 5
CAS issue accessing byte[] resource, how to fix?
Posted by Jim at 7/13/2005 2:50:02 PM
Hi, I have a CAS problem related to a serialized object in a satellite
assembly.
Specifically, I have an application with one EXE and two DLLs on my server.
The EXE uses one of the DLLs, and that DLL uses the other DLL as a satellite
assembly (which contains an embedded resource).
It al... more >>
SAO from SAO on same IIS hosted service
Posted by Ron at 7/12/2005 11:49:10 AM
I have a IIS hosted service that hosts 5 Singeltons
One of the singletons maintains a buch of cached data that needs to be
accessed from one (or more) of the other singletons methods. I'm trying to
figure out a way to get the reference to the caching singleton from the
accesing singleton m... more >>
Services and Remoting
Posted by jones6 at 7/12/2005 11:25:03 AM
Hi, we have written a console application that runs fine with remoting. We
converted it to a service and now clients cannot connect giving the error
"The connected party did not properly respond after a period of time, or
established connection failed because the connected host did not respon... more >>
Problem with Send stream to remote installation
Posted by Peppe at 7/12/2005 12:00:00 AM
I have a problem with remoting...
I have a remote installation and i send data(datatable) and file(as stream)
To make it i open channel and create object in this way :
'---------------------CODE-----------------------
Private mChannelServerTCP As TcpChannel
Private mChannelServerHTTP As HttpC... more >>
Remoting and config files
Posted by Striped at 7/11/2005 11:51:49 AM
Can I configure 2 different server-activated (well-known) objects in a
config file or in two config files for the same channel e.g. tcp and
different ports and load them in a host application? Or I have to create two
host applications for each object?
As I understand IIS can do this.
thank... more >>
IE hosted control - 100 sec delay at startup
Posted by Greg at 7/11/2005 5:41:22 AM
Hi,
I'm creating a control that will be hosted in internet explorer and use
remoting to communicate with a server application.
The remoting object is a single call server activated object. When
then control is hosted in IE, the first remoting call takes 100 sec to
complete. Subsequent cal... more >>
Strongly typed dataset and remoting
Posted by Sakke at 7/11/2005 12:00:00 AM
Hi,
I have problem with strongly typed dataset and remoting.
I have strongly typed dataset in client and I want sent it to server via
remoting. How I can do that? I need data and diffgram statuses in server
(inserted, modified)
If is not possible, can I some how convert strongly typed dat... more >>
Any reason not to let remote object access a database?
Posted by Z at 7/9/2005 1:12:03 PM
I have a window forms client that adds records to a SQL Server database and
then it displays the records in a forms datagrid. Here is the code that
performs those 2 tasks:
connection = new SqlConnection(connStr);
connection.Open();
//create a SqlCommand object and assign the connection
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
w2k3, IIS and remoting
Posted by sahridhayan at 7/8/2005 12:48:02 PM
i want to upgrade from IIS5.0 for my remoting hosted server..
we used to set the Application Protection High Isolated of virtual directory
and also Exe Permissions "Script and Executables"
what is the equaivalent changes need to be done in iis 6.0
also whether asp.net user permission is enou... more >>
Need a sanity check on CAO and lifetime
Posted by Roy Chastain at 7/8/2005 10:48:36 AM
I have a CAO that has a very small shared code base. It is created by factory method in the server. It is sponsored etc. All this
is working.
Now I need the CAO to actually do some work. The way that I would like to do this (I think), is to have interfaces defined in the
shared code and then ... more >>
Memory Leak
Posted by Rushi Patel at 7/8/2005 10:08:02 AM
Hi,
We host bunch of singleton remoting objects in different app domains in a
window service. The service runs with admin user identity. The client
(window application) calls a method (say A) on the singleton remote object
to supply an id. The method on remote object does some heavy processing... more >>
|