Home All Groups Group Topic Archive Search About

The type or namespace name could not be found error



Author
21 Mar 2006 12:26 PM
chris.withers
I've set up IIS on a local machine and have moved a site from my
production server to this machine. Everything is copied over correctly.
I next re-reference all the .dll's I built in c# to the bin directory,
but I get the following error when I open the site:

"The type or namespace name 'ett' could not be found". All the files
are sat in the /bin directory. Strangely, if I copy over the dlls from
the server (Without changing the references) everything runs fine - but
I need to be able to build and test on the local machine.

Any idea what i'm doing wrong? The site seems to look in the bin to
get the copied dlls, but it doesnt seem to see them if I recompile.

Any help would be greatly appreciated,

Chris

Author
21 Mar 2006 2:26 PM
Mike Brind
chris.with***@gmail.com wrote:
> I've set up IIS on a local machine and have moved a site from my
> production server to this machine. Everything is copied over correctly.
> I next re-reference all the .dll's I built in c# to the bin directory,
> but I get the following error when I open the site:
>
> "The type or namespace name 'ett' could not be found". All the files
> are sat in the /bin directory. Strangely, if I copy over the dlls from
> the server (Without changing the references) everything runs fine - but
> I need to be able to build and test on the local machine.
>
>  Any idea what i'm doing wrong?

Posting to the wrong group to start with :-)

This group is for classic ASP which is different to ASP.NET.  Try
microsoft.public.dotnet.framework.aspnet.

Good luck

--
Mike Brind
Author
21 Mar 2006 3:22 PM
chris.withers
sorry about that :)

Chris

AddThis Social Bookmark Button