SqlOutputWriter not available in lprun.exe context
When using the SqlOutputWriter in a linq-file, the file is not compatible for running with lprun.exe.
To improve usability, perhaps the SqlOutputWriter could be loaded with a dummy TextWriter, or a custom exception could be thrown on accessing Util.SqlOutputWriter (currently NullReferenceException).
To improve usability, perhaps the SqlOutputWriter could be loaded with a dummy TextWriter, or a custom exception could be thrown on accessing Util.SqlOutputWriter (currently NullReferenceException).
Comments