ElegantCode

A software blog

10 Feb
2010

Don’t install Visual Studio 2010 RC just yet

If you haven’t heard already, Microsoft announced that Visual Studio 2010 Release Candidate was available for MSDN subscribers and would be probably available on 10 February 2010 for the public, which is today.  But before you get all excited and start installing the latest and greatest as soon as possible, you might want to slow […]

Read More
28 Jan
2010

The Entity Framework and the “The invoked member is not supported in a dynamic assembly” exception.

Category:UncategorizedTag: :

When you create an entity model, a few mapping files are created for you; namely .cdsl, .ssdl, and .msl.  Right about now you may be saying to yourself, I don’t see those files anywhere. That is because they are actually stored as a resource in the assembly you created your entity model.  When you create […]

Read More