blah blah blah is here! blah blah » Close

0
votes
0 answers

User control library needs to call implementation in another library

I am trying to create a managed user control c# library (dll) that can call static class methods from another managed library (Call this the implementation). Both of these libraries will be referenced from a windows form application from th ...

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

0
votes
1 answers

Free FTP library for C#

Howdy...I would like to know if there is any free FTP library. I've been using ChilkatDotNet2 but sadly the trial period is over. Thank you.

0
votes
1 answers

Creating classes/subclasses

Hi everybody, I am [b]required to find out if the following is a standard practice to create a subclass[/b]. Take for instance, I have to create a class library (ClLib) with 2 classes using Visual Studio: Class1.cs & Class2.cs. ...

1
votes
1 answers

using library in ASP.NET

Hi everyone, I have a pretty complex code for Cryptographic operations. It is a collection of around 20 individual C# code working together as a Windows Application. There are many classes, interacting with each other to produce the req ...

0
votes
1 answers

Class Library using keyword problem

Hi everybody. I have this problem that is puzzling me and I am unable to solve it at all. I have two files and they are: [i][/i]ClLib1 [i][/i]ClassLibraryApp1 As the name suggests, the "ClLib1" holds the DLL file, whereas ...

Feedback