Hi, I am making a webservice and I need to access a class that I have in a .dll file in my bin folder. When I declare the class, it looks like it is recognized(class name turns blue) but then it skips right over it when I step through. If I take this class
and put it in my App_Code folder, it works fine. What do I have to do to get it to work from the .dll in the bin folder?
Is there Using clause that refers to your dll class added in the service, where you want to create an instance of class? Check the aceess modifiers for the class.
epatmalnieks
Member
184 Points
247 Posts
Access .dll class in web service
Jun 13, 2012 01:25 PM|LINK
Hi, I am making a webservice and I need to access a class that I have in a .dll file in my bin folder. When I declare the class, it looks like it is recognized(class name turns blue) but then it skips right over it when I step through. If I take this class and put it in my App_Code folder, it works fine. What do I have to do to get it to work from the .dll in the bin folder?
sukumarraju
All-Star
16971 Points
2999 Posts
Re: Access .dll class in web service
Jun 13, 2012 09:53 PM|LINK
Application Architecture Guide 2.0
My Blog
Twitter