Dynamically-created assemblies from run-time compiled code
-
Ok, here's the trick. I need to be able to compile code at run-time and then save the compiled code for later use so I don't have to compile it again. What's the trick to this? WHat should I be looking up? Should I be making an assembly, or is there a better way to do it? NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]
-
Ok, here's the trick. I need to be able to compile code at run-time and then save the compiled code for later use so I don't have to compile it again. What's the trick to this? WHat should I be looking up? Should I be making an assembly, or is there a better way to do it? NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]
Never mind, I missed the parameter that specifies the DLL to create :P NATHAN RIDLEY Web Application Developer email: nathan @ netlab.com.au [remove the spaces before and after the @ symbol]