Aggiunta libreria x reportviewer in GIM_data (vers 2005/9.0)

This commit is contained in:
Samuele E. Locatelli
2017-02-01 21:27:49 +01:00
parent 5cb79257e3
commit 8367ce6b0a
24 changed files with 28187 additions and 10 deletions
+2 -2
View File
@@ -162,7 +162,7 @@
</site>
<site name="GIM_site" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site" />
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:59788:localhost" />
@@ -170,7 +170,7 @@
</site>
<site name="GIM_data" id="3">
<application path="/" applicationPool="Clr2IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data" />
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:51125:localhost" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -148,6 +148,9 @@
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
<Content Include="ExtLib\Microsoft.ReportViewer.Common.dll" />
<Content Include="ExtLib\Microsoft.ReportViewer.WebForms.dll" />
<Content Include="ExtLib\Microsoft.ReportViewer.WinForms.dll" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -35,3 +35,15 @@ C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_d
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\obj\Debug\GIM_data.csprojResolveAssemblyReference.cache
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\obj\Debug\GIM_data.dll
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\obj\Debug\GIM_data.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\NLog.config
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\GIM_data.dll.config
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\GIM_data.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\GIM_data.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\Microsoft.ReportViewer.WinForms.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\SteamWare.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\Flesk.ViewState.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\Microsoft.ReportViewer.Common.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\SteamWare.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\bin\SteamWare.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_data\obj\Debug\GIM_data.pdb
+4 -4
View File
@@ -12,12 +12,12 @@ namespace GIM_site
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
mod_fileUpload.enableMod = true;
//if (!Page.IsPostBack)
//{
mod_fileUpload.numIntMtz = memLayer.ML.QSI("numIntMtz");
mod_fileUpload.enableMod = true;
mod_fileUpload.doUpdate();
}
//}
}
}
}
Binary file not shown.
@@ -45,3 +45,46 @@ C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_s
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\RdlCompile.compiled
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.dll
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\NLog.config
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_site.dll.config
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_site.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_site.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\AjaxControlToolkit.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\AjaxMin.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Antlr3.Runtime.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\AspNet.ScriptManager.bootstrap.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\AspNet.ScriptManager.jQuery.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\AspNet.ScriptManager.jQuery.UI.Combined.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Elmah.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_data.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.Plugins.DiskCache.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.Plugins.SeamCarving.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.AspNet.FriendlyUrls.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.AspNet.Web.Optimization.WebForms.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.ScriptManager.MSAjax.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.ScriptManager.WebForms.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.Web.Infrastructure.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Newtonsoft.Json.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\SteamWare.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\System.Web.Optimization.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\WebGrease.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Flesk.ViewState.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\SteamWare.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\SteamWare.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.Plugins.DiskCache.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ImageResizer.Plugins.SeamCarving.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.AspNet.FriendlyUrls.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Newtonsoft.Json.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\System.Web.Optimization.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.ReportViewer.WinForms.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.ReportViewer.Common.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.Build.Utilities.v3.5.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\ADODB.dll
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_data.pdb
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Microsoft.Build.Utilities.v3.5.xml
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\it\Microsoft.Build.Utilities.v3.5.resources.dll
Binary file not shown.
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("1.8.1701.577")]
[assembly: AssemblyFileVersion("1.8.1701.577")]
[assembly: AssemblyVersion("1.9.1701.578")]
[assembly: AssemblyFileVersion("1.9.1701.578")]
[assembly: AssemblyCopyright("Steamware © 2006-2017")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("1.8.1701.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.8.1701.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.9.1701.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.9.1701.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
Binary file not shown.
Binary file not shown.