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

Need to build with .NET ver 3.5 #20

Open
manasabi opened this issue Jul 5, 2015 · 1 comment
Open

Need to build with .NET ver 3.5 #20

manasabi opened this issue Jul 5, 2015 · 1 comment

Comments

@manasabi
Copy link

manasabi commented Jul 5, 2015

Hi @djpnewton,

Thanks for your help before with building the busdog from MSVS2013. I am facing one more issue:

I need to build busdog.exe for windows XP(32bit) running .NET version 3.5. I am using the new build.ps1 script to do that. But, somehow build.ps1 always picks up .NET version 4.0 from my system and I don't know from where it picks up this version.

So, wanted to see if I need to change something in the script or do I need to change something in my visual studio config files to make sure that it always uses .NET framework 3.5 for building.

Could you please help me with this ? Appreciate your help.

Thanks
Manas

@manasabi
Copy link
Author

manasabi commented Jul 7, 2015

Hi,

Just an update:
I tried a few things to make busdog.exe compile for .Net version: 3.5:

  1. Hard code the environment variables in build.ps1 to point to v3.5
  2. Added ToolsVersion option with MSBuild: Exec { MSBuild ./filter/busdog.sln /t:clean /tv:3.5}

Both these methods are throwing following error:
MSBUILD : error MSB3411: Could not load the Visual C++ component "VCBuild.exe". If the component is not installed, either 1) install the Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5, or 2) install Microsoft Visual Studio 2008. [C:\workspace\busdog\filter\busdog.sln]

I tried a few more hacks but I am not able to make this work. But, I see that busdog.exe provided by you works perfectly with .NET 3.5 on XP. So, would really appreciate if you could let me know how you are compiling your busdog.exe to work with .Net version 3.5

Thanks!
Manas

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

1 participant