Broke my app

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!
 
K

Ken Cox [Microsoft MVP]

Maybe it is the assembly.

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

If not, you need to recompile.
 
M

MattB

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top