Open
Description
I would normally want ot use the same directoy as the current app is deployed to:
let path = Assembly.GetAssembly(typeof<TypeInMyAssembly>).CodeBase |> Path.GetDirectoryName
Of course the SqlDataProvider
requires literals because it creates a compile / design time type.
My question is: What is the right way (tm) to do this in order to avoid hard coded requirements to DLL placements?