Re: How do you write a DLL
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Simply create a VS .NET project type of:
Web Service
Web Form
Class Library
depending on what kind of code should be in the dll. When you compile, you
get a .dll.
"Ken Soenen" <ksoenen@xxxxxxxx> wrote in message
news:11pohsd9s4hhrd6@xxxxxxxxxxxxxxxxxxxxx
> Can anybody tell me the steps involved in making a DLL. Or, better yet
> point me to any help info that describes the procedure.
> I'm using DOT NET 1.1 standard version.
>
> Thanks
>
.
Relevant Pages
- Re: Internal access modifier is not working the way I thought it would.
... that DLL as a reference and use that class / method / field / etc. ... The programmers I'm referring to, I have never met, ... there is no way to include the web service in the DLL that I want to ... within the AccessUtils web service. ... (microsoft.public.dotnet.languages.csharp) - Re: Internal access modifier is not working the way I thought it would.
... I'm perfectly willing to let the DLL access the web service. ... within the AccessUtils web service. ... instantiate methods and forms from ProvideWorkFlow, ... (microsoft.public.dotnet.languages.csharp) - Re: Integrating with legacy code
... Removed nochkclr.obj as a linker input ... Extention DLL. ... access them from within the web service, ... >order to add managed code to it: ... (microsoft.public.dotnet.general) - RE: Strategies for Web Service to Unmanaged DLL
... third-party, unmanaged DLL. ... a function ) in this third-party DLL which will return ... back to us a double number which we will return from our web service. ... This way this windows service can be around at web server ... (microsoft.public.dotnet.framework.aspnet.webservices) - Custom classes with web services
... I also have a Windows app that will reference a couple of web services. ... Each web service references the .dll to get the user class. ... (microsoft.public.dotnet.framework.aspnet.webservices) |
|