Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in 3.31.2 (c.f. 3.29.2) #794

Closed
tpetricek opened this issue May 13, 2015 · 8 comments
Closed

Regression in 3.31.2 (c.f. 3.29.2) #794

tpetricek opened this issue May 13, 2015 · 8 comments

Comments

@tpetricek
Copy link
Member

I just updated FAKE in some project based on https://github.com/shanselman/suavebootstrapper and it fails to run on Azure WebSite machine with the following error:

> packages\FAKE\tools\FAKE.exe
D:\home\site\repository
Build failed.
Error:
Could not find a part of the path 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0'.

(It fails when I give it the right parameters, but I get the error even just when running FAKE without parameters... I can do more tests tomorrow, if you tell me what to check - or how to get more detailed error message)

@forki
Copy link
Member

forki commented May 14, 2015

Same as #790 I have no idea what broke

forki added a commit that referenced this issue May 14, 2015
@forki
Copy link
Member

forki commented May 14, 2015

could it be 2a35e12 ?

@forki
Copy link
Member

forki commented May 14, 2015

or maybe cb734c4 from #771 /cc @matthid

@forki
Copy link
Member

forki commented May 14, 2015

I reverted that again - could you please retry?

@matthid
Copy link
Member

matthid commented May 14, 2015

Oh yes, the problem seems to be the line you mentioned. I took the code from the F# repository and assumed it would work pretty much everywhere. Now some testing is needed if we can get away with the runtime directory (as opposed to the reference assembly directory) on windows as well. Will look into this as soon as I can (but I'm a bit busy atm).

matthid added a commit to matthid/Yaaf.FSharp.Scripting that referenced this issue May 14, 2015
@matthid
Copy link
Member

matthid commented May 14, 2015

1.1.7 is released (it falls back to the runtime directory: matthid/Yaaf.FSharp.Scripting@c2f99d9) but I have no Windows Server box to actually test it.

@dsyme
Copy link
Collaborator

dsyme commented Apr 14, 2016

Closing old issue

@dsyme dsyme closed this as completed Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants