Problem Description

While running .NET analysis you may get the below type of warnings in your analysis log:

Line 2107: DOTNET.0155: Unrecognized format of project file S:\Tests\Assemblies_Source\TestWebLogon.vbproj . This project is then excluded from analysis.
Line 2108: DOTNET.0155: Unrecognized format of project file S:\Tests\Source\TestWebLogonImport.vbproj . This project is then excluded from analysis.
Line 2111: DOTNET.0155: Unrecognized format of project file S:\Tests\Assemblies_Source\WebTest.vbproj . This project is then excluded from analysis.

Observed in CAST Extension Version


Release

Yes/No

1.2(tick) 
Observed in RDBMS

RDBMS

Yes/No

CSS3 (tick) 
CSS2 (tick) 
Step by Step Scenario
  1. Package the source code
  2. Run the analysis
Action Plan

Perform the below actions

  1. Check in the analysis log to find out in which project (analysis unit) the warnings are coming.

  2. Go to that analysis unit and navigate to the corresponding project file in the deploy folder and check the structure of the project file.
  3. If the project file used is of the format .NET 1.0/1.1, see Test_project.vbproj for example, then it is expected and is not supported till dotnet 1.2.3 funcrel. Hence, the analyzer did not recognize these project files and ignored them.
  4. This issue is fixed in 1.2.4 funcrel and above see below link:
    .NET Analyzer - 1.2 - Release Notes
  5. If even after using the above version, you get  the same issue then contact CAST Technical Support. with the Relevant Input for the reproduction of the issue
Notes/comments

Tickets # 22403 , 21482

Related Pages

 ,