Questions tagged [.net-remoting]

.NET Remoting is a legacy technology of the .NET Framework for distributed applications. For development of new distributed applications it is recommened to use Windows Communication Foundation (WCF)

274 questions
-1
votes
1 answer

Geniune channel server in a windows service?

I am developping a server with geniune channel in a windows service , it seems that it's not as simple as the console application. When the thread that creates the server finishes his job , all variables that were declared in the thread scope are…
K.chaa
  • 65
  • 11
-1
votes
1 answer

Passing large strings in .Net Remoting

I have a .Net Remoting service that will return a class to the client application. That class has a string property where the string can range from 1kb to 400kb worth of data. I tried passing 256kb worth of string from server to client and the…
Jan Navarro
  • 327
  • 4
  • 16
-1
votes
1 answer

Could app process #1 get direct reference to public static objects in app process #2 on same machine (running as service)?

I have a .NET application that can either run as a console app, or as a Windows service (depending on startup parameters). The idea here is to have an instance running as a console app to act as a UI for another instance that is running as a service…
Laurence
  • 980
  • 12
  • 31
-2
votes
1 answer

How does Windows Phone send image to server? (Not HTTP)

I have developed a Windows Phone application that uses camera to take pictures every second. Now I want to send these images to my Windows desktop application. Besides images, I'm planing to send GPS data and other sensors' data to my Windows…
Gqqnbig
  • 5,845
  • 10
  • 45
  • 86
1 2 3
18
19