Thanks. I've tried doing the builds per the instructions at
, but I get a build failure. I am specifically trying to do the release build (
).
I've attached the errors.
C:\Users\Aren Cambre\Documents\Visual Studio 2010\Projects\GeoCoding\src\GeoCod
ing.sln.metaproj : error MSB4126: The specified solution configuration "Release
|X64" is invalid. Please specify a valid solution configuration using the Confi
guration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuratio
n=Debug /p:Platform="Any CPU") or leave those properties blank to use the defau
lt solution configuration. [C:\Users\Aren Cambre\Documents\Visual Studio 2010\P
rojects\GeoCoding\src\GeoCoding.sln]
The solution's active config is Release|Any CPU, so I'm guessing the x64 command prompt specifically compiles for x64.
So here's a question: supposing I only want the Yahoo geocoding, is there any harm in using the resulting GeoCoding.Yahoo.dll and GeoCoding.Core.dll files?