Cannot publish project

asp.net Thailand
  • 13 years ago

    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!!! Tongue Tied

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If Java had true garbage collection, most programs would delete themselves upon execution.” - Robert Sewell