Re: Type Not Found



Roey wrote:
No thoughts on this anyone?????

> The remoting error I am getting is Type Not Found when I try and load
> an object.

In the client process or on the server?
Examine the complete StackTrace of the Exception - the word "rethrown" is a giveaway that the problem is server-side.

> The interfaces are loaded into their own project and compiled as
> elantis_Interfaces.dll and have been copied to the server directory
> and referenced in the client project.

Referenced from /where/? Does the run-time client have a copy of this Dll that it can /find/? Is it in the same directory as the client program?

On the server, how does the hosting server process "find" the Dll?
The assembly does not appear to be strongly named, and so can't appear in the Global Assembly Cache, so how is the hosting servier (IIS) going to locate it?


Personally, I would strongly name the DLL, load it into the Global Assembly Cache on the server machine, then deploy a copy of it into the same directory as the client program.

HTH,
Phill W.
.



Relevant Pages

  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • This is going straight to the pool room
    ... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ...
    (comp.os.vms)
  • [Full-Disclosure] R: Full-Disclosure Digest, Vol 3, Issue 42
    ... Full-Disclosure Digest, Vol 3, Issue 42 ... SD Server 4.0.70 Directory Traversal Bug ... Arkeia Network Backup Client Remote Access ...
    (Full-Disclosure)
  • Re: What doesnt lend itself to OO?
    ... > rather than client code. ... no way to do that without also touching the object with clock semantics ... will not encapsulate both clock semantics and network semantics. ... The server can do whatever it wants ...
    (comp.object)
  • RE: Fax monitor incoming + outgoing calls?
    ... problem between the client computer and the SBS server. ... Client is using the internal IP address of the SBS server as the ... To the folder redirection GPO issue: ...
    (microsoft.public.windows.server.sbs)

Loading