[Mono-dev] Private version of C5 / Mono XBuild Problems
Marek Sieradzki
marek.sieradzki at gmail.com
Mon May 7 11:13:41 EDT 2007
On pon, 2007-05-07 at 00:03 +0300, Dan Shechter wrote:
> Hi,
> I have a privately compiled version of C5, since I need it both of
> Microsoft .NET framework and in Mono.
>
> My .csproj files contain the proper reference:
>
> <Reference Include="C5, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=e15b962316033698, processorArchitecture=MSIL">
> <SpecificVersion>False</SpecificVersion>
> <HintPath>..\..\deplibs\C5.dll</HintPath>
> </Reference>
It's caused by processorArchitecure=MSIL. I'm using AssemblyName's ctor
to get AssemblyName from string. I already sent patch to the list (I
think it's simple but it's mono runtime so it needs review):
http://lists.ximian.com/pipermail/mono-devel-list/2007-May/023403.html.
--
Marek Sieradzki <marek.sieradzki at gmail.com>
More information about the Mono-devel-list
mailing list