When setting up the Ajax Control Toolkit's AutoComplete control, it creates an AutoComplete.asmx
and a AutoComplete.vb
file. The AutoComplete.vb
file automatically ends up in the App_Code folder. I was hoping to move all of these styled-classes into a separate namespace, but the compiler simply does not dig it.
Is this possible, or must it be within the presentation layer to access the "Web" related namespaces?
Errors when moving it and changing the reference to it include things like:
Type 'WebService' is not defined.
Typed 'WebServiceBinding' is not defined