Hi all,

I have one requirement that I have to create class dynamically and
generate .dll for that dynamically created class, Dynamically.

As such I have created class dynamicallu using stream classes, Now I
have to generate .dll for that class. For this, I have to access
Visual studio command prompt from c# program to compile the class
program.

I found that if I give Process.Start("cmd.exe"), it is poping up
normal command prompt, I know that we can not compile c# programs from
normal command prompt as it will not recognize 'csc' command.

Also Please let me know how to pass arguments to Visual studio command
prompt from c# program.

Please assist me on this problem.

Thanks and Regards,
Pradeep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to