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

Can not found Msbuild.exe. #54

Closed
rbtnn opened this issue May 20, 2013 · 6 comments
Closed

Can not found Msbuild.exe. #54

rbtnn opened this issue May 20, 2013 · 6 comments

Comments

@rbtnn
Copy link
Contributor

rbtnn commented May 20, 2013

Hi.

In my windows env, Can not found Msbuild.exe.
Its path is C:\Windows\Microsoft.NET\Framework\v4.0.30319\Msbuild.exe.
So, I want to add a option of Msbuild.exe path.

https://github.com/nosami/Omnisharp/blob/master/server/OmniSharp/Build/BuildHandler.cs#L37

var build = IsUnix
? "xbuild"
: @"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Msbuild.exe";

@nosami
Copy link
Contributor

nosami commented May 20, 2013

Sure. I'll get onto that tonight.

@nosami
Copy link
Contributor

nosami commented May 20, 2013

Just out of interest, where is msbuild located on your machine?

@rbtnn
Copy link
Contributor Author

rbtnn commented May 20, 2013

where is msbuild located on your machine?

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Msbuild.exe

@nosami
Copy link
Contributor

nosami commented May 20, 2013

Oops... you already told me that 😊

@nosami
Copy link
Contributor

nosami commented May 22, 2013

Does this OmniSharp/omnisharp-server@88f559a change fix things for you? I'd prefer to avoid config setting if possible.

@rbtnn
Copy link
Contributor Author

rbtnn commented May 23, 2013

Does this OmniSharp/omnisharp-server@88f559a change fix things for you?

It's OK. Thank!

@rbtnn rbtnn closed this as completed May 23, 2013
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

2 participants