On Fri, 2006-11-03 at 18:00 +0000, Nikki Locke wrote: > Unfortunately, I find #pragma will not compile in Windows .Net. #pragma is a C# 2.0 feature, so you can use it with .NET 2.0, but not .NET 1.x. - Jon