I'm building a C# Windows App to compile & Build MFC Code i googled a-lot and I found this thread very useful Thread but i'm facing 2 problems;
1) Related To Compile as my MFC project have 4 different configuration 2 for Oracle 10 & 2 for Orace 8i but when i pass Oracle 10 Configuration in command-line it doesn't recognize it & builds the project at oralce 8 Configuration
Oralce 8 Configuration : a) Debug b) Release
Oralce 10 Configuration : a) Debug (Ora 10) b) Release (Ora 10)
but when is pass these values in command line for e.g;
devenv /build Debug (Ora 10) "c:\MySolutions\Visual Studio Projects\MySolution\MySolution.sln"
it doesn't build it at the given configuration from command-line
2) Related to Process Class in C# i'm calling CMD from Process.Start(Path to CMD) it starts the Command-Prompt but after opening the windows it closes it (I said closes it because i checked the Process Tab in task-manager & it wasn't there).
Please Help me with this.
Thanks