|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing GAC classes from a WebService?I have a webservice that I want to utilize a class from a DLL that is
stored in the GAC. I can add a reference to the dll, but when I try to use the 'using <namespace>' in the codebehind for the webservice, it doesn't appear. It DOES appear on ASPX pages in the same project. How can I utilize GAC classes in my web service? TIA! -mdb "Learner" <pra***@gmail.com> wrote in news:1136594690.291897.48710 @g49g2000cwa.googlegroups.com: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
Other interesting topics
serialized binary files vs Sql Server Performance..
VS2005 - Unable to open local iis site other than localhost Firefox doesn't display ASP.NET Book Recommendation Output a Grid (Table) from a Collection? Printing to a local printer Using ToolTip to store data Cache per Thread Moving an XML node up or Down Root URL/ Application path problem with running debugger |
|||||||||||||||||||||||