When one installs EntityFramework package, we add the following comment to the configuration:
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
(this comment gets properly removed during uninstall)
However, if we later install EntityFramework.SqlServerCompact package, we add another note, which is exactly the same. Ideally, we should only do it once.
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
(this comment gets properly removed during uninstall)
However, if we later install EntityFramework.SqlServerCompact package, we add another note, which is exactly the same. Ideally, we should only do it once.