#r directives may only occur in F# script files (extensions .fsx or .fsscript). Either move this code to a script file, add a '-r' compiler option for this reference or delimit the directive with '#if INTERACTIVE'/'#endif'.
QueryVisualizer : Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query ...
Queues the error report. When you log in with administrator privileges, a pop-up window is displayed and allows you to report ...
Quotations cannot contain expressions that make member constraint calls, or uses of operators that implicitly resolve to ...
Quotations cannot contain function declarations that are inferred or declared to be generic. Consider adding some type constraints ...
r directives may only occur in F# script files (extensions .fsx or .fsscript). Either move this code to a script file, add ...
RaiseEvent keyword Specifies the statements to run when the event is raised by the RaiseEvent statement. RaiseEvent( ).End ...
Raising exceptions in exception clauses greatly increases the difficulty of debugging. Exceptions raised in finally and fault ...
Randomized Base Address : Generate an executable image that can be randomly rebased at load-time by using the address space ...
Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound. ...