Skip to content

Commit 7eb842d

Browse files
Migration to Optimized mode
Migration to Optimized mode and new Data Bindings
1 parent 21c2ea3 commit 7eb842d

File tree

10 files changed

+214
-107
lines changed

10 files changed

+214
-107
lines changed

CS/ASPxPivotGrid_RuntimeDataBinding.sln

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Microsoft Visual Studio Solution File, Format Version 9.00
2-
# Visual Studio 2005
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.1.32421.90
4+
MinimumVisualStudioVersion = 10.0.40219.1
35
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPxPivotGrid_RuntimeDataBinding", "ASPxPivotGrid_RuntimeDataBinding\ASPxPivotGrid_RuntimeDataBinding.csproj", "{97C65519-984A-49A7-8196-783B41DC9A27}"
4-
ProjectSection(WebsiteProperties) = preProject
5-
Debug.AspNetCompiler.Debug = "True"
6-
Release.AspNetCompiler.Debug = "False"
7-
EndProjectSection
86
EndProject
97
Global
108
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,4 +18,7 @@ Global
2018
GlobalSection(SolutionProperties) = preSolution
2119
HideSolutionNode = FALSE
2220
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {04FB172B-2D7B-4012-94F0-43EEA629AFF6}
23+
EndGlobalSection
2324
EndGlobal

CS/ASPxPivotGrid_RuntimeDataBinding/ASPxPivotGrid_RuntimeDataBinding.csproj

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
34
<PropertyGroup>
45
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
56
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,6 +12,20 @@
1112
<AppDesignerFolder>Properties</AppDesignerFolder>
1213
<RootNamespace>ASPxPivotGrid_RuntimeDataBinding</RootNamespace>
1314
<AssemblyName>ASPxPivotGrid_RuntimeDataBinding</AssemblyName>
15+
<FileUpgradeFlags>
16+
</FileUpgradeFlags>
17+
<UpgradeBackupLocation>
18+
</UpgradeBackupLocation>
19+
<OldToolsVersion>2.0</OldToolsVersion>
20+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
21+
<TargetFrameworkProfile />
22+
<UseIISExpress>false</UseIISExpress>
23+
<Use64BitIISExpress />
24+
<IISExpressSSLPort />
25+
<IISExpressAnonymousAuthentication />
26+
<IISExpressWindowsAuthentication />
27+
<IISExpressUseClassicPipelineMode />
28+
<UseGlobalApplicationHostFile />
1429
</PropertyGroup>
1530
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1631
<DebugSymbols>true</DebugSymbols>
@@ -21,6 +36,7 @@
2136
<ErrorReport>prompt</ErrorReport>
2237
<WarningLevel>4</WarningLevel>
2338
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
39+
<Prefer32Bit>false</Prefer32Bit>
2440
</PropertyGroup>
2541
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2642
<DebugType>pdbonly</DebugType>
@@ -29,16 +45,20 @@
2945
<DefineConstants>TRACE</DefineConstants>
3046
<ErrorReport>prompt</ErrorReport>
3147
<WarningLevel>4</WarningLevel>
48+
<Prefer32Bit>false</Prefer32Bit>
3249
</PropertyGroup>
3350
<ItemGroup>
34-
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
35-
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
36-
<Reference Include="DevExpress.PivotGrid.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
37-
<Reference Include="DevExpress.Web.ASPxPivotGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
38-
<Reference Include="DevExpress.Office.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
39-
<Reference Include="DevExpress.Docs.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
40-
<Reference Include="DevExpress.RichEdit.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
41-
<Reference Include="DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
51+
<Reference Include="DevExpress.Pdf.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
52+
<Reference Include="DevExpress.RichEdit.v22.1.Export, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
53+
<Reference Include="DevExpress.Printing.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
54+
<Reference Include="DevExpress.Drawing.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
55+
<Reference Include="DevExpress.Data.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
56+
<Reference Include="DevExpress.PivotGrid.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
57+
<Reference Include="DevExpress.Web.ASPxPivotGrid.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
58+
<Reference Include="DevExpress.Office.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
59+
<Reference Include="DevExpress.Docs.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
60+
<Reference Include="DevExpress.RichEdit.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
61+
<Reference Include="DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
4262
<Reference Include="System" />
4363
<Reference Include="System.Data" />
4464
<Reference Include="System.Drawing" />
@@ -51,7 +71,8 @@
5171
</ItemGroup>
5272
<ItemGroup>
5373
<Content Include="Default.aspx" />
54-
<Content Include="nwind.mdb"></Content>
74+
<Content Include="App_Data\nwind.mdb">
75+
</Content>
5576
<Content Include="Web.config" />
5677
</ItemGroup>
5778
<ItemGroup>
@@ -65,8 +86,13 @@
6586
<Compile Include="Properties\AssemblyInfo.cs" />
6687
</ItemGroup>
6788
<ItemGroup />
89+
<PropertyGroup>
90+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
91+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
92+
</PropertyGroup>
6893
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
69-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
94+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
95+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
7096
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7197
Other similar extension points exist, see Microsoft.Common.targets.
7298
<Target Name="BeforeBuild">
@@ -82,10 +108,15 @@
82108
<AutoAssignPort>True</AutoAssignPort>
83109
<DevelopmentServerPort>51031</DevelopmentServerPort>
84110
<DevelopmentServerVPath>/</DevelopmentServerVPath>
85-
<IISUrl></IISUrl>
111+
<IISUrl>
112+
</IISUrl>
86113
<NTLMAuthentication>False</NTLMAuthentication>
114+
<UseCustomServer>False</UseCustomServer>
115+
<CustomServerUrl>
116+
</CustomServerUrl>
117+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
87118
</WebProjectProperties>
88119
</FlavorProperties>
89120
</VisualStudio>
90121
</ProjectExtensions>
91-
</Project>
122+
</Project>
File renamed without changes.

CS/ASPxPivotGrid_RuntimeDataBinding/Default.aspx.cs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@
33
using System.Web.UI.WebControls;
44
using DevExpress.Web.ASPxPivotGrid;
55
using DevExpress.XtraPivotGrid;
6+
using System.Linq;
67

78
namespace ASPxPivotGrid_RuntimeDataBinding {
89
public partial class _Default : Page {
9-
private AccessDataSource ds;
10+
//private AccessDataSource ds;
11+
private SqlDataSource ds;
1012
private ASPxPivotGrid ASPxPivotGrid1;
1113
protected override void OnLoad(EventArgs e) {
1214
base.OnLoad(e);
1315

1416
// Initializes a data source.
15-
ds = new AccessDataSource("~/nwind.mdb", "SELECT [CategoryName]," +
16-
"[ProductName], [ProductSales], [ShippedDate] FROM [ProductReports]");
17+
ds = new SqlDataSource("System.Data.OleDb","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\\nwind.mdb",
18+
"SELECT [CategoryName], [ProductName], [ProductSales], [ShippedDate] FROM [ProductReports]");
1719

1820
// Initializes ASPxPivotGrid.
1921
ASPxPivotGrid1 = new ASPxPivotGrid();
22+
ASPxPivotGrid1.OptionsData.DataProcessingEngine = PivotDataProcessingEngine.Optimized;
2023

2124
// Binds ASPxPivotGrid to the data source.
2225
ASPxPivotGrid1.DataSource = ds;
@@ -35,8 +38,8 @@ protected override void OnLoad(EventArgs e) {
3538
ASPxPivotGrid1.Fields["ProductName"].Area = PivotArea.RowArea;
3639
ASPxPivotGrid1.Fields["ShippedDate"].Area = PivotArea.ColumnArea;
3740
ASPxPivotGrid1.Fields["ProductSales"].Area = PivotArea.DataArea;
41+
(ASPxPivotGrid1.Fields["ShippedDate"].DataBinding as DataSourceColumnBinding).GroupInterval = PivotGroupInterval.DateYear;
3842

39-
ASPxPivotGrid1.Fields["ShippedDate"].GroupInterval = PivotGroupInterval.DateYear;
4043
}
4144
}
4245
}

CS/ASPxPivotGrid_RuntimeDataBinding/Web.config

Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,55 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0"?>
22
<configuration>
33
<configSections>
44
<sectionGroup name="devExpress">
5-
<section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
6-
<section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
7-
<section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
8-
<section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
5+
<section name="settings" type="DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
6+
<section name="compression" type="DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
7+
<section name="themes" type="DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
8+
<section name="errors" type="DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
99
</sectionGroup>
1010
</configSections>
1111
<appSettings>
1212
<add key="Languages" value="" />
1313
</appSettings>
1414
<connectionStrings />
15+
<!--
16+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
17+
18+
The following attributes can be set on the <httpRuntime> tag.
19+
<system.Web>
20+
<httpRuntime targetFramework="4.5.2" />
21+
</system.Web>
22+
-->
1523
<system.web>
1624
<!--
1725
Set compilation debug="true" to insert debugging
1826
symbols into the compiled page. Because this
1927
affects performance, set this value to true only
2028
during development.
2129
-->
22-
<compilation debug="true" targetFramework="4.0">
30+
<compilation debug="true" targetFramework="4.5.2">
2331
<assemblies>
24-
<add assembly="DevExpress.Web.ASPxPivotGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
25-
<add assembly="DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
26-
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
27-
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
28-
<add assembly="DevExpress.PivotGrid.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
29-
<add assembly="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
30-
<add assembly="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
31-
<add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
32-
<add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
33-
<add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
34-
<add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
35-
<add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
36-
<add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
37-
<add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
38-
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
39-
<add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
40-
<add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
41-
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
42-
<add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
43-
<add assembly="DevExpress.RichEdit.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
44-
<add assembly="DevExpress.Docs.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
32+
<add assembly="DevExpress.Web.ASPxPivotGrid.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
33+
<add assembly="DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
34+
<add assembly="DevExpress.PivotGrid.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
35+
<add assembly="DevExpress.Printing.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
36+
<add assembly="DevExpress.Data.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
37+
<add assembly="DevExpress.RichEdit.v22.1.Core, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
38+
<add assembly="DevExpress.Docs.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
39+
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
40+
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
41+
<add assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
42+
<add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
43+
<add assembly="System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
44+
<add assembly="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
45+
<add assembly="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
46+
<add assembly="System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
47+
<add assembly="System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
48+
<add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
49+
<add assembly="System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
50+
<add assembly="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
51+
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
52+
<add assembly="System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
4553
</assemblies>
4654
</compilation>
4755
<!--
@@ -63,14 +71,21 @@
6371
</customErrors>
6472
-->
6573
<httpModules>
66-
<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
74+
<add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
6775
</httpModules>
76+
<pages controlRenderingCompatibilityVersion="4.0" />
77+
<httpHandlers>
78+
<add verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
79+
</httpHandlers>
6880
</system.web>
6981
<system.webServer>
7082
<validation validateIntegratedModeConfiguration="false" />
7183
<modules>
72-
<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
84+
<add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
7385
</modules>
86+
<handlers>
87+
<add name="ASPxUploadProgressHandler" preCondition="integratedMode" verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.1.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
88+
</handlers>
7489
</system.webServer>
7590
<devExpress>
7691
<settings rightToLeft="false" />

VB/ASPxPivotGrid_RuntimeDataBinding.sln

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Microsoft Visual Studio Solution File, Format Version 9.00
2-
# Visual Studio 2005
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.1.32421.90
4+
MinimumVisualStudioVersion = 10.0.40219.1
35
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ASPxPivotGrid_RuntimeDataBinding", "ASPxPivotGrid_RuntimeDataBinding\ASPxPivotGrid_RuntimeDataBinding.vbproj", "{97C65519-984A-49A7-8196-783B41DC9A27}"
4-
ProjectSection(WebsiteProperties) = preProject
5-
Debug.AspNetCompiler.Debug = "True"
6-
Release.AspNetCompiler.Debug = "False"
7-
EndProjectSection
86
EndProject
97
Global
108
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,4 +18,7 @@ Global
2018
GlobalSection(SolutionProperties) = preSolution
2119
HideSolutionNode = FALSE
2220
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {F2AA7E02-F45D-4973-B79A-37649ACECF69}
23+
EndGlobalSection
2324
EndGlobal

0 commit comments

Comments
 (0)