Cannot create class diagram for simple dll class in Visual Studio 2010

Posted by xenn_33 on Stack Overflow See other posts from Stack Overflow or by xenn_33
Published on 2010-05-08T12:47:26Z Indexed on 2010/05/08 12:58 UTC
Read the original article Hit count: 344

Filed under:
|
|
|
|

Hi,

It seems that there is a really annoying issue in Class Diagram designer in VS (my version is 2010 Ultimate, but the issue is also observed in VS 2008).

When I'm trying to create a class diagram for particular simple class from DLL I'm getting the following error: "Some of the selected type(s) cannot be added to the class diagram. Check the code for errors and ensure that all required assemblies ... blah-blah-blah"

My code doesn't contain any error. I have multiple class and interface definitions in one separate .cs file, but these classes are really simple - even no calls to unmanaged/interop.

Any solution for this?

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio