"Learner" <> wrote in news:1136594690.291897.48710
@g49g2000cwa.googlegroups.com:
> See if this helps
>
> http://www.devhood.com/tutorials/tut...utorial_id=106
>
>
Nope... as I said, I have no problems getting this to work with ASPX
pages... I'm trying to get it to work in ASMX pages so I can utilize GAC
classes from a WebService.
In the WebService ASMX file, VS2005 (apparently) only allows the following
directives:
'<%@ WebService... />'
'<%@Assembly... />'
I was hoping that the Assembly directive would get it to work, but I've
been unable to succeed in that.
-mdb