473,785 Members | 2,460 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems in accessing method from remoting service

Hi,

I have created 2 dlls (Irefdata.dll, RefdataServer.d ll) and one remoting
service RefDataService. exe. Irefdata is ainterface and I have implemented
this interface in refdataserver. I have referenced Irefdata & Refdataserver
in the service (Refdataservice .exe) so that I can register this service on
tcp channel and access the methods of refdataserver.
If I reference these dll without deplying these in global assembly cache
(means copy to local as true), I am able to access the methods from the
service.
But when I deploy these assemblies in global assembly cache and in the
properties (set copy local as false) then I am not able to access any method
from the service. I am trying to call the remoting service from a
web-service. The remoting service is registered on tcp channel.
I am able to create the object of the remoting service but it doesn't access
the method of the service.
It seems that there is some problem with the proxy at the time of calling
the remoting service.

I would be very much thankful if some one has the clue about this problem.

Regards
Pushpendra

Nov 18 '05 #1
0 1025

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
3998
by: anders | last post by:
Hi! I have a config file that looks like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting> <application> <service> <wellknown mode="SingleCall" type="Interfaces, IMyFirstRemotableObj" objectUri="ControlCenter" /> </service>
2
1667
by: wan2tri | last post by:
hello, good day to all of you, hi, im am new in .net , how can i access two or more object remotely , because currently im only accessing one object, windows services is the host, i have a configuration file, on the host and on the client, but it only support one object, ------host configuration file------------------------ <configuration>
1
1947
by: Peter Lorz | last post by:
Hello, I have a simple problem. I got two visual studio projects, one is an application, the other a common windows service. The application needs to get a remote reference of the service. Now the question: How do I get the application-project known to the referenced classtype of the remote object in the service-project ? Thanx for any help!
2
1234
by: Mark | last post by:
I have a .NET service I wrote running on my web server. I'd like to be able to make infrequent calls from my my web application to this service. For example, my service does some work every 30 minutes. I'd like my secure web page (hosted on the same server) to tell it to "go do your thing right now" because I can't wait 30 minutes. I'm assuming that this requires either: 1. Remoting of some form. 2. ASPNET account to have enough...
0
1093
by: Kalyani | last post by:
Hi, I am using web application hosted on IIS as a server and a web application as a client.I have configured remoting through web.config file for both client and server.I called RemotingConfiguration.Configure() in the Application_start event of client. Configuration section for server: <system.runtime.remoting> <application >
6
3045
by: Bijesh | last post by:
Hi All, I've developed a Windows Service that acts as a remoting server (.NET Remoting). The client(user) is able to connect to the server and start a program by giving the executable path of the program (in the server) along with the working directory and the arguments (parameters). This works fine if I try to start programs whose executable file is present witin the local drives of the server. If the application is in a netwok drive,...
3
2322
by: Eric | last post by:
I have an idea of using a Windows service as a middle tier. Clients will use this middle tier from a small VB application on pc to communicate with a DB server. The middle tier will expose public functions to read and write to the SQL server from the clients. I can’t find any information on how I would actually create public methods in a windows service that can be accessed by a client application. I created a new windows service application...
7
7118
by: David Laub | last post by:
I've also posted this issue to a Sun/java formum, but since it appears to be an integration issue, this may be the better place to posr: I have written a dot net/c# Web Services doesn't fully work with J2ME client a) c# web service works with c# WIndows Client (local & remote web service) b) c# web service works with J2ME client - when the Web Service is local c) c# web service fails with J2ME client - when the Web Service is remote ...
3
2497
by: Fredric Ragnar | last post by:
Hi, I am making a prototype system with Remoting in the bottom of the system. An XML Web Service is using the remote object on an IIS to present data. I am using a TcpChannel for communicating between the XML Web Service and the host for the remote object. Within the host a port is defined and the channel registered. It starts listening for requests. The destination port is therefore clearly defined.
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.