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 'clsAppForm' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
|
Line 12: public partial class _Default : System.Web.UI.Page
Line 13: {
Line 14: protected static clsAppForm objAppForm;
Line 15: public String ReturnValue;
Line 16:
|
Source File: c:\Inetpub\wwwroot\Applicant's Module\Applicant\Default.aspx.cs Line: 14
The above error appears when I try to publish my site through the IIS. The error comes from the line where I declare my class 'clsAppForm'.
Please help me solve this problem. Please, please, please!!! 
No one has replied yet! Why not be the first?
Sign in or Join us (it's free).