D
David C
I created a new class in my App_Code folder and added a public function.
When I go to a code page on one of the web pages and I type in the
xxClass.Function I am not getting any intellisense that shows the function
name to pick from. Then if I spell out the whole name, e.g.
ValidateClass.GetPINno it tells me the function does not exist? What am I
missing? The same process works fine in another web application.
p.s. Using VS 2008 and .net 3.5
David
When I go to a code page on one of the web pages and I type in the
xxClass.Function I am not getting any intellisense that shows the function
name to pick from. Then if I spell out the whole name, e.g.
ValidateClass.GetPINno it tells me the function does not exist? What am I
missing? The same process works fine in another web application.
p.s. Using VS 2008 and .net 3.5
David