Broke my app

  • Thread starter Thread starter MattB
  • Start date Start date
M

MattB

I deleted some files I didn't think were being used and now any page I
try to load gives this error:

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 'WebwareSales1.ItemList'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="ItemList.aspx.vb" Inherits="WebwareSales1.ItemList"%>




The pages mentrioned all exist, so maybe I killed something that ties them
all together? Any ideas? Thanks!
 
Maybe it is the assembly.

Is there a compiled DLL in the /bin directory called WebwareSales1.dll?

If not, you need to recompile.
 
Ken said:
Maybe it is the assembly.

Is there a compiled DLL in the /bin directory called
WebwareSales1.dll?

If not, you need to recompile.

It was there but I recompiled anyway and it seems to be fixed. Thanks!

Matt
 
Back
Top