I have a bunch of code that I use for authenticating, uploading documents, etc., that I would like to put together in a class library for more efficient reuse, and perhaps to refactor some of my various applications. Currently, I'm just copying my classes into my different Visual Studio projects.
I'm trying to make a Class Library Project in VS, and I'm running into annoying namespace issues. I'm also anticipating encountering more conflicts if both the class library and the host application use CWS.
Does anyone do this? Any tips on how to get started?