J
JezB
Could someone help ?
I'm creating a new project and trying to create a web reference to a web
library assembly I've referenced quite happily from other web projects.
Trouble is : in my new project it refuses to recognise the reference I've
made and gives me the standard error whenever i try to use the reference:
The type or namespace 'PresentationFacade' could not be found (are you
missing a using directive or an assembly reference?)
I've checked and double-checked (and triple-checked) and the web reference
is exactly the same as in projects that uses the web reference without any
problem. When I create the reference I'm renaming it from "localhost" to
"PresentationFacade", but any attempt to refer to this name in code results
in the compile/link error - what am I doing wrong ? It's driving me insane
!!
I'm creating a new project and trying to create a web reference to a web
library assembly I've referenced quite happily from other web projects.
Trouble is : in my new project it refuses to recognise the reference I've
made and gives me the standard error whenever i try to use the reference:
The type or namespace 'PresentationFacade' could not be found (are you
missing a using directive or an assembly reference?)
I've checked and double-checked (and triple-checked) and the web reference
is exactly the same as in projects that uses the web reference without any
problem. When I create the reference I'm renaming it from "localhost" to
"PresentationFacade", but any attempt to refer to this name in code results
in the compile/link error - what am I doing wrong ? It's driving me insane
!!