2006-11-23, 06:42 PM
I have an apache webserver and I'm trying to get my webadmin working for GBPVR through my apache server. I followed the Setup Apache CLI instructions on the wiki and get the following error when trying to load the web interface:
[SIZE="1"][COLOR="Red"]Server Error in '/gbpvr' 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 'GBPVR' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 19: using System.Web.UI.WebControls;
Line 20: using System.Web.UI.HtmlControls;
Line 21: using GBPVR.Public;
Line 22:
Line 23:
Source File: c:\Program Files\devnz\gbpvr\web\App_Code\Migrated\Stub_Credits_aspx_cs.cs Line: 21[/COLOR][/SIZE]
Any ideas what I'm doing wrong?
[SIZE="1"][COLOR="Red"]Server Error in '/gbpvr' 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 'GBPVR' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 19: using System.Web.UI.WebControls;
Line 20: using System.Web.UI.HtmlControls;
Line 21: using GBPVR.Public;
Line 22:
Line 23:
Source File: c:\Program Files\devnz\gbpvr\web\App_Code\Migrated\Stub_Credits_aspx_cs.cs Line: 21[/COLOR][/SIZE]
Any ideas what I'm doing wrong?