fahimdidar Registered: 11/24/08
Posts: 6
|
|
|
Reply with quote | #1 | I have built a payroll system using ISD, it is working quite fine in development computer (my local xp professional), as soon as I take it to server it starts giving several errors, I was able to solve lots of errors, but I stack on this one at following url : http://www.netcorner.com.af/payroll
Please help:
Server Error in '/Payroll' Application.
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'Payroll ayrollTableControl'.
Source Error:
Line 89: Line 90: <ContentTemplate> Line 91: <Payroll ayrollTableControl runat="server" id="PayrollTableControl"> Line 92: Line 93: <!-- Begin Table Panel.html --> | Source File: /Payroll/Payroll/ShowPayrollTableInTablePage.aspx Line: 91
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
|
| |
miles
MVP Consultant
Registered: 10/15/03
Posts: 2,254
|
|
|
Reply with quote | #2 |
Are you running the same version of the .NET framework on both machines? I suspect you are running v3.5 on your workstation and only v2.0 on the server. If that is the case you will need to download the .NET framework for v3.5 from Microsoft. __________________ Miles Gibson, I.S.P., ITCP
Iron Speed MVP
Senior Consultant, Principal,
Milestone Software
http://www.milesgibson.net
http://www.milestone.ca |
| |
fahimdidar Registered: 11/24/08
Posts: 6
| |
adnan Registered: 06/26/08
Posts: 59
|
|
|
Reply with quote | #4 | Did anybody find a solution for this?
1. I have the same .net version on both local and server machines. 2. The app works fine on local machine, only when uploaded to server, I get this error. 3. The proper register tags are in the aspx files. 4. The dlls are in the bin directory, no references are missing. 5. The web.config file is the same as the one on the development machine (except for connection string to database).
Can anybody help with this, what could be wrong, why is the reference to the recordcontrol class not found?
THanks |
| |
Gerard Registered: 12/08/04
Posts: 516
| |
adnan Registered: 06/26/08
Posts: 59
|
|
|
Reply with quote | #6 | Yes, I did create a virtual directory. I have deployed before using the same methods with no problems, I have done nothing different this time. The pages I added myself to the app work fine, but none of the pages generated by ISD, they all have the "unknown server tag" error.
Thanks
|
| |
Guy Registered: 10/20/09
Posts: 15
|
|
|
Reply with quote | #7 | Hi Adnan - did you ever resolve this problem? I am having exactly the same problem .... I keep getting the "unknown server tag" message for all the tablecontrols in my application.
|
| |
adnan Registered: 06/26/08
Posts: 59
|
|
|
Reply with quote | #8 | No Guy, I never found a solution for this. I simply created another virtual directory and it worked on that one without doing anything different, so I simply use that one, but obviously this is not a solution and neither does it address the issue of what is causing it.
So I'd recommend you trying the same. |
| |
JimiJ
MVP Developer
Registered: 03/30/05
Posts: 3,648
|
|
|
Reply with quote | #9 | Lately, we have experienced similar issue because of intermittent internet connectivity during deployment and I thought there must have been some Data Transmission failures that corrupted some files.
We just clear the site and re-deployed then everything went fine.
Therefore "unknown server tag" error is most probably a result of corrupted files.
Cheers __________________ Jaime Jegonia
JimiTron Software
JimiTron.Net | JimiTron.Com |
| |