NDjango throws TypeLoadException

Posted by user303754 on Stack Overflow See other posts from Stack Overflow or by user303754
Published on 2010-03-28T20:05:18Z Indexed on 2010/04/02 13:33 UTC
Read the original article Hit count: 394

Filed under:
|
|
|

Hi All,

I'm just trying to get started with NDjango but am having issues running a basic test app. When running the page in either debug or release the following exception is thrown:

Could not load type 'Microsoft.FSharp.Core.CompilerMessageAttribute' from assembly 'FSharp.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

This is thrown when the NDjangoHandle is created in the HttpApplication ctor. The fsharp assemblies are definitely all there in the gac (and they seem to be distributed with NDjango too) so I'm a bit confused about this one. Googling this turns up zip.

I'm using NDjango 0.9.7.0 for .NET 4.0 in vis studio 2010

Cheers

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET