Sign In
Alex Lowe's .NET Blog
Taking feedback to the next level....
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
February 2005
(1)
September 2004
(1)
July 2004
(1)
June 2004
(2)
May 2004
(2)
March 2004
(1)
February 2004
(16)
November 2003
(3)
October 2003
(1)
September 2003
(3)
August 2003
(16)
July 2003
(4)
June 2003
(1)
May 2003
(5)
April 2003
(1)
March 2003
(4)
February 2003
(18)
January 2003
(6)
Visual Studio 2005 May CTP Class Designer Tricks/Tips.....
MSDN Blogs
>
Alex Lowe's .NET Blog
>
Visual Studio 2005 May CTP Class Designer Tricks/Tips.....
Visual Studio 2005 May CTP Class Designer Tricks/Tips.....
AlexLowe
15 Jun 2004 8:28 AM
Comments
1
Here are a few things I've learned about the Class Designer and ASP.NET Projects:
The Class Designer will *not* pick up classes defined inline in a .aspx page
The Class Designer will pick up classes stored in the new /code directory (
read more about /code
)
If no class files are present in your ASP.NET project and you try to create a class diagram, Visual Studio will only let you create a C# class. This is a known issue and will be fixed going forward. Again, this is only an issue if you have no class files. To work around this problem you simply add a .vb file to the project and all is well.
1 Comments
Blog - Comment List MSDN TechNet
Comments
Loading...