Connecting to a Remoting Server from an addin

I have remoting server that publish a singleton object. The object has some primitive objects and another complex object as properties.

If I use the remote object from an .exe application i don't have problems. But, If I access to the remote object from the addin (In the same Way!!!) I have problems accesing to some properties.

If I try to debug and ask to the Visual Studio to show the value of some properties the IDE hang up... :(

The IDE shows a lot of properties but when it has to show the first complex type hungs up...

I don't know how to solve this problem the error messages are differents depending on the operation i try to do.

- Parameter value type error.

- Assembly Published.dll not found (but avaialable locally if i put the assembly in the GAC I got the previous message)

Thanks in advance,

Juan




Answer this question

Connecting to a Remoting Server from an addin

  • arrayhunter

    Sorry, I'm not sure what part of VSTO are you asking about. Is this solution in VSTO If not, then one of the Visual Studio forums might be a better place to post this.

    Best regards


  • Connecting to a Remoting Server from an addin