View Single Post
Old 08-20-2008   #1 (permalink)
MCM


 
 

Compiler Provider Options

I am using the compiler: Microsoft.VisualBasic.VBCodeProvider

What are the different options I can specify using <providerOption>?

So far I have:

<system.codedom>
<compilers>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="OptionInfer" value="false" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>

My System SpecsSystem Spec