#1
|
|||
|
|||
Using Make VS.NET step
Hi,
I'm trying to use the step "Make VS.NET" in order to build a C# project (csproj) This project builds correctly with VS 2005, but fails with Visual Build Pro with the following error message : "Pre-processing Input string was not in a correct format" Thanks in advance for your help. Jean-Christophe |
#2
|
|||
|
|||
Please ZIP and send or post:
1) The info from Help | About | Install Info 2) The .bld file 3) A build log file 4) The .sln file and project files (no source code files) Thanks. |
#3
|
|||
|
|||
1)
Visual Build Professional 6.1 Evaluation Version: 42 uses remaining Windows Version: 5.0.2195.4.0 Install path: C:\Program Files\VisBuildPro6 SftTree_IX86_U_50.dll version 5.04 unins000.exe version 51.42.0.0 VisBuildCmd.exe version 6.1.0.0 VisBuildPro.exe version 6.1.0.0 VisBuildBld.dll version 6.1.0.0 VisBuildCore.dll version 6.1.0.0 VisBuildDotNET.dll version 6.1.0.0 VisBuildExt.dll version 6.1.0.1 VisBuildLog.dll version 6.1.0.0 VisBuildMisc.dll version 6.1.0.0 VisBuildMS.dll version 6.1.0.0 VisBuildMS2.dll version 6.1.0.0 VisBuildNet.dll version 6.1.0.0 VisBuildSvr.dll version 6.1.0.0 VisBuildSvr.Interop.dll version 1.0.0.0 2,3,4) See attached file Thank you for your help |
#4
|
|||
|
|||
Please export the following registry keys (using RegEdit) and ZIP and send/post:
HKEY_CLASSES_ROOT\CLSID\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\InprocServer32 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k |
#5
|
|||
|
|||
Both are in the attached file
Before I started my tests, there were framework 1.1 and 2.0, and also compact framework versions installed on my workstation. I had them all uninstalled but the 2.0 one. |
#6
|
|||
|
|||
Can you try browsing/entering the full path to MSBuild.exe in the 'Override the default...' field on the Options tab (it should be at something like C:\WINNT\Microsoft.NET\Framework\v2.0.50727\msbuil d.exe)? The action appears to be failing trying to locate that, but I can't reproduce the error you're getting even with your registry data.
|
#7
|
|||
|
|||
Hi
The path wasn't set, and it works fine now ! Thanks for your help |
|
|