toddbailey
Member
- Joined
- Feb 25, 2010
- Messages
- 7
Hi All,
I have this web application I'm revising and hitting a wall when publishing to a 64 bit machine.
It fails to run when I navigate to a page that accesses the Fusion Charts dll on the 64 bit machines
ON a 32 bit machine there is no issue, FC runs fine on my 32 bit Vista x86 machine w/IIS 7.
The 64 bit machines are Win Server 2008 R2 & Win 7.
In each instance IIS 7 was set up the same as the 32 bit vista box and
fwiw on the 64 bit machine 32 bit application mode was enabled.
What am I missing to set up to allow a 32 bit application to run properly?
The error I see when trying to access the fusion charts page (from the machine's desktop) look like this
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'InfoSoftGlobal' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 14: using System.Text;
Line 15: using System.Diagnostics;
Line 16: using InfoSoftGlobal;
Line 17:
Line 18: public partial class SolarPerformanceSummary : System.Web.UI.Page
Source File: c:\inetpub\wwwroot\toddbailey.net\Demos\Solar\SolarPerformanceSummary.aspx.cs Line: 16
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
I have this web application I'm revising and hitting a wall when publishing to a 64 bit machine.
It fails to run when I navigate to a page that accesses the Fusion Charts dll on the 64 bit machines
ON a 32 bit machine there is no issue, FC runs fine on my 32 bit Vista x86 machine w/IIS 7.
The 64 bit machines are Win Server 2008 R2 & Win 7.
In each instance IIS 7 was set up the same as the 32 bit vista box and
fwiw on the 64 bit machine 32 bit application mode was enabled.
What am I missing to set up to allow a 32 bit application to run properly?
The error I see when trying to access the fusion charts page (from the machine's desktop) look like this
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'InfoSoftGlobal' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 14: using System.Text;
Line 15: using System.Diagnostics;
Line 16: using InfoSoftGlobal;
Line 17:
Line 18: public partial class SolarPerformanceSummary : System.Web.UI.Page
Source File: c:\inetpub\wwwroot\toddbailey.net\Demos\Solar\SolarPerformanceSummary.aspx.cs Line: 16
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927