I have a C# 2008 desktop application that I would like to change to become a DLL so a web form can be setup for a user to enter client number and file location.
I want to make the following comments:
1. The solution file that I am referring to has 2 class libary project folders and 2 window forms project files.
2. One of the windows form project files is the 'driver' program of the application and is the one I am going to turn into a class library.
3. The other windows form project file I plan to leave alone.
4. I am going to add a new project file that is a web forms 2010 C#. This is where the user will enter the data that the application will use in the project file that I convert to a class library.
Do you see a problem with my plan? If so, what is the problem and what would you do to solve the problem?