Hi there, I know using the nonoptimizing compiler, it is possible to use any .NET Framework version with any .NET DLL. But is it possible to use features from later .NET Frameworks since Basic4ppc generates .NET 2.0 executables? Would a simple configuration file fix this problem? What about C-sharp code files that use classes and methods from later versions? Would the 2.0 C-sharp compiler flag those as errors? Or would we just exclude the c-sharp code altogether? Thanks.