views:

166

answers:

1

Hi

Using Entity Framework, I suddenly get this strange error after publishing my asp.net mvc project onto my Win2003 server:

[CustomAttributeFormatException: 'IsReference' property specified was not found.]

The error occurs when I need to update or delete an entity.

I haven't changed anything (and yes, it's actually true :-) in my model, I only recompiled it when publishing. It worked yesterday and the server haven't changed either.

Any idea on what has gone wrong here?

Thanks in advance. Help will be much appreciated!

+2  A: 

You don't have .NET 3.5 SP1 installed on the server. Update it.

John Saunders
I do. And like I said, it worked yesterday on the server.
Tommy Jakobsen
Something changed.
John Saunders