Please forgive me if this question has already been answered.
I have several dll's written and compiled for an existing program. These were written in Microsoft Visual C# 2008 Express Edition. I am beggining a new project and would like to re-use some of these dll's in the new project without having to write them all over again. I'm sure it can done but I have not been able to use the functionality in the dll's. I have added references to the dll's in the project explorer and even added them to the using clause. any help is appreciated.
I have several dll's written and compiled for an existing program. These were written in Microsoft Visual C# 2008 Express Edition. I am beggining a new project and would like to re-use some of these dll's in the new project without having to write them all over again. I'm sure it can done but I have not been able to use the functionality in the dll's. I have added references to the dll's in the project explorer and even added them to the using clause. any help is appreciated.
Comment