Class Library or Web Service

R

Robby

I have developed a "Class Library" and tested it in Windows.Forms app and all is OK, however when I try to use it in a Web Application I am getting strange results (Variables being cleared, events raised with wrong arguments...). Is it possible to use a "Class Library" in a Web Application or do I have to create the Class Library as a WebService?

Cheers, Robby
 
M

[MSFT]

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.)
 
R

Robby

Thanks, I discovered my problem was that the compoennt was being re-initialised everytime I refreshed the page, therefore losing all previous information from textboxes etc.. So I tried putting my component in the Init event but that is also called numerous times. Can you direct me to a good example of using controls and ASP.NET..

Cheers, Robby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top