I have an add-in loaded, and a solution loaded, how would I find the folder path of that solution programmatically in C# in my addin?
The Solution.FullName answer is correct, but take care, you cannot access it until the OnStartupCompleted method is called in connect.cs.