Visual Studio :: Immediate Window Increase Size?
Jan 7, 2011how to increase size of Immediate window by default in vs 2010 Professional?
View 1 Replieshow to increase size of Immediate window by default in vs 2010 Professional?
View 1 Repliesaccording to the developer of the web service I am calling.He said "bump up the default values for the following":
maxBufferSize="4096000"
maxReceivedMessageSize="4096000"
Where can I put these to bump them up? I've tried googling these settings, and I get sections of web.config that I don't have. I don't have a WCF client, either. Does this make sense to do from my web service, developed in VS 2010?
I'd like to just call his service without changing anything, get the error, and then go from there. I'm even getting that far because I got some other exception saying server was unable to process request, but it had nothing to do with exceeding a buffer size.
Is there any way to increase the number of tab in VS 2008?
View 5 RepliesIn vs2008, how can increase the font or the size of the c#code?
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 RepliesI am using VWD 2008 Express and the fonts are really small (actually smaller than that and unreadable) in the Design view. I cannot find any way to make them larger.
View 4 RepliesI'm developing a web form using visual basic.net and visual studio 2008. I noticed I cannot select multiple text boxes and make the them to align all make them the same size. I select one textbox, and then hit ctrl to select more controls, it did't do anything. And also I cannot see in format menu, something like align or make the same size. But if I create a windows form, I can see the options. But I remember I can do this in visual studio 2005 before even for asp.net web form.
View 5 RepliesWe need through command line to build our site (which we already do using msbuild.exe), but the resulting files are way too many and it takes our to ftp it to the server. I am able to publish the website and reduce its size by ~90%; however, we need to do this through command line not manually using the GUI. I have read many postings but noone is clear on how to do it (and msbuild seems to no be able to do this). Can anyone provide me a link. We are using Visual Studio 2010 and DOT NET4.0
View 3 RepliesI have press ctrl-F or view-> find in VS2008 for a project. The find window does not
show. I can search in other project. But for this project. I cannot open the find window?
everytime i debug the application i get the disassembly tab window i tried tools/option & unchecked show disaasembly if not is not avaliable & sourec file to exce;ty open the original file
but still i get after making the chnages i restarted my system but still i get it
how do i disable teh disassembly tab
In the video here [URL] Joe adds event stubs to his code by selecting them from the drop down in upper right portion of the code window. I can do this in VB, but not C#. Is this feature only available in VB? Is there a setting I must adjust in C#? Is there a way in C# to get a stub for the (for example) OnPreInit event?
View 3 RepliesI install visual studio 2003 in window 7 which window 7 build in is IIS7.5. I can't debug it.
View 2 RepliesIs there a way to increase the size of the box of a Checkbox
View 4 RepliesThe events tab in my property window disappeared.
I opend various applications and made even a new one, but nothing..
Changed from design to source view and back, even performing a "reset all settings "from the tools - import and export setting dus not give me my events tab back.
how to get the tab (with the lightning bold) back??
As far I know this is not supported for asp.net projects. It's quite handy for testing static/shared functions.any info if this will be available in future versions? Or if there are any alternative ways to test your functions in design mode?
View 1 RepliesI have a simple question : in the output window when you build a solution, how to change its behavior so that files with errors do not appear with their full path? I only need the file's name, not its full path.
The reason is I am using Visual Studio to build projects whose files are in very very deep folders (paths >400 characters), which messes up the output in a very annoying way...
is there a way to increase the maximum 10 GB size limit of SQL Express? http://www.microsoft.com/express/Database/http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx
View 3 RepliesMy WCF service working fine when my dataset table contain less no rows...
When the DataSet tables contains large data then it gives error like this..
I am using MasterPage and using using a CSS in master page. My problem is in its content page, I have a messgage box comes up in some condition resulting FONT SIZE INCREASE. I do not have any font specification in my content page. I do not know how my content page font size change when I click on "OK" to my message box.
View 3 RepliesThe values are stored in viewstate fr the postback... Does everysubsequent post back increase the viewstate size?
View 1 RepliesI lost my error list window and I can't get it back even when ctrl-w, ctrl-E is invoked or from the menu.
View 2 RepliesWhen i create a sql script in the Query Builder (going through the wizard in a DataSet) the Query Builder window is to small for me. Is there a way to maximize this window by default?PS, I have previously posted this in the forum "Visual Studio 2008.
View 2 RepliesIs it possible to serialize object direct from Visual Studio .NET Debug window. I have a very complex object structure which contains multiple sub objects along with List item etc. I mean the Hierarchy is complex. And I need to analyze the object graph closely for that I need an offline view (may be in the from of XML/ Serialization). I can not do that from VS.
(One can reccomend me to use XMLSeriliazation in my code to generate but please consider that may not be alwways possible because of
1. with default .NET Serialization class a complex object which has manu sub objcts with Collection. is not get serialized properly. So need custom serialization & deserilazation code for that, does not come witf Microsoft Librarry.)
2. I am using it somewhere (Silverlift app) where such operation may be not possible.
3. I do not want to spent time creating or evaluating any ones custom serilaization code/tool
In the past I've created labels on a page that are set to visible when something happens. This has been useful in letting me know when a certain method was called or to help me understand what was happening behind the scenes.
Can the output window in VS be used for something like this? If not is there a different window in VS that can be used for this? If so, what class and methods should be used. It would be nice to have some text appear in a window when a certain event has fired or when a method was called.
I lost my Varible Window that displays the varibles during a debug session.
I can not find how to bring it back.