We have decorated the default Entity Framework provider to support custom ExpressionsVisitors. So far everything works out the way we intend it to be.
After adding the custom provider entry into the machine.config and placing the Custom Provider Assembly in the machine’s GAC the entity framework designer was not broken any more and did show up correctly.
However the command “Update model from database...”
just ends in a message box stating that:
An exception of type 'Microsoft.VSDesigner.Data.Local.ConnectionStringConverterServiceException' occurred while attempting to update from the database. The exception message is: ''.
We’re using VS Premium 2012 with .net 4.5.
Where does this error come from and what needs to be done to fix it? Any Help or Advice Gladly Appreciated