jcarlos
Posts: 16
|
Posted: 05/07/2015, 1:25 AM |
|
Server Error in '/' 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 'mt:MTPanel'.
Source Error:
Line 33: </script>
Line 34:
Line 35: <mt:MTPanel ID="___head_link_panel" runat="server"></mt:MTPanel>
Line 36: </head>
Line 37: <body>
Source File: /emp_dir/emp_dir.aspx Line: 35
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5420; ASP.NET Version:2.0.50727.5420
|
 |
 |
eratech
Posts: 513
|
Posted: 05/07/2015, 5:50 PM |
|
jcarlos - that sort of error is usually when some DLL or code for the Inmotion (or some part of ASP.NET) hasn't been copied to the right place on the server or possibly not linked/registered in a Master file (but that's rare because CCS usually gets those fairly right)
Double check that the /App_Code/Components (I think - it's been a while since I looked at my Inmotion project) and confirm all the files have been copied to the server.
Cheers
Eric
_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia |
 |
 |
jcarlos
Posts: 16
|
Posted: 05/07/2015, 7:26 PM |
|
Thanks eratech :)
|
 |
 |
|