Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am woking upon a maintanence project where it has so many user control are used..when I am trying to run it's showing error like

Error 3 The file '/EpcEchart/includes/ExpiredPoolEmployees.ascx.cs' does not exist. E:\Pradeep\Current Projects\EpcEchart\includes\ExpiredPoolEmployees.ascx 1
but the file with name '\ExpiredPoolEmployees.ascx' is exist in my folder.wat would be the problem.. any help

version :asp.net 2.0

:visual studio 2008

:sql server 2008


Thank you,
Pradeep Anugu
Posted
Comments
P.Salini 21-Oct-11 4:49am    
it is giving ascx.cs is missing
so once check for .cs file in ur application

Hi,

you've to check for ExpiredPoolEmployees.ascx.cs file in your folder

HTML
CodeFile="ExpiredPoolEmployees.ascx.cs"


that means that page back code must be present in that file

you can change it to another base file also.that is another thing.

In your problem you've to check for ExpiredPoolEmployees.ascx.cs file

All the Best
 
Share this answer
 
it is giving ascx.cs is missing
so once check for .cs file in ur application
 
Share this answer
 
Hi
It could be because of following reasons
1.Path is incorrect
2.Open the design view of user control and see if any error its reporting.
3.If there are any spelling mistakes in user control name.
4.Check if your CS file is missing.

Try deleting the user control and add it in design time

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900