none
Using WCF getting error on relation...

    Question

  • Hi i get this error on my WCF Project when i make relation within two tables...

    Error 1 Error 6023: El Member 'EWVistas.clientes.env_cli' se diferencia solo de un Member existente por el uso de mayúsculas y minúsculas, y no es compatible con la opción de lenguaje actual. D:\Projects\PROYECTOS PROPIOS\IMSAT\EurowinEnlace\vistas.edmx 1 1 EurowinEnlace

    how i solve this error?

    these are the two tables...

    Friday, September 27, 2013 8:49 PM

Answers

  • The entity 'clientes' already has a property 'ENV_CLI' that conflicts with the generated association link name 'env_cli'. If you can change 'ENV_CLI' in 'clientes' to another name, perhaps just 'ENV' or maybe you do not need this property.

    Cheers

    Dave


    Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

    • Marked as answer by Ivan Martinez3 Sunday, September 29, 2013 7:39 PM
    Saturday, September 28, 2013 9:51 AM

All replies

  • The entity 'clientes' already has a property 'ENV_CLI' that conflicts with the generated association link name 'env_cli'. If you can change 'ENV_CLI' in 'clientes' to another name, perhaps just 'ENV' or maybe you do not need this property.

    Cheers

    Dave


    Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

    • Marked as answer by Ivan Martinez3 Sunday, September 29, 2013 7:39 PM
    Saturday, September 28, 2013 9:51 AM
  • Thanks! Works fine i just changed nam to envio_cli

    ;)

    Sunday, September 29, 2013 7:40 PM