How to get the names of the projects within a solution ?

  • Thread starter Thread starter tommaso.gastaldi
  • Start date Start date
T

tommaso.gastaldi

Hello friends,

I need to retrieve - by code - the names of the assemblies which
compose the current solutions.

The retrieval code is assumed to be run in one of the assemblies
(usually the one corresponding to the "lower layer" DLL).

[This is for deserialization purpose.]

Any idea on how to do that?

-tommaso
 
Hello friends,

I need to retrieve - by code - the names of the assemblies which
compose the current solutions.

The retrieval code is assumed to be run in one of the assemblies
(usually the one corresponding to the "lower layer" DLL).

[This is for deserialization purpose.]

Any idea on how to do that?

-tommaso

Searching for "solution" in the object browser only return
"resolution". However, the .sln file itself is text, and should be
easily parseable.

B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top