I was wondering if two separate C# Windows projects (in two separate solutions) can share one .cs file with shared definitions? If so, then how?
PS. One project is ASP.N
Move that cs file/code to be shared to a new class library project and refer that in your other 2 projects.
Add Existing Item->Add As Link (found by selecting drop down on Add button)