Open a VS 2005 Solution File (.sln) into memory

后端 未结 4 1652
Happy的楠姐
Happy的楠姐 2020-12-21 12:48

I would like to open into memory an existing .sln file.

Example of a non-working method:

private Solution2 OpenSolution(string filePath)
{
    Soluti         


        
4条回答
  •  青春惊慌失措
    2020-12-21 13:33

    I don't have much experience with this, but try this msdn article. It isn't directly what you are looking for but they do instantiate a solution2 object in the sample code.

提交回复
热议问题