Hey Simon,

It looks like the project is setup to look for Cecil in the GAC (Global
Assembly Cache).

I suggest you remove the reference, and in Xamarin Studio, add an explicit
reference to the file Mono.Cecil.dll that you put in the project's
directory.

That should get you started.

Jb



On Thu, Jun 16, 2016 at 12:41 PM, S.A. Asselbergs <[email protected]>
wrote:

> Hello everyone,
>
> I am new to C# and Mono. I want to compile a project
> <https://github.com/proletariatgames/haxe-cslibgen> from github.
>
>
> After downloading the project and open the project in Xamarin (on Windows
> 10) it says it can't find Mono.Cecil.dll.
>
>
> The .csproj file says
>
>
>  <Reference Include="Mono.Cecil, Version=0.9.4.0, Culture=neutral,
> PublicKeyToken=0738eb9f132ed756">
>
>
> I copied a random Mono.Cecil.dll of version 0.9.4.0 but it doesn't work
> (which has probably to do with the certificate). If you check the github
> site you see it's a tiny project, and it doesnt provide Mono.cecil.dll,
> which probably means there are easy steps.
>
>
> Yet I could not find on google any recent pointers how to deal with this.
> How to proceed to get the right Mono.Cecil.dll and the right certificate?
>
>
> Kind Regards,
>
> Simon
>
> --
> --
> --
> mono-cecil
> ---
> You received this message because you are subscribed to the Google Groups
> "mono-cecil" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to