Hi Robby,
Thank you for using the community.
As I understand, the Class library can work in your windows application
project, but failed in the ASP.NET application. In fact, a Class library
can be used in an ASP.NET project. The main difference between window
application and web application is that web application may use a
particular account's permission to call the Class library. (A windows
application use your current log on account).
Therefore, I don't think it is necessary to convert your Class library to a
web service. You may try to create a simple Class library and test to see
if it can work with your web application. And then, add the code in the
original Class Library part by part to trouble shoot it.
Hope this help,
Luke
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)