johnedw Level: Sage
 Registered: 15-08-2004 Posts: 50
|
Re: How to load dynamic assembly and How to create assemblies at run time?
Ok, there are a ton of ways to do this... actually it all comes down to System.Reflection and the use of Assemblies and CodeDom/C# Managed Compiler.
Check this example out.
http://www.codeproject.com/vb/net/DotNetCompilerArticle.asp
And this one...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet10082002.asp
____________________________
Today is a new day, in
a world OF CODE!
|