all groups > dotnet remoting > july 2003 > threads for july 29 - 31, 2003
Filter by week: 1 2 3 4 5
Security Exception with .NET remoting 1.1
Posted by chrislewis NO[at]SPAM etsolutions.com at 7/31/2003 3:11:22 PM
Hi,
I am having exactly the same problem as a previous poster (Damien), but my
assembly is not strong named.
I have copied the text from Damien's post, changing as appropriate for my
problem:
I have have a framework v1.1 ASP.NET application calling remoting
objects hosted in windows serv... more >>
SecurityException with Strong Named Assembly under TCP Remoting
Posted by damien_siviero NO[at]SPAM hotmail.com at 7/30/2003 4:42:08 PM
Hi,
I have have a framework v1.1 ASP.NET application calling remoting
objects hosted in windows service using the TCP formatter. When the
assemblies are not strong named, there is no problem, it is only when
I strong name all assemblies with the same key that the problem
arrises.
The messa... more >>
Application Path and Config files
Posted by Fistandantilus at 7/30/2003 3:18:58 PM
I know this is a basic question, but I couldn't find it in the MSDN. I am
taking my Console Remoting app and making it a Windows Service. But when I
try and read the config file it can find it because it doesn't have the
path. Is there a way to get so this will work???
Also does anyone know a ... more >>
Size used to serialize ints using BinaryFormatter
Posted by hrobinsonAL NO[at]SPAM hotmail.com at 7/30/2003 12:36:58 PM
I am new to remoting and looking at what format to use to serialize my
objects. I thought I'd do some tests and I can't understand why I am
getting the results that I am. I am simply serializing a single int
and it seems to take 54 bytes, not 4 as I would expect. If I were
serializing a non-prim... more >>
VS deletes files
Posted by Dan Luciano at 7/30/2003 9:29:48 AM
I have a remoting application. When I run either the server or the =
client under Visual Studio .net 2003 it will delete the .config file. =
This did not happen under Visual Studio .net 2002. This also does not =
occur when I run the server or the client outside of Visual Studion =
..net. Th... more >>
WebService or Remoting
Posted by cpede at 7/29/2003 10:28:19 PM
Hi
I'm trying to run a component as a WebService, but my
component include a windows GUI, and it seems that when
running as a WebService the GUI is not displayed on the
screen, and I need it. I believe that it is because the
IIS is running as a SYSTEM user, but I don't knoe how to
solve... more >>
Object created in server application via remoting can call the server itself
Posted by leeatkinsonlincs NO[at]SPAM hotmail.com at 7/29/2003 1:47:09 PM
Hi
I am developing a .net remoting server application that provides a
singleton object for access via remote clients. The server application
has a windows form, and I want the objects created to be able to write
to this windows form. Therefore I need the objects to have access to
have a refer... more >>
Datatable parameter passed to remote object byref ??
Posted by David Williams at 7/29/2003 10:47:06 AM
Hi, all,
I am working on a fairly basic utility to do file importing for our data
/ image indexing department. I would like this to be client-server based
using remoting so that the file copy work is done on the server side rather
than the client. Here's my question / issue.
On the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|