Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on web application and I am getting the following error when i ran it on the server but when I test it on my local machine it runs smoothly.

it shows me error on line 55...
plz help



The type 'ASP.date_ascx' exists in both 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\fast-track\552a56f9\ca30f91f\App_Web_bn9uzgy6.dll' and 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\fast-track\552a56f9\ca30f91f\App_Web_ozf32vse.dll'

Source Error:


Line 53:Label ID="Label3; runat="server; Text="DATE FROM" Width="87px"></asp:Label></td>
Line 54: td style="width: 83px; height:
Line 55: nbsp<uc2:date ID=;Date1 runat="server" />;
Line 56: </td>
Line 57: td style="width: 100px; height: 37px;">
Posted
Comments
Rai Pawan 10-Jan-13 5:15am    
It seems that you already had the files on the server before publishing the existing code and did not delete the existing dll files. I'd recommend that prior to publishing/deploying the latest code you remove the existing files form the server location. This is because each time you publish the code of a web site it will randomly name the dll files.
- Pawan
Sanjeev Alamuri 10-Jan-13 5:20am    
Try to clear temporary files in System. still u face the same error, goto the path above u mentioned, check the dll by extracting.
ashwani.pandita 10-Jan-13 5:42am    
i did the same but still getting the same error

Delete All files from below path:
c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files

then try.
 
Share this answer
 
Comments
ashwani.pandita 10-Jan-13 6:01am    
Mr. Prashant Patil I delete the temp files but while deleting temp files it shows me the following message:-
"You need permission to perform this action"
And still I am at the same place.........................plz help me
its very urgent
prashant patil 4987 10-Jan-13 6:05am    
give permission to that folder.
right click on temparary files folder -> Properties -> security tab -> edit button -> add button -> enter "everyone" in object name textbox. then ok.
ashwani.pandita 10-Jan-13 6:30am    
Yeah got it man..................Thank a lot mate 4 helping me.... :-)
ashwani.pandita 10-Jan-13 6:30am    
Yeah got it man..................Thank a lot mate 4 helping me.... :-)
ashwani.pandita 10-Jan-13 6:59am    
Mr. Prashant Patil I am Having another bug in another program, plz help me once again.
I am running a program in which i am saving the data of grid in excel file but while running the program i am getting the following error:-

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.

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