|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
The type or namespace name could not be found error
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 chris.with***@gmail.com wrote:
> I've set up IIS on a local machine and have moved a site from my Posting to the wrong group to start with :-)> 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? This group is for classic ASP which is different to ASP.NET. Try microsoft.public.dotnet.framework.aspnet. Good luck -- Mike Brind |
|||||||||||||||||||||||