You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: