If you want to re-enable Entity Framework code generation, open the EDMX file in the EDM Designer, and on the property sheet, set “DevForce Enabled” to false, and save the file. This action:
Your DevForce application won't work with entities generated by the Entity Framework's templates.
Remember to reset the “DevForce Enabled” flag back to true to re-enable DevForce code generation.
You can also globally disable DevForce code generation by going to the Visual Studio menu and selecting Tools -> Extension Manager and disabling the DevForce EDM Designer Extension.