This all new to me, so bear with me...
I\'m working on a Visual Studio project; it\'s a web service that returns some data.
I\'ve just tried to make a particula
Thank you very much. It worked for me very well. I lost a lot of time on this, but you saved me! :)
I added this to my Global.asax.cs =>
`protected void Application_Start()
{
SqlServerTypes.Utilities.LoadNativeAssemblies(Server.MapPath("~/bin"));`
And then in my Solution Explorer => toggled show all file and Add Ignored File to Source Control… as Pure.Krone said.