Skip to content

jdrichwa/EF6DBFirstDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

EF6DBFirstDemo

F6DBFirstDemo Original

== Install-Package Microsoft.SqlServer.Types Following a comment in an answer for current post, adding these two lines (preferebly to the main function) solved my problem for Console App: SqlProviderServices.SqlServerTypesAssemblyName = typeof(SqlGeography).Assembly.FullName; SqlServerTypes.Utilities.LoadNativeAssemblies(AppDomain.CurrentDomain.BaseDirectory);

          using System.Data.Entity.Spatial;
          using System.Data.Entity.SqlServer;

About

F6DBFirstDemo Original

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published