Skip to content

Commit ec717a1

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent 39a8784 commit ec717a1

File tree

10 files changed

+130
-152
lines changed

10 files changed

+130
-152
lines changed

VB/ASPxDashboard_RequestUnderlyingData.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1

VB/ASPxDashboard_RequestUnderlyingData/ASPxDashboard_RequestUnderlyingData.vbproj

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
<Project ToolsVersion="4.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>
5+
<OptionInfer>On</OptionInfer>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
67
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProductVersion></ProductVersion>
8+
<ProductVersion>
9+
</ProductVersion>
810
<SchemaVersion>2.0</SchemaVersion>
911
<ProjectGuid>{2BC03E2C-BCF3-4C61-9769-0ECE0B548449}</ProjectGuid>
1012
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
1113
<OutputType>Library</OutputType>
12-
<RootNamespace></RootNamespace>
14+
<AppDesignerFolder>Properties</AppDesignerFolder>
15+
<RootNamespace>
16+
</RootNamespace>
1317
<AssemblyName>ASPxDashboard_RequestUnderlyingData</AssemblyName>
1418
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15-
<FileUpgradeFlags></FileUpgradeFlags>
19+
<FileUpgradeFlags>
20+
</FileUpgradeFlags>
1621
<OldToolsVersion>4.0</OldToolsVersion>
1722
<UseIISExpress>true</UseIISExpress>
1823
<IISExpressSSLPort />
@@ -21,40 +26,24 @@
2126
<IISExpressUseClassicPipelineMode />
2227
<UseGlobalApplicationHostFile />
2328
<UpgradeBackupLocation />
24-
<OptionExplicit>On</OptionExplicit>
25-
<OptionCompare>Binary</OptionCompare>
26-
<OptionStrict>Off</OptionStrict>
27-
<OptionInfer>On</OptionInfer>
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3031
<DebugSymbols>true</DebugSymbols>
3132
<DebugType>full</DebugType>
3233
<Optimize>false</Optimize>
3334
<OutputPath>bin\</OutputPath>
34-
<DefineDebug>true</DefineDebug>
35-
<DefineTrace>true</DefineTrace>
35+
<DefineConstants>DEBUG,TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
37+
<WarningLevel>4</WarningLevel>
3738
</PropertyGroup>
3839
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3940
<DebugType>pdbonly</DebugType>
4041
<Optimize>true</Optimize>
4142
<OutputPath>bin\</OutputPath>
42-
<DefineDebug>false</DefineDebug>
43-
<DefineTrace>true</DefineTrace>
43+
<DefineConstants>TRACE</DefineConstants>
4444
<ErrorReport>prompt</ErrorReport>
45+
<WarningLevel>4</WarningLevel>
4546
</PropertyGroup>
46-
<ItemGroup>
47-
<Import Include="Microsoft.VisualBasic" />
48-
<Import Include="System.Collections.Generic" />
49-
<Import Include="System.Collections" />
50-
<Import Include="System.Diagnostics" />
51-
<Import Include="System.Linq" />
52-
<Import Include="System.Xml.Linq" />
53-
<Import Include="System.Data" />
54-
<Import Include="System.Drawing" />
55-
<Import Include="System.Web" />
56-
<Import Include="System" />
57-
</ItemGroup>
5847
<ItemGroup>
5948
<Reference Include="DevExpress.Charts.v17.1.Core, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
6049
<Reference Include="DevExpress.Dashboard.v17.1.Core, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
@@ -125,7 +114,7 @@
125114
<Compile Include="Global.asax.vb">
126115
<DependentUpon>Global.asax</DependentUpon>
127116
</Compile>
128-
<Compile Include="My Project\AssemblyInfo.vb" />
117+
<Compile Include="Properties\AssemblyInfo.vb" />
129118
</ItemGroup>
130119
<ItemGroup />
131120
<ItemGroup />
@@ -147,7 +136,8 @@
147136
<IISUrl>http://localhost:50411/</IISUrl>
148137
<NTLMAuthentication>False</NTLMAuthentication>
149138
<UseCustomServer>False</UseCustomServer>
150-
<CustomServerUrl></CustomServerUrl>
139+
<CustomServerUrl>
140+
</CustomServerUrl>
151141
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
152142
</WebProjectProperties>
153143
</FlavorProperties>

VB/ASPxDashboard_RequestUnderlyingData/Default.aspx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="Default.aspx.vb" Inherits="ASPxDashboard_RequestUnderlyingData.Default" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ASPxDashboard_RequestUnderlyingData.Default" %>
22

33
<%@ Register Assembly="DevExpress.Dashboard.v17.1.Web, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
44
Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %>
@@ -24,6 +24,6 @@
2424
</dx:ASPxDashboard>
2525
</div>
2626
</form>
27-
<script type="text/javascript" src="<%=Page.ResolveClientUrl("~/Scripts/UnderlyingData.js")%>"></script>
27+
<script type="text/javascript" src="<%= Page.ResolveClientUrl("~/Scripts/UnderlyingData.js") %>"></script>
2828
</body>
29-
</html>
29+
</html>

VB/ASPxDashboard_RequestUnderlyingData/Default.aspx.designer.vb

Lines changed: 31 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
Imports System
2-
Imports System.Collections.Generic
3-
Imports System.Linq
4-
Imports System.Web
5-
Imports System.Web.UI
6-
Imports System.Web.UI.WebControls
7-
8-
Namespace ASPxDashboard_RequestUnderlyingData
9-
Partial Public Class [Default]
10-
Inherits System.Web.UI.Page
11-
12-
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
13-
14-
End Sub
15-
End Class
16-
End Namespace
1+
Imports System
2+
Imports System.Web.UI
3+
Imports System.Web.UI.WebControls
4+
5+
Namespace ASPxDashboard_RequestUnderlyingData
6+
7+
Public Partial Class [Default]
8+
Inherits Page
9+
10+
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
11+
End Sub
12+
End Class
13+
End Namespace
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%@ Application Codebehind="Global.asax.vb" Inherits="ASPxDashboard_RequestUnderlyingData.Global_asax" Language="vb" %>
1+
<%@ Application Codebehind="Global.asax.cs" Inherits="ASPxDashboard_RequestUnderlyingData.Global_asax" Language="C#" %>
Lines changed: 33 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
1-
Imports System
2-
Imports System.Collections.Generic
3-
Imports System.Linq
4-
Imports System.Web
5-
Imports System.Web.Security
6-
Imports System.Web.SessionState
7-
Imports DevExpress.Web
8-
9-
Namespace ASPxDashboard_RequestUnderlyingData
10-
Public Class Global_asax
11-
Inherits System.Web.HttpApplication
12-
13-
Private Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
14-
AddHandler DevExpress.Web.ASPxWebControl.CallbackError, AddressOf Application_Error
15-
End Sub
16-
17-
Private Sub Application_End(ByVal sender As Object, ByVal e As EventArgs)
18-
' Code that runs on application shutdown
19-
End Sub
20-
21-
Private Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
22-
' Code that runs when an unhandled error occurs
23-
End Sub
24-
25-
Private Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
26-
' Code that runs when a new session is started
27-
End Sub
28-
29-
Private Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
30-
' Code that runs when a session ends.
31-
' Note: The Session_End event is raised only when the sessionstate mode
32-
' is set to InProc in the Web.config file. If session mode is set to StateServer
33-
' or SQLServer, the event is not raised.
34-
End Sub
35-
End Class
36-
End Namespace
1+
Imports System
2+
Imports System.Web
3+
Imports DevExpress.Web
4+
5+
Namespace ASPxDashboard_RequestUnderlyingData
6+
7+
Public Class Global_asax
8+
Inherits HttpApplication
9+
10+
Private Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
11+
AddHandler ASPxWebControl.CallbackError, New EventHandler(AddressOf Application_Error)
12+
End Sub
13+
14+
Private Sub Application_End(ByVal sender As Object, ByVal e As EventArgs)
15+
' Code that runs on application shutdown
16+
End Sub
17+
18+
Private Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
19+
' Code that runs when an unhandled error occurs
20+
End Sub
21+
22+
Private Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
23+
' Code that runs when a new session is started
24+
End Sub
25+
26+
Private Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
27+
' Code that runs when a session ends.
28+
' Note: The Session_End event is raised only when the sessionstate mode
29+
' is set to InProc in the Web.config file. If session mode is set to StateServer
30+
' or SQLServer, the event is not raised.
31+
End Sub
32+
End Class
33+
End Namespace
Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
1-
Imports System.Reflection
2-
Imports System.Runtime.CompilerServices
3-
Imports System.Runtime.InteropServices
4-
5-
' General Information about an assembly is controlled through the following
6-
' set of attributes. Change these attribute values to modify the information
7-
' associated with an assembly.
8-
<Assembly: AssemblyTitle("ASPxDashboard_RequestUnderlyingData")>
9-
<Assembly: AssemblyDescription("")>
10-
<Assembly: AssemblyConfiguration("")>
11-
<Assembly: AssemblyCompany("")>
12-
<Assembly: AssemblyProduct("ASPxDashboard_RequestUnderlyingData")>
13-
<Assembly: AssemblyCopyright("Copyright ? 2017")>
14-
<Assembly: AssemblyTrademark("")>
15-
<Assembly: AssemblyCulture("")>
16-
17-
' Setting ComVisible to false makes the types in this assembly not visible
18-
' to COM components. If you need to access a type in this assembly from
19-
' COM, set the ComVisible attribute to true on that type.
20-
<Assembly: ComVisible(False)>
21-
22-
' The following GUID is for the ID of the typelib if this project is exposed to COM
23-
<Assembly: Guid("264b9d4d-e985-4ef1-8310-fefe20ca7106")>
24-
25-
' Version information for an assembly consists of the following four values:
26-
'
27-
' Major Version
28-
' Minor Version
29-
' Build Number
30-
' Revision
31-
'
32-
' You can specify all the values or you can default the Revision and Build Numbers
33-
' by using the '*' as shown below:
34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
1+
Imports System.Reflection
2+
Imports System.Runtime.InteropServices
3+
4+
' General Information about an assembly is controlled through the following
5+
' set of attributes. Change these attribute values to modify the information
6+
' associated with an assembly.
7+
<Assembly:AssemblyTitle("ASPxDashboard_RequestUnderlyingData")>
8+
<Assembly:AssemblyDescription("")>
9+
<Assembly:AssemblyConfiguration("")>
10+
<Assembly:AssemblyCompany("")>
11+
<Assembly:AssemblyProduct("ASPxDashboard_RequestUnderlyingData")>
12+
<Assembly:AssemblyCopyright("Copyright ? 2017")>
13+
<Assembly:AssemblyTrademark("")>
14+
<Assembly:AssemblyCulture("")>
15+
' Setting ComVisible to false makes the types in this assembly not visible
16+
' to COM components. If you need to access a type in this assembly from
17+
' COM, set the ComVisible attribute to true on that type.
18+
<Assembly:ComVisible(False)>
19+
' The following GUID is for the ID of the typelib if this project is exposed to COM
20+
<Assembly:Guid("264b9d4d-e985-4ef1-8310-fefe20ca7106")>
21+
' Version information for an assembly consists of the following four values:
22+
'
23+
' Major Version
24+
' Minor Version
25+
' Build Number
26+
' Revision
27+
'
28+
' You can specify all the values or you can default the Revision and Build Numbers
29+
' by using the '*' as shown below:
30+
<Assembly:AssemblyVersion("1.0.0.0")>
31+
<Assembly:AssemblyFileVersion("1.0.0.0")>

VB/ASPxDashboard_RequestUnderlyingData/Web.Debug.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22

33
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
44

VB/ASPxDashboard_RequestUnderlyingData/Web.Release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22

33
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
44

0 commit comments

Comments
 (0)