My WCF application uses code compiled in run time to calculate some values of a report. I\'m using CSharpCodeProvider.CompileAssemblyFromSource to compile the code.
I have a Visual Studio 2008 Windows Mobile 6 C++ application that is using an API that requires the use of LocalAlloc(). To make my life easier, I created an implementation of a standard allocator tha
I have some C# code which is using CSharpCodeProvider.CompileAssemblyFromSource to create an assembly in memory.After the assembly has been garbage collected, my application uses more memory than it d
Heres some example code. I successfully figured out how to compile this. I grabbed the location and was able to use visual studios object browser to look through the DLL. I cant figure out how to get