2008-03-13, 03:30 AM
Hey guys........... fresh install with the following error. Looking for any suggestions on a fix.
A couple points:
1) Reinstall with no success for fixing problem.
2) Other ASP.NET 2.0 instances work properly.
Thoughts?
A couple points:
1) Reinstall with no success for fixing problem.
2) Other ASP.NET 2.0 instances work properly.
Thoughts?
Code:
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 'Public' does not exist in the namespace 'GBPVR' (are you missing an assembly reference?)
Source File: c:\Program Files\Devnz\GBPVR\web\App_Code\classes\Settings.cs Line: 9
Source Error:
Line 7: using System.Web;
Line 8: using Microsoft.Win32;
Line 9: using GBPVR.Public;
Line 10:
Line 11: using IPNumbers;