If Microsoft.Sql.Types.dll assembly is not present DefaultSpatialServices will throw NotImplementedException without any error message. It is hard to figure out why the exception is thrown and how to fix it - vide:
http://stackoverflow.com/questions/10117008/net-4-5-beta-dbgeography-notimplementedexception
Also the exception probably should not be NotImplementedException
Comments: Nevermind. using nuget Install-Package Microsoft.SqlServer.Types did the trick
http://stackoverflow.com/questions/10117008/net-4-5-beta-dbgeography-notimplementedexception
Also the exception probably should not be NotImplementedException
Comments: Nevermind. using nuget Install-Package Microsoft.SqlServer.Types did the trick