I think the highlighted "error" is just a warning (and it also says the
Castle.Core dependency was resolved fine).
The actual error seems to be that there is no grpc_csharp_ext.dll library
pre-built (you need to build the native library grpc_csharp_ext.dll before
you can build the C# project - otherwise it fails to copy the .dll to the
project output).

The native library can be built using cmake and gets built automatically if
you just run:
python tools/run_tests/run_tests.py -l csharp -c dbg --build_only

(the step is mentioned here:
https://github.com/grpc/grpc/tree/master/src/csharp#build-from-source)

Also, it looks like you are trying to build on ARM - which is not
officially supported so you might be have some extra trouble building the
grpc_csharp_ext.dll.


On Wed, Dec 20, 2017 at 12:04 PM, <[email protected]> wrote:

>
>
> When I am opening the C# src project it keeps failing to build. Should
> this work out of the box or am I missing something?
>
>
> <https://lh3.googleusercontent.com/-2YtH3dD830g/WjpDgs9za8I/AAAAAAAAQfM/WYdhzmKgBI0dpdpJyCI4r9oDMOAuPX_zQCLcBGAs/s1600/Capture.PNG>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "
> grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/grpc-io/a1831bd7-a6cd-459e-a168-1c6d77f293e4%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/a1831bd7-a6cd-459e-a168-1c6d77f293e4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Jan

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CACF4M0RAzsMfRUv9Vsjckc3Ri6c3ez%3DLrNoEUR5FD5dk0TEdKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to