Skip to content

Commit 0ffe165

Browse files
committed
chore: update grid ajax-editing example to version 2017.3.1026
1 parent b3b834a commit 0ffe165

File tree

7 files changed

+88
-63
lines changed

7 files changed

+88
-63
lines changed

grid/ajax-editing/KendoGridAjaxEditing/Global.asax.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Web;
5-
using System.Web.Http;
65
using System.Web.Mvc;
76
using System.Web.Optimization;
87
using System.Web.Routing;

grid/ajax-editing/KendoGridAjaxEditing/KendoGridAjaxEditing.csproj

Lines changed: 44 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,18 +8,20 @@
88
</ProductVersion>
99
<SchemaVersion>2.0</SchemaVersion>
1010
<ProjectGuid>{A7A6DDFA-B74D-464D-AE29-1C61ADF4C4F0}</ProjectGuid>
11-
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>KendoGridAjaxEditing</RootNamespace>
1515
<AssemblyName>KendoGridAjaxEditing</AssemblyName>
16-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1717
<MvcBuildViews>false</MvcBuildViews>
1818
<UseIISExpress>true</UseIISExpress>
1919
<IISExpressSSLPort />
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
23+
<UseGlobalApplicationHostFile />
24+
<TargetFrameworkProfile />
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2527
<DebugSymbols>true</DebugSymbols>
@@ -29,6 +31,7 @@
2931
<DefineConstants>DEBUG;TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3437
<DebugType>pdbonly</DebugType>
@@ -37,25 +40,28 @@
3740
<DefineConstants>TRACE</DefineConstants>
3841
<ErrorReport>prompt</ErrorReport>
3942
<WarningLevel>4</WarningLevel>
43+
<Prefer32Bit>false</Prefer32Bit>
4044
</PropertyGroup>
4145
<ItemGroup>
42-
<Reference Include="Antlr3.Runtime">
46+
<Reference Include="Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4347
<HintPath>..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath>
48+
<Private>True</Private>
4449
</Reference>
45-
<Reference Include="EntityFramework">
46-
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
50+
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
51+
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
52+
<Private>True</Private>
4753
</Reference>
4854
<Reference Include="Kendo.Mvc">
49-
<HintPath>..\lib\KENDOUIMVC\2014.2.716.440\Kendo.Mvc.dll</HintPath>
50-
<Private>True</Private>
55+
<HintPath>..\lib\KENDOUIMVC\2017.3.1026\Kendo.Mvc.dll</HintPath>
5156
</Reference>
5257
<Reference Include="Microsoft.CSharp" />
5358
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<Private>True</Private>
5559
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
60+
<Private>True</Private>
5661
</Reference>
5762
<Reference Include="System" />
5863
<Reference Include="System.Data" />
64+
<Reference Include="System.Data.DataSetExtensions" />
5965
<Reference Include="System.Data.Entity" />
6066
<Reference Include="System.Drawing" />
6167
<Reference Include="System.Runtime.Serialization" />
@@ -64,46 +70,46 @@
6470
<Reference Include="System.Web.Entity" />
6571
<Reference Include="System.Web.ApplicationServices" />
6672
<Reference Include="System.ComponentModel.DataAnnotations" />
67-
<Reference Include="System.Core" />
68-
<Reference Include="System.Data.DataSetExtensions" />
69-
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<Reference Include="System.Web.Extensions" />
74+
<Reference Include="System.Web" />
75+
<Reference Include="System.Web.Abstractions" />
76+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
7078
<Private>True</Private>
71-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath>
7279
</Reference>
73-
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
80+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
7482
<Private>True</Private>
75-
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath>
7683
</Reference>
77-
<Reference Include="System.Web.Optimization">
84+
<Reference Include="System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7885
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
86+
<Private>True</Private>
7987
</Reference>
80-
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
8190
<Private>True</Private>
82-
<HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>
8391
</Reference>
84-
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92+
<Reference Include="System.Web.Routing" />
93+
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
94+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
8595
<Private>True</Private>
86-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath>
8796
</Reference>
88-
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
8999
<Private>True</Private>
90-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
91100
</Reference>
92-
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101+
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
93103
<Private>True</Private>
94-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
95104
</Reference>
96-
<Reference Include="System.Xml.Linq" />
97-
<Reference Include="System.Web" />
98-
<Reference Include="System.Web.Extensions" />
99-
<Reference Include="System.Web.Abstractions" />
100-
<Reference Include="System.Web.Routing" />
101105
<Reference Include="System.Xml" />
102106
<Reference Include="System.Configuration" />
103107
<Reference Include="System.Web.Services" />
104108
<Reference Include="System.EnterpriseServices" />
105-
<Reference Include="WebGrease">
109+
<Reference Include="System.Xml.Linq" />
110+
<Reference Include="WebGrease, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
106111
<HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
112+
<Private>True</Private>
107113
</Reference>
108114
</ItemGroup>
109115
<ItemGroup>
@@ -137,6 +143,7 @@
137143
<Content Include="App_Data\Northwind_log.ldf">
138144
<DependentUpon>Northwind.mdf</DependentUpon>
139145
</Content>
146+
<Content Include="bin\Kendo.Mvc.dll" />
140147
<Content Include="Global.asax" />
141148
<Content Include="Models\Northwind.Context.tt">
142149
<Generator>TextTemplatingFileGenerator</Generator>
@@ -148,7 +155,9 @@
148155
<DependentUpon>Northwind.edmx</DependentUpon>
149156
<LastGenOutput>Northwind.cs</LastGenOutput>
150157
</Content>
151-
<Content Include="Web.config" />
158+
<Content Include="Web.config">
159+
<SubType>Designer</SubType>
160+
</Content>
152161
<Content Include="Web.Debug.config">
153162
<DependentUpon>Web.config</DependentUpon>
154163
</Content>
@@ -182,9 +191,6 @@
182191
<Content Include="Views\Shared\EditorTemplates\Time.cshtml" />
183192
<Content Include="Views\Shared\EditorTemplates\Url.cshtml" />
184193
</ItemGroup>
185-
<ItemGroup>
186-
<Content Include="packages.config" />
187-
</ItemGroup>
188194
<ItemGroup>
189195
<EntityDeploy Include="Models\Northwind.edmx">
190196
<Generator>EntityModelCodeGenerator</Generator>
@@ -199,6 +205,9 @@
199205
<ItemGroup>
200206
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
201207
</ItemGroup>
208+
<ItemGroup>
209+
<Content Include="packages.config" />
210+
</ItemGroup>
202211
<PropertyGroup>
203212
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
204213
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
@@ -217,7 +226,7 @@
217226
<AutoAssignPort>True</AutoAssignPort>
218227
<DevelopmentServerPort>0</DevelopmentServerPort>
219228
<DevelopmentServerVPath>/</DevelopmentServerVPath>
220-
<IISUrl>http://localhost:9231/</IISUrl>
229+
<IISUrl>http://localhost:59057/</IISUrl>
221230
<NTLMAuthentication>False</NTLMAuthentication>
222231
<UseCustomServer>False</UseCustomServer>
223232
<CustomServerUrl>

grid/ajax-editing/KendoGridAjaxEditing/Views/Shared/_Layout.cshtml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<head>
44
<title>@ViewBag.Title - My Telerik MVC Application</title>
55
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
6-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
8-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
9-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
10-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
11-
<script src="http://cdn.kendostatic.com/2014.2.716/js/jquery.min.js"></script>
12-
<script src="http://cdn.kendostatic.com/2014.2.716/js/kendo.all.min.js"></script>
13-
<script src="http://cdn.kendostatic.com/2014.2.716/js/kendo.aspnetmvc.min.js"></script>
6+
<link href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7+
<link href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
8+
<link href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
9+
<link href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
10+
<link href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
11+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/jquery.min.js"></script>
12+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/jszip.min.js"></script>
13+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.all.min.js"></script>
14+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.aspnetmvc.min.js"></script>
1415
</head>
1516
<body>
1617
<header>

grid/ajax-editing/KendoGridAjaxEditing/Views/web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<configuration>
44
<configSections>
5-
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6-
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7-
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
5+
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6+
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7+
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
88
</sectionGroup>
99
</configSections>
1010

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="5.0.0" targetFramework="net40" />
4-
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net40" />
5-
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
6-
<package id="Microsoft.AspNet.Web.Optimization" version="1.0.0" targetFramework="net40" />
7-
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
8-
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
9-
<package id="WebGrease" version="1.3.0" targetFramework="net40" />
3+
<package id="EntityFramework" version="5.0.0" targetFramework="net461" />
4+
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net461" />
5+
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
6+
<package id="Microsoft.AspNet.Web.Optimization" version="1.0.0" targetFramework="net461" />
7+
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
8+
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
9+
<package id="WebGrease" version="1.3.0" targetFramework="net461" />
1010
</packages>

grid/ajax-editing/KendoGridAjaxEditing/web.config

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,32 @@
55
-->
66
<configuration>
77
<configSections>
8+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
89
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
1010
</configSections>
1111
<appSettings>
12-
<add key="webpages:Version" value="2.0.0.0" />
12+
<add key="webpages:Version" value="3.0.0.0" />
1313
<add key="webpages:Enabled" value="true" />
1414
<add key="PreserveLoginUrl" value="true" />
1515
<add key="ClientValidationEnabled" value="true" />
1616
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
1717
</appSettings>
18+
<!--
19+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
20+
21+
The following attributes can be set on the <httpRuntime> tag.
22+
<system.Web>
23+
<httpRuntime targetFramework="4.6.1" />
24+
</system.Web>
25+
-->
1826
<system.web>
19-
<compilation debug="true" targetFramework="4.0">
27+
<compilation debug="true" targetFramework="4.6.1">
2028
<assemblies>
2129
<add assembly="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
2230
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2331
</assemblies>
2432
</compilation>
25-
<pages>
33+
<pages controlRenderingCompatibilityVersion="4.0">
2634
<namespaces>
2735
<add namespace="System.Web.Helpers" />
2836
<add namespace="System.Web.Mvc" />
@@ -51,17 +59,25 @@
5159
<assemblyIdentity name="DotNetOpenAuth.Core" publicKeyToken="2780ccd10d57b246" culture="neutral" />
5260
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
5361
</dependentAssembly>
54-
<dependentAssembly>
55-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
56-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
57-
</dependentAssembly>
5862
<dependentAssembly>
5963
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
6064
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
6165
</dependentAssembly>
66+
<dependentAssembly>
67+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
68+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
69+
</dependentAssembly>
70+
<dependentAssembly>
71+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
72+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
73+
</dependentAssembly>
74+
<dependentAssembly>
75+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
76+
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
77+
</dependentAssembly>
6278
</assemblyBinding>
6379
</runtime>
6480
<connectionStrings>
65-
<add name="NorthwindEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\v11.0;attachdbfilename=|DataDirectory|\Northwind.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
81+
<add name="NorthwindEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Northwind.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
6682
</connectionStrings>
6783
</configuration>
2.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)