views:

14

answers:

0

I pulled out an assembly specificed in my project's local web.config, and put it in the relevant <assemblies> section in the machine config.

When i try to run the web site, i get the error:

The type or namespace name 'xyz' does not exist in the namespace 'abc'.

Have i misunderstood something?

The assembly im referencing is in the global assembly cache.