Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi i have my own dll. i use this dll in my all projects by offline . its running perfectly. but i need to use this dll in my project through online. i dont know how to implement this. can any one give any idea.
Posted
Comments
Vedat Ozan Oner 16-Mar-14 9:55am    
what do you mean online, offline? dll & online usage & offline usage?? irrelevant.
sencsk 16-Mar-14 11:05am    
i mentioned i have a dll. i can use it via add reference in my project. its offline. my developer machine have an dll at all the time. so its uncomfortable for me. so i decide to maintain the dll in internet drive space. the developer machine machine can access the dll via the online
Krunal Rohit 16-Mar-14 11:49am    
Use FTP.

-KR

1 solution

You cannot use you DLL as a Web service, apparently. You would need to develop a Web service. Perhaps you can use your DLL project by referencing it by your service project, but only if it is compatible with the goals of your service, in particular, if your existing code is not entangled with some UI.

To start with something, please see:
http://en.wikipedia.org/wiki/Web_service[^],
http://msdn.microsoft.com/en-us/library/ms950421.aspx[^],
http://msdn.microsoft.com/en-us/library/aa738737%28v=vs.110%29.aspx[^],
http://msdn.microsoft.com/en-us/library/ms951274.aspx[^],
http://msdn.microsoft.com/en-us/library/aa738737%28v=vs.110%29.aspx[^],
http://msdn.microsoft.com/en-us/library/aa702755%28v=vs.110%29.aspx[^],
http://msdn.microsoft.com/en-us/library/ms996507.aspx[^],
http://msdn.microsoft.com/en-us/library/8wbhsy70%28v=vs.90%29.aspx[^],
http://msdn.microsoft.com/en-us/library/office/ms464040%28v=office.14%29.aspx[^].

One of the base problems you will need to solve would be understanding of different types of Web services and the way of hosting them, and decisions on which one do you want to develop. It depends on many factors, such as your application goals and resources you may have.

—SA
 
Share this answer
 
v2
Comments
Maciej Los 16-Mar-14 12:54pm    
+5
Sergey Alexandrovich Kryukov 16-Mar-14 12:59pm    
Thank you, Maciej.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900