CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 ProgramName.Data not compiled?

Print topic Send  topic

Author Message
mail-me-thestuff

Posts: 3
Posted: 02/29/2012, 5:45 AM

Using CCS4.3 This is my first attempt at C# .NET using code charge. I have set the path to the .NET directory. But the components specific to program don't seem to be compiling. After pressing F9 I can see the page generation then a small window flashes. I am guessing that the flash is where the C# code should be compiled. Then the FTP window opens and it uploads what files it has to the server. I can compile a regular win forms C# app with out any problems.

So... I is there any way to turn on logging or something to find out what might be going wrong?

Thanks.
Rob.
View profile  Send private message
mail-me-thestuff

Posts: 3
Posted: 02/29/2012, 4:11 PM

Here is the complete error message.

===================

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: CS0234: The type or namespace name 'Data' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)

Source Error:



Line 17: using System.Globalization;
Line 18: using NewProject1;
Line 19: using NewProject1.Data;
Line 20: using NewProject1.Configuration;
Line 21: using NewProject1.Security;


Source File: d:\hosting\7225698\html\decdentest\Default.aspx.cs Line: 19



Show Detailed Compiler Output:


C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_32\System.Data.OracleClient\2.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.dll" /debug- /optimize+ /win32res:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\fg2gr9t7.res" /w:4 /nowarn:1659;1699;1701 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.1.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.2.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.3.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.4.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.5.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b3b715e3\776abe4f\App_Web_fg2gr9t7.6.cs"


Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.4016
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

d:\hosting\7225698\html\decdentest\NewPage1.aspx.cs(19,19): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx.cs(20,19): error CS0234: The type or namespace name 'Configuration' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx.cs(21,19): error CS0234: The type or namespace name 'Security' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx.cs(22,19): error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx.cs(29,37): error CS0246: The type or namespace name 'CCPage' could not be found (are you missing a using directive or an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx(7,23): error CS0234: The type or namespace name 'Configuration' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx(8,23): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\NewPage1.aspx(10,23): error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx.cs(19,19): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx.cs(20,19): error CS0234: The type or namespace name 'Configuration' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx.cs(21,19): error CS0234: The type or namespace name 'Security' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx.cs(22,19): error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx.cs(29,36): error CS0246: The type or namespace name 'CCPage' could not be found (are you missing a using directive or an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx(7,23): error CS0234: The type or namespace name 'Configuration' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx(8,23): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)
d:\hosting\7225698\html\decdentest\Default.aspx(10,23): error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'NewProject1' (are you missing an assembly reference?)






--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4216; ASP.NET Version:2.0.50727.4223
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.