You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
I've installed r8433. When adding a reference to Nemerle.Linq.dll I
get this compile error:
internal compiler error: got some unknown exception of type
System.IO.FileLoadException: Could not load file or assembly 'Nemerle,
Version=0.9.4.9314, Culture=neutral, PublicKeyToken=e080a9c724e2bfcd'
or one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040) C:\Program Files\Nemerle\Nemerle.MSBuild.targets 172 10
ConsoleApplication1
What is causing this? Thanks.
Andrew Davey
unread,
Nov 12, 2009, 6:44:59 AM11/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Ah, the version number for Nemerle.dll referenced by the Linq dll was
off by one. No idea how since I installed from MSI.
I've overwritten Nemerle.Linq.dll with a newer build and it seems to
be OK now.