Visual Studio :: How To Increase Height Of Figure Of Class Diagram
Jul 9, 2010while viewing Class diagram its images are not clear since they are of small size.Its width are increasing but not height. How to increase its height ?
View 1 Replieswhile viewing Class diagram its images are not clear since they are of small size.Its width are increasing but not height. How to increase its height ?
View 1 Repliesam using class diagram of visual studio 2008as you can see the image i need show to user that the period and calendar classes have the idMarket property that refers to market classhow can i do this?
View 1 RepliesI have a solution consisting of many projects. it's very hard to trace your way around to find the right class or method to change , which led me to try to create a diagram that can model the whole solution. Is there a tool in visual studio ( class diagram designer or rational rose ) or even a third party tool that can revers engineer the solution and generate a class diagram, including all the classrelations,compositions,hierarchies and etc.
View 1 RepliesI have finished coding a project and need to do a class diagram for my documentation is there a way to make a class diagram in Web Developer 2010? I remeber there was a feature that implements a Class Diagram in C# 2005 but not sure in 2008 and web devekoper 2010.
View 4 RepliesI need to plan out a Class, Method, Attribute style diagram, I have looked at the Class Designer in Visual Studio, but it seems to not do what I want. I want to be able to have a diagram show the classes just like in Visual Studio - except I want to be able to represent the parameters these methods require, for example:
getStock(StockID)
And this be shown in the Diagram. This is for an ASP.NET website - what are the best ways of creating a diagram for a website like this to represent the methods - I don't want to start generating classes - which is why I want to use Visio, plus I am more familiar with Visio than the Visual Studio Class designer as I mostly use the Express line of products which don't feature this. I want this for example for Default.aspx:
Default.aspx
(View)
Methods:
- FeaturedStock()
- GetStock(StockID)
- ShowContent()
- ShowImage(StockID)
I don't want to use UML as this is too confusing - the Visual Studio Class diagram is close to what I want but I cannot get it to show the Parameters on my Methods. My main aim is to have "stubs" for each method a page requires to implement that functionality as a Developer this is the easiest way I can plan out this project.
is there any tools within VS2008 or Free 3rd Party tools where i can generate a Diagram of Class Methods and Code Behind events. think of the Table Diagram of SQL, it will show all fields, Primary Keys and to what table it is connected via foreign keys, etc.That is what i wish to make, in a much faster way, where it will show all class and within it is all the methods then linking them are the Code behinds and the event where the class is called.
View 3 Repliesreverse engineer the code and create class diagram in visual Studio 2008 frim visio 2003.dont want to use any external tool.
View 4 RepliesThis is the error i'm getting while try to view class diagram,any suggestion.Some of the seleced types cannot be added to the class diagram.Checks the code for errors and ensure that all required assemblies are referenced.
View 1 RepliesOpening an existing asp.net 3.5 project using VWD Express 2010, the database diagram file under Database Diagrams folder went missing in Database Explorer tab. Everything is in there when I first created the diagram using VWD Express 2008. However, when I look at the .dbml file, the associated relationship between dozens of tables exist and my project runs successfully. I'm planning to create another table with relationships from existing tables but seems like I have to painfully recreate them back from scratch. How can I recover those diagrams?
View 1 RepliesIs there any way to increase the number of tab in VS 2008?
View 5 Replieshow to increase size of Immediate window by default in vs 2010 Professional?
View 1 RepliesIn vs2008, how can increase the font or the size of the c#code?
View 1 RepliesI am using web parts in web application (ASP.NET, C# 2.0). I have 2 web parts available in 2 "td".
When one web part is moved from one td to another td, I get the empty web part, which says "
Add a Web Part to this zone by dropping it here. ".
i want that textbox's height should be increased based on its content
textbox is multiline and its width i have put fixed.. n i dont want to show verticle scrollbar.
how to increase its height as its content increased
In Crystal reports I want my text to fit in the column depending on the size of the text.
I used Can Grow property for the entire row, but the text is moving to the next row.
In crystal report, how to increase column width and height dynamically?
View 1 RepliesI'm a novice developer writing an ASP.NET application with VB. I'm having a little trouble getting my head around the partial class concept. If you use the partial classes as a code-behind for the presentation, how would these be represented in UML, in particular with a class diagram?
View 2 RepliesI want to undertand and change an existing website which was written long time back. It cntains a lot of code and I dont know where to start as there is no dicumentation.Is there any way by which i can create a class diagram and sequence diagram of the existing one as I want to incorporate all the existing functionalities in the new one and dont miss out anyone. Only way I know is to debug the current application and go through whole of the code individually. Is there any way out by which I can undertand the current application quickly?
View 1 RepliesI would like to ask a plain and simple question about the Model-View-Controller architecture - should the UML Class diagram for my application include all the controllers and views and their relationships, or should it just include my model classes, i.e. the entities that are the heart of the application, you know - like in an ordinary application - i.e. User, Administrator, Student, Teacher, Course, Grade etc...?
View 1 RepliesFor some reason, when im making changes to .cs files in my project visual studio seems to freeze for a while, then kick back in. It doesn't happen when editing aspx files or their code behind, just files within the app code directory.
I'm wondering if its got something to do with the fact that most of the classes under app code are using the same namespace, where as the forms/controls i'm using aren't namespaced? Originally i thought it was lack of ram, but after putting 4 gig in it still freezes, it just doesn't lock the computer anymore :D
I have a vb.net application which I'm trying to run in VS 2008. The application builds successfully, however, when I try to debug the windows application it throws the following error, "Retrieving the COM class factory for component with CLSID {794D671E-F0F0-11D2-BEB0-009027438003} failed due to the following error: 80040154." I've been searching for a solution for a few days now with no luck. I've tried to register the referenced DLLs (w/regasm command), messed around with the configuration manager, etc. Also, please note that the application ran successfully in Windows XP, but it no longer seems to work since I've upgraded my OS to Windows 7 (I've tried to run the application in x64 and x84 platforms w/no luck). Also, I'm referencing the following DLLs:
INTEROP.ASPEMAILIB.DLLINTEROP.SCRIPTING.DLLINTEROPS.MSXML2.DLL
Is it possible that some of these DLLs aren't supported in Windows 7?
I'm developing a class library for a standalone software tool. The example class library I'm using as a template, which worked in VS2008, does not in VS2010. It compiles alright, but the external program does not get past the splashscreen when launched from VS2010 in release or debug mode. The project uses .NET 2.0 and I'm on WinXP.
I'd rather fix this than go back to VS2008...
I have two classes (say someclass.cs and someclass.generatedcode.cs). How do I make the someclass.generatedcode.cs inside of someclass.cs (something like a code behind) in visual studio?
View 12 RepliesWe recently converted the VS.2005 application into VS2008 in XP machine and it was working fine like compiling with out any issues and working as expected. But recently team upgraded laptops to Win7 when trying to compile it we have got issues then we changed the compiler settings to 'x86' and compiled it went good. But after that login screen came when ran the applciation without environment selection (production, DEV, Testing etc). basically we are getting this environment setup from system registry, we uderstand that Win7 is looking in different location hence no environment information is coming up..later we see that where the code is looking for environment environment and created environment keys in registry, after that environment infromation displayed in login screen but not able to login into applciaiton throwing exceptions like " Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"
View 6 Replieshow can i install Control Class Property in visual studio 2010.
Because i found that 2 properties of Control Class is not available in System.Web.UI.Control(in .Net 4.0)
These are:-
1. AppRelativeTemplateSourceDirectory
2. TemplateControl