Results 1 to 3 of 3

Thread: Is it Possible ????

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    India
    Posts
    22

    Is it Possible ????

    Hi dudes,

    How to work with Automation in C#. Any samples or links ?.

    My requirement is i wanna open a C# project, edit and compile c# files dynamically from C# my
    win app.

    for this, i should use, Automation in C#. right ?

    Any help and suggestion would be greatly appreciated

    Many thanx in Advance.

    Rafik


  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    I dont know if Automation is the correct term, but yes you can compile C# and VB .NET code from another .NET app. I can remembe the class names you need, but if you go here

    http://www.icsharpcode.net and get the source code for SharpDevelop, there is C# code for compiling.

    Good luck
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    India
    Posts
    22
    Hi Cander,

    Framework provides such classes like Solution, Project and project items. I just want to know how to use it in proper way to open, edit and compile a project.

    I think, i meant what i asked for.


    Rafik.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width