Could not load type

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all:

I am trying to make some modifications to a project developed by someone
else. It is a VS 2005 web project so I put it in the "Web Sites" directory
and it seems to load fine, but when I tried to build it I get an error:
"could not load type test.insider.unsubscribe". I get 4 of these types of
errors.

I searched for some answers and the common reply for this error seems to be
to rebuild the project, however that is not working. All the files seem to
be in the project, and when I look in the file "unsubscribe.aspx", the
namespace is "test.insider".

Can anyone make a suggestion as to how I can fix this?

Thanks.

John.
 
Hi Mark:

Thanks for the response. I thought about trying this but unfortunately there
are quite files so going through each one and doing this would be quite
time-consuming, but might also end up being my only option.

Any idea what causes something like this? Could it be because the folks
doing the development set the project up as an IIS site and/or virtual
directory, and did development from there? So that when I tried to put the
folder into my "WebSites" directory, that breaks the paths?

John.
 
Back
Top