We have been using LLBLGen successfully for a while but I have run into a problem trying to set up a new machine. The HintPath in the generated csproj file is empty for the runtime library references.
<Reference Include="SD.LLBLGen.Pro.LinqSupportClasses.NET35, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
<HintPath>
</HintPath>
</Reference>
<Reference Include="SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
<HintPath>
</HintPath>
</Reference>
<Reference Include="SD.LLBLGen.Pro.DQE.SqlServer.NET20, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
<HintPath>
</HintPath>
</Reference>
My command line for generating the code is:
"%ProgramFiles(x86)%\Solutions Design\LLBLGen Pro v3.0\cligenerator" %Schema%..\Mapper\SchemaMapper.llblgenproj %Namespace% C# ".NET 3.5" SelfServicing SD.Presets.SelfServicing.General2008 ..\GeneratedModel 0 %Schema%..\Mapper\Generate.Log
I'm using LLBLGen 3.0. The machine that is having the trouble is a 64 bit machine but otherwise is building the same code set.
Note: this project file did start off as a 2.6 project.
Any help is appreciated...
Thanks,
Teresa