|
Home > Archive > IIS ASP > March 2006 > The type or namespace name could not be found error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
The type or namespace name could not be found error
|
|
| chris.withers@gmail.com 2006-03-21, 8:04 am |
| 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
| |
| Mike Brind 2006-03-21, 5:56 pm |
|
chris.withers@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
| |
| chris.withers@gmail.com 2006-03-21, 5:56 pm |
| sorry about that 
Chris
|
|
|
|
|