Code Generator
-
I am working on Generating the Code automatically using CodeDom. How can I create a solution file and project file through Code.
Ashwani
-
I am working on Generating the Code automatically using CodeDom. How can I create a solution file and project file through Code.
Ashwani
I am afraid solution and project files are not covered by CodeDom, as they are Visual Studio specific, and not part of C#. You could probably use Visual Studio object model, or create these by yourself - they are text files after all. Or get SharpDevelop source and see there.
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe