|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
What Is The Simplest IPC From Excel VBA To A .NET App?What is the simplest way for VBA code (in Excel) to send some sort of signal to a .NET process and tell it to do something? The VBA code knows the task ID of the .NET process, because it started that...
Quick NEWBIE On Remoting :)So I'm learning remoting. Not really in depth, just a general overview, I know its been replaced by WCF. Anyways, I'm learning it by writing a quick, very basic chat room type deal. Here is my...
Remoting Mysteriously No Longer WorksXP Pro SP3 Visual Studio 2005 SP2 This .NET 2.0 app involves running a WinForms app ( the client ) which makes remoting calls to another Windows Application ( the server ) which listens on a...
Run Windows Application On Remote Display (like XDMCP For X Windows)I have an application that I would like to run on a remote display. I remember doing something like this back when working with linux and X windows using the XDMCP. What Windows .NET APIs should I be...
Wpf Data GridLooking for a flexible front end reporting third party library. Need excel like data grid capability for viewing 2 dimentional data. Also need grouping with aggregate values like sum, count etc. Please...
IIS And RemotingDear, I'm looking for a remoting solution for the following setup: Application IIS 7.0 What is the preferred remoting solution for IIS? Is "standard" .Net remoting appropriate or...
.NET Remoting Strange Performance ProblemHi, Recently we found some strange problem, - performance between client and servers depends on running Office Communicator 2007. When the Communicator is running (even it Sign Out) all the network...
Message Alert - You Have 1 Important Unread Message!Message Alert - You Have 1 Important Unread Message! http://girlbert.zoomshare.com/files/invite.htm
Receiving Windows Messages In A Remoted ObjectI have a .NET assembly that interacts with a third party driver that communicates using custom Windows messages. This assembly is then used by others in their application. The purpose of the assembly...
System.Security.AuthenticationException: Authentication Failed BecWe are running into issues with remoting using impersonation. It works fine when the client is on the same domain as the server, however when the client is outside the domain, the error below occurs...
Communicating Between AppsHi I need to send a string from one dotnet app to another from time to time. As it is a light weight use I am wondering if there is a light weight way such as using windows messaging to send this...
Remoting, HttpChannel And A Reverse Proxy With SSLThis is a multi-part message in MIME format. ------=_NextPart_000_000C_01C9A7AD.12679990 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-...
Decoding A Message Sent By HTTPSGkgZ3JvdXAsCgpXaGVuIGFuIGFwcGxpY2F0aW9uIG1ha2VzIGFuIEhUVFAgcmVxdWVzdCBpdCBp cyBzZW50IGJhY2sgdGhlCmZvbGxvd2luZyAtCgo7ILg1IIljICAgICAgIDdWdqFmN58gvPMKw3lT WolLayCEqCcgxIAgQKlCREusYuLrbSAg02xmOyBOZjfOi2y9m1XyvPKbCrSp7iF7P...
EecpRandhawa Hospital introduces for the first time in India a combination of EECP and AMT-Agressive medical treatment for coronary artery disease with a success rate of more than 90%. EECP(ECP) is available...
Mono/ubuntu/TcpChannel Weird Redirect To 127.0.1.1Hi Everyone, I'm tearing the last strands of my hair out. I'm using .NET TCP/binary remoting between ubuntu and Windows, but when I run the remoting server on ubuntu, with a Windows client, I get...
"Invalid Token For Impersonation - It Cannot Be Duplicated." In IIS Trying To Prepare Additional App DomainHello, I have a server application that I'm installing to IIS 7. The server application will start a new appDomain to run a plug-in and then use that plug-in's appdomain for processing plug-in...
Permission Denied: Cannot Call Non-public Or Static Methods RemoteHello, I have several very large applications and wish to use remoting to achieve a split of one of them. All is well as I am using remoting (ipc) but now have encountered an issue with the following...
Starter Remoting QuestionI have a very basic question about remoting. Given the following code: public static int Main(string [] args) { //select channel to communicate with server TcpChannel...
System.Runtime.Remoting.Channels.Tcp Namespace Gone MissingSince development began several months ago, my app has created a TcpChannel object for remoting. Suddenly the word 'Tcp' in the line 'using System.Runtime.Remoting.Channels.Tcp;' has a squiggly red...
OCX Couldn't Be Installed By IEHi all, Im dealing with OCX by downloading it in a web browser. My problem is : If dlls (those included in the cab file) were registered in the registery, the ocx couldn't be installed in "Downloaded...
Why So Empty ?Why is so few posts & participants in this newsgroup ? Is there another newsgroup where all the remoting discussions occur ?
How Debug On Server Side In .Net Remoting ?Hi, I am using .net remoting in my application when I need to perform some operation on any other system from a local PC.It is working fine.But in the case if there are any errors in the code running...
Unregister TcpServerChannel From PortSystem.Runtime.Remoting.Channels.Tcp.TcpServerChannel( string name , int port ) If I create a new TcpServerChannel on a specific port , how do I unregister the channel from that port ? System...
Remoting Implemenation : Guidance NeededWe need to implement in our VB.NET 2005 application: 1. Text-messaging between clients 2. Ability to run code remotely (eg. in our case we need to shutdown the client application) Background info...
Getting IIS User Identity Passed By .NET 2 RemotingI have a TCP .NET 2 secure remoting interface and I can connect to it from a remote Windows Console Remoting client, and when the service calls "Thread.CurrentPrincipal.Identity.Name", the name of...
Can't RDCHi. In the last several weeks, I've had a problem logging into my server running XP-Pro SP3. The short of this is that most of the time, I get into the computer via login, but have no icons...
Is This Newsgroup Alive Or... ? How To Get Proper WCF Support.Hi, I have been looking at this newsgroup for a while, but it seems not many posts get answers. Is this the right place to post questions about WCF or there's something better? Where does the WCF...
A Remoting Newbie Question?Hi, I've had my first dose of .net remoting today. I've built a simple models of the client and the server exes, and the shared assembly too. Its like your first lesson sort of stuff I got out of...
Problem In .Net RemotingHi All, I am using .Net Remoting in my application. When the server and client exe ran on the same machine, Client receives the error message as "Primary Key Violation" if it tried to insert...
Remote Desktop Connects - No Screen IconsHello ALL, I connect with WRDesktop from Laptop running WinXPsp3 through Cisco AnyConnect VPN Client (fixed IP) to a Windows 2003 Server. I travel a lot and have been able to connect to Server from...
Remoting Performance Degradation When Returning Custom DatasetsHello, During development of client-server system using .NET Remoting (.NET 2.0) for communications I found extremely weird behavior if my remoting objects return custom datasets. For some reason...
SSPI Kerberos For Delegation#include #include #include #include #define SECURITY_WIN32 1 #include #pragma hdrstop // ==================================================================== // IMPORTANT NOTICE --...
Dataset Or Xml In Remoting.Hi all, I am having one question related to data transfer in remoting. I have two options to use in myapplication pass data either as xml or as dataset. Which one is better way to transfer?...
Where To Place Questions Concerning WCF ?Hi, i'm new here ! I have some specific questions concerning WCF, can you tell me in which newsgroup i should post ? thanks Stefan
RemotingRemoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=38
RemotingRemoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=38
RemotingRemoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=26
Calling Host AppDomain From New AppDomainHi I know how to create a new AppDomain and send request to that AppDomain using MarshalByRefObject But how can I call the hosting AppDomain from the new AppDomain This is my code code for creating...
[.NET Remoting]how To Realize Server Call Functions Which Are Nothi,everyone I have "class Client:Marshalbyrefobject" in client side. and "class Server:Marshalbyrefobject" in server side. Ipcserverchannel in both sides, and the connection works well. my problem...
Problem:IPC Channel Closed Immediately After Connecthi,guys I create a IpcServerChannel in A process. and register AObject in it. in B process, I use IpcClientChannel to connect it. After that, the IPC channel closed by itself. I call functions...
Politicsnonexpendable burritos automobiles rating domains soundalike gateways selfadvertisement informational
Determine The IP Or MAC Address Of An Inbound Remoting ConnectionHello again. In the server side of the remoting application, is it possible to see the IP or MAC address of the client's interface? We're trying to lock some of our Broker's functions to the local...
Transmitting Large Amount Of Data: Progress And AbortionHello. In a current project we need to be able to transmit "large" amount of data with remoting (say, 2 to 5 MB). Is there any way to see the progress of the transmission? Also, is it possible to...
Connection Lost When Client Is IdleI am using observer pattern for sending data back to client whenever server thinks it is required. But if there a delay say 5 to 1o min the server is unable to send the data back to client. Is there...
Remoting Problem When Using 2 Network AdaptersHello All, I'm having problems with a project that uses remoting for communications. The clients connect to a server but they also register a listening (server) channel for callback notifications...
Clients Connecting To To Different Server ProcessesHello all, I have a client/server app running .net remoting. I am using singleton and the server keeps track of clients through a local object collection. It uses this collection to send events among...
Query In Remoting ConceptHi All, I am new to .Net Remoting concept. I am using the TCP Channel for communication and the service type as "Singleton". In my application, whenever the client requests to remotable object...
Some Notes For .net Developers, Hope It's Useful For You![.NET] - Using Anchoring and Docking http://tips-coding.blogspot.com/2008/10/net-using-anchoring-and-docking.html [.NET] - Readonly Constants http://tips-coding.blogspot.com/2008/10/net-readonly-...
Detecting Dead/crashed Clients At The Server.I have written a simple client/server remoting app. The client connects to the servers object, and the server signals the client through an event. This works perfectly. (Keywords here; Singleton, marshalling...
VPN ErrorI'm trying to connect to a VPN server but it just hangs at "Verifying username and password" for about 30 seconds before I finally get an error 721. I'm almost positive the issue is not the router...
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|