Wednesday, January 30, 2008

Programmatically compiling another .Net file in C#

This feature would be cool if we think of a world where we do not need to worry about regular updates etc. I had a need of having this for my 4th year project, luckily I found this (but if the underlying Framework changes this approach will not be appealing :-( )

http://support.microsoft.com/kb/304655

1 comment:

Aditya Sharma said...

hey am considering a simpler project for my 4th year project, i need to programtically complile a .net code and then profile it so that i can monitor the variables, also i need to programatically insert breakpoints or hooks so that i can monitor the variable states and hence check the logical errors as well, any ideas as to how to achieve this? and anything else u found or pursued in the same domain, please point it out it'll help me out really well