Post
FollowVisualBasic (.vb) Files Not Analyzed
We have observed several cases where the user is observing that a few .vb files are not getting analyzed even though they are present in the analysis directory from which other .vb files are getting analyzed.
The important thing here to take notice of is that the .vb files should be referenced in the .vbproj file for them to be analyzed. If the .vb files are not included in the project files, then it is expected that the .vb files are not analyzed. You should include the file reference in the project file and re-run the analysis.
Please sign in to leave a comment.