Visual Studio :: Scrolls Back To Other Slide When Clicking On Document
Dec 6, 2010
I use the HTML editor in visual studio, if I have a document that is practically wide and I scroll to see what is there, when I click on the document with nothing there (white space) it scrolls back to the other side.
View 1 Replies
Similar Messages:
Mar 9, 2010
Visual Studio 2010 Beta 2 locked up, and when I tried to restart it, it wouldn't load, so I did a devenv.exe /resetuserdata to get it going again. It reset everyhing in my options of the web app/ etc, and now some AJAX conrols don't work such as dragpanel. I assume that it is because something got reset that I haven't enabled again, but can't figure it out.
View 2 Replies
Nov 19, 2010
Why does microsoft make objects in .NET with incomplete behavioural methods, then expect everyone to use a client side "language" to help complete the methods? I don't wanna have to use Javascript to keep focus on my leaf node in my TreeView after clicking it. I want a server side answer to my question, but if that's impossible I guess I can run ANOTHER javascript bandaid to do this, since I guess Microsoft doesn't have a solution. Oh and By the Way if your going to post an answer please remember I'm using WEBFORMS not WINFORMS. God help people who try to run my app (or any .net app) and don't have Javascript enabled on thier browsers. Does Microsoft own Javascript? Maybe since they rely so heavily on help from the client side to achieve behaviours, they ought to think about acquiring it.
View 3 Replies
Feb 24, 2011
is it possible to open aspx files directly by clicking on them like html files without from within visual studio or visual web dev?
View 2 Replies
Jan 26, 2010
I highlight an image in a HTML document and try to set its properties in the design by right clicking and looking up properties, I see only HTML or Document (no image). In the source view there is no link to image files folder. I guess this will be improved in the final version.
View 3 Replies
Feb 9, 2010
How do you turn off the automatic code generation after double clicking on a control?
View 1 Replies
Jan 9, 2011
i create the website in visual studio and make the design using Expresion web 4. now when i write some code through the visual studio on the aspx page the expression web 4 never tell about modification and update automatically itself.
Are their any way then my aspx page automatically update when i make changes or modified the page through Visual studio.
View 1 Replies
Dec 29, 2010
One button I always had on the 'HTML Source Editing' toolbar was Format Document, as found in the Edit menu, however in VS2010 it isn't visible. If I go to add it, it doesn't exist in the options.The toolbar currently holds Format Selection, Decrease Indent, Increase Indent, Comment, Uncomment, Schema and accessibility.I bring up the Customize dialogue box (Add or Remove Buttons/Customize), then in the Commands tab I click Add Command... In the Add Command dialogue box, I choose Edit from the categories list on the right and yet in the commands list, Format Document isn't there anymore as it was in VS2008.Yes I could just use the Edit menu command, or even the keyboard shortcut, but that's too long-winded and the toolbar button is now sorely missed.Has this been somewhat arbitrarily removed from VS 2010 or is it hidden elsewhere?
View 4 Replies
Jul 5, 2010
I've got a macro that updates a copyright header with the most recent edit date.
The problem I have is that the macro currently reads through the entire file rather than just the first 6 lines (which is all it needs).
Is there a way to get the Macro to only read the first "X" lines rather than the entire file?
Private selection As EnvDTE.TextSelection = DTE.ActiveDocument.Selection
Private Sub UpdateCopyrightHeader()
selection.StartOfDocument()
selection.EndOfDocument(True)
Dim content As String = selection.Text
Dim result = System.Text.RegularExpressions.Regex.Replace(content, regex, "<lastedit>" & FormatDateTime(Date.Now, vbLongDate) & "</lastedit>")
selection.Delete()
selection.Collapse()
Dim ed As EditPoint = selection.TopPoint.CreateEditPoint()
ed.Insert(result)
End Sub
View 1 Replies
Aug 25, 2010
For years now, I always added the "Format Document" icon to my HTML Editing toolbar. It always was difficult to find this in VS2008 and VS2005. It seem it has been completely eliminated in VS2010.Does anyone have any idea where is might be in the Customize toolbar myriad of commands?I realize it is available under the Edit drop down menu as well as keyboard command Ctrl K, Ctrl D. But is is just so much more helpful to put it on the toolbar.
View 4 Replies
Oct 13, 2010
nfortunately, I can't get my breakpoints to work when in debug mode in Visual Studio 2008 (ASP.NET 3.5, Windows 7, IIS7). The website compiles and opens in debug mode, but the breakpoints themselves generate the following error message:"The breakpoint will not currently be hit. No symbols have been loaded for this document."There are some recommended solutions online, but for various reasons, either they haven't applied or I haven't been able to make them work. I've been trying to find the solution for about 12 hours now, and I'm getting desperate.(Note 1: This problem is specific to this website. I do have other websites that I open in VS2008 where the breakpoints work fine.)(Note 2: There is only one website/project associated with this problem. This website does not have multiple projects.)
View 1 Replies
Feb 5, 2010
Using VS2008sp1, I'm publishing Web app to a separate IIS7.5 server. It's been ok for a while, but hit this strange scenario:
-Created a class file that generates its own DLL.
-works fine locally
-When publish to server, the older DLL file is there along with all the other newer files (based on time stamp). The application dies when it tries to execute the new class method (it knows of the correct method call, but cant find the method. e.g method not found: class.method() )
-turned off IIS service. Deleted DLL file, republished: still showed older DLL (???)
Its obviously cached / protected somewhere, but how do I get around this an publish all as a group? Do I need to restart IIS everytime?
View 3 Replies
Jan 6, 2010
How would you revert the web.config file back to .net 3.5 if .net 4.0 updated it to minimal?
View 6 Replies
Jan 6, 2010
I am using vs team edition 2008 and i just totally lost search box from menu bar. how to get it back..
View 2 Replies
Jan 8, 2010
I've just had Visual Studio 2008 Pro installed by my systems people a few days ago. I'm working through VB.Net For Dummies to refamiliarize myself with it, as it has been a long time since I took a .NET course (2003ish)
I'm not sure if I've done something wrong in the install or what's going on, but in the book it tells me to drag a calendar control to the Web Form page. The screen shot shows it displayed beneath the "Standard" option in the toolbox.
However, the only option I have in my toolbox is "HTML" and it's just got the very most basic HTML controls, like text box and button, etc. I tried "Show All" and then I see Standard, but everything is greyed out.
How do I get the rest of the advanced controls available in ASP.NET? Is it part of the initial setup and was maybe missed by the systems people? Or is there something I need to do to make them available?
I am especially interested in the Calendar control (or any control similar to DatePicker in Windows Forms) as I'm going to have to use that in my real application that I'm gearing up to build.
View 10 Replies
Oct 22, 2010
I 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 Replies
Jun 30, 2010
In Visual Studio 2008 while debugging an ASP.Net website I set a breakpoint in the codebehind page. I refresh the page or submit to call the method, the breakpoint is hit. Then I delete the breakpoint and continue execution. I make a change to the codebehind page and save it. I submit or refresh again and the deleted breakpoint is back! It is hit again, and I delete it again. I have tried delete, disable, nothing works it keeps coming back if I make a change to the page. It is extremely annoying and unproductive. The only way I have found to make the breakpoint permanently go away is to use the Debug menu Delete all breakpoints item, which is obviously less than ideal. I have been able to reproduce this on other developers machines also. What is going on here? Is this by design? Is it a bug in VS? How do I keep these zombie breakpoints from resurrecting?
View 4 Replies
Jan 27, 2011
When clicking on design view button - Received error "Microsoft.VisualStudio.Xaml" has failed to load properly(GUID = {E58C2A8B-BCC4-4559-AD59-D62EB6D58A22}). Possible environment corruption.
View 2 Replies
Dec 10, 2010
I am writing a small plugin on ASP.NET C# VSTO and I want to be able to capture slide number and title of the slides when a slideshow is happening.
share sample code to capture title of the slide and slide number?
View 3 Replies
Aug 14, 2010
is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
View 2 Replies
Mar 29, 2011
in my web application i am trying to open one document file by clicking on hyperlink on webpage,
when i run the appication open the that page click on the link file gets open.
but, when i run the application through iis, when clicking on that link file not found alert comes.
that document file present in separate fileserver.
View 2 Replies
May 21, 2010
Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?
View 1 Replies
Jan 28, 2010
where to find/download visual source safe plug in or visual source safe client for visual studio 2005 IDE?
I do not want to install visual source safe 2005 server.
View 1 Replies
Apr 15, 2010
Is it possible to migrate the application which is in visual studio 2003 to visual studio 2010. provide me details about how to migrate.
View 2 Replies
Jun 16, 2010
I have a site in production developed in 2005 and i am planning to migrate to Visual studio 2010. Is there an easy way to do it?
View 1 Replies