NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/bugreport (Report a Problem)

Creates a file that can be used when filing a bug report. /bugreport:file

Arguments

file
The name of the file that you want to contain your bug report.

Remarks

The following information is placed in file:

Because a copy of all source code files will be placed in file, you may want to reproduce the (suspected) code defect in the shortest possible program.

Example

Compile t2.vb and put all bug reporting information in the file problem.txt:

vbc /bugreport:problem.txt t2.vb 

See Also

Visual Basic Compiler Options | /debug