+ Reply to Thread
Results 1 to 2 of 2

Thread: help!

 
  1. #1
    Contributing User
    Join Date
    Sep 2007
    Posts
    147
    Rep Power
    233

    Default help!

    Hello!

    I'm having some trouble translating the following paragraph:

    "Primero hay que hacer la referencia directa al contrato y despues hacer la referencia al servicio correspondiente. Esto es para impedir que se genere en el Proxy el mismo contrato bajo otro “dll” que impediría la comunicación entre los servicios"

    Here's my attempt:

    "To avoid generating the same contract as another “dll” in the Proxy and, therefore, blocking communication between services, it is necessary to add the direct reference to the contract and then add the service reference"

    What do you think?

    Thanks!

    danii

  2. #2
    Senior Member
    Join Date
    Aug 2010
    Posts
    295
    Rep Power
    1029

    Default Re: help!

    Quote Originally Posted by danii View Post
    Hello!

    I'm having some trouble translating the following paragraph:

    "Primero hay que hacer la referencia directa al contrato y despues hacer la referencia al servicio correspondiente. Esto es para impedir que se genere en el Proxy el mismo contrato bajo otro “dll” que impediría la comunicación entre los servicios"

    Here's my attempt:

    "To avoid generating the same contract as another “dll” in the Proxy and, therefore, blocking communication between services, it is necessary to add the direct reference to the contract and then add the service reference"

    What do you think?

    Thanks!

    danii
    How about ?

    You will need to reference the contract first. After referencing the contract, you will reference the corresponding service (under that contract). This is needed to prevent the generation of the same contract under another DLL in the proxy (server). This problem could prevent the communication between services.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •