Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.09 KB

troubleshoot-class-designer-errors.md

File metadata and controls

52 lines (38 loc) · 2.09 KB
title description ms.date f1_keywords author ms.author ms.reviewer ms.custom
Troubleshoot Class Designer errors
Learn how to resolve Class Design errors by dragging the modified or relocated source code to the class diagram again to display it.
11/04/2016
vs.classdesigner.CPlusPlusViewInDiagramNoTypeFound
vs.classdesigner.CPlusPlusNoTypeFound
vs.classdesigner.CannotShowBaseType
vs.classdesigner.MatchOrphanTypesAtLoad
vs.classdesigner.CannotShowType
vs.classdesigner.AssociationTypeNotFoundError
vs.classdesigner.ViewInDiagramNoTypesFound
vs.classdesigner.CannotImplementInterface
vs.classdesigner.CannotShowImplementedInterface
vs.classdesigner.ViewInDiagramUnparsableTypeFound
vs.classdesigner.AssociationTypeNotFound
vs.classdesigner.CPlusPlusTypeCannotBeAdded
HaiyingYu
haiyingyu
tglee
sap:Integrated Development Environment (IDE)\Designers (WPF, WinForms, XAML, etc.)

Class Designer errors

Applies to: Visual Studio

This article introduces how to resolve Class Designer issues in Visual Studio.

Symptoms

After you modify the source type of a typedef, base classes, or association types, you might receive the following error:

Class Designer is unable to display this type.

Cause

Class Designer does not track the location of your source files, so modifying your project structure or moving source files in the project can cause Class Designer to lose track of the type.

Resolution

To resolve the error, drag the modified or relocated source code to the class diagram again to display it.

Resources

You can find assistance with other errors and warnings in the following resources:

References