Skip to content

Commit 766acc1

Browse files
committed
Fixed BuildErrors when project is completly downloaded from GitHub.
Project can only be build, wehen NuGet.exe > 2.8.1 is included in .nuget folder. Missing dll Telerik.Web.Mvc added to lib Folder. Telerik.Web.Mvc removed from build Folder (build folder will be created with ClickToBuild-Command) References to Telerik.Web.Mvc fixed in two Plugin-Projects.
1 parent f04b936 commit 766acc1

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/.nuget/NuGet.exe

50.5 KB
Binary file not shown.

src/Plugins/SmartStore.Shipping/SmartStore.Shipping.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<Reference Include="System.Data" />
133133
<Reference Include="System.Xml" />
134134
<Reference Include="Telerik.Web.Mvc">
135-
<HintPath>..\..\packages\TelerikMvcExtensions.2012.2.607\lib\net40\Telerik.Web.Mvc.dll</HintPath>
135+
<HintPath>..\..\..\lib\Telerik\Telerik.Web.Mvc.dll</HintPath>
136136
</Reference>
137137
</ItemGroup>
138138
<ItemGroup>

src/Plugins/SmartStore.WebApi/SmartStore.WebApi.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@
164164
<Reference Include="Microsoft.CSharp" />
165165
<Reference Include="System.Data" />
166166
<Reference Include="System.Xml" />
167-
<Reference Include="Telerik.Web.Mvc, Version=2012.2.607.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
168-
<SpecificVersion>False</SpecificVersion>
169-
<HintPath>..\..\packages\TelerikMvcExtensions.2012.2.607\lib\net40\Telerik.Web.Mvc.dll</HintPath>
167+
<Reference Include="Telerik.Web.Mvc">
168+
<HintPath>..\..\..\lib\Telerik\Telerik.Web.Mvc.dll</HintPath>
170169
</Reference>
171170
</ItemGroup>
172171
<ItemGroup>

0 commit comments

Comments
 (0)