LINQ to Umbraco fails with the following exception:
ReflectionTypeLoadException
This is caused by the way the types are loaded, if a type isn't on the server which is required it will fail. It's caused by dependencies on Visual Studio assemblies. Since VS isn't installed on production servers it will fail
No files are attached