Saturday, March 24, 2012

Strange Errors

Recently, I copied some files from Development to a testing server. I got the following error.
What is wrong?

Thanks,
Barb

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: Could not load type 'test1.LitStoreHome'.

Source Error:

Line 1: <%@dotnet.itags.org. Page Language="vb" trace="true" EnableSessionState="True" AutoEventWireup="false" Codebehind="LitStoreHome.aspx.vb" Inherits="test1.LitStoreHome" %>
Line 2: <HTML>
Line 3: <HEADyou need to copy the /bin dir with required assemblies
or add references to global assemblies in the web.config file
Have you copied the dll from the bin folder.
You guys are absolutely correct, I need to recompile the project or copy dlls.

THANKS!!!

0 comments:

Post a Comment