I\'m adding a third party dll reference to my F# project. I added the dll in references and when I use this i.e highlight the code and do Alt+Ent, I get the error \"The namespa
for some things you can call them directly by name with no path
#r "EnvDte"
works for vs2013 here for instance