fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Missing reference for Microsoft Visual FSharp Editor Extensions #1354

Closed jterno closed 8 years ago

jterno commented 8 years ago

I have tried to install using the downloaded package and through 'Extensions and Updates' within visual studio. I have also downloaded and installed Visual F# Tools 4.0 RTM. I am able to create and run an F# project so I am not sure what else to do other than add the reference manually, which i am unsure how to do.

I am using visual studio enterprise 2015.

dungpa commented 8 years ago

Do you use VS 2015 RTM, Update 1 or Update 2? Could you paste the installation log which shows the failure here? Thanks.

jterno commented 8 years ago

Install_Log.zip Using update 2

dungpa commented 8 years ago

I removed the dependency, which doesn't seem to hold for VS 2015 Update 2 anymore. You can try the latest (stable) binary at https://ci.appveyor.com/project/dungpa/visualfsharppowertools/build/2.4.0-a1603312135/artifacts

jterno commented 8 years ago

That worked! Thank you for your super fast and efficient help.