How do I stop Visual Studio 2008 from wrapping lines when formatting code
I have an annoying problem with Visual Studio 2008.
I have an annoying problem with Visual Studio 2008.
I added an AjaxToolkit:AutoCompleteExtender to my ASP.Net 3.5 application. The web service lives in the same web application. Now I am getting this error when I hit F5/Debug in VS2008, and backing out the changes step-by-step so far have not revealed the cause yet.
I have to pull 150K records from DB. I am using da.Fill(ds,"Query") and its throwing system.outofmemoryexception.
I have a problem with my Visual Studio 2008 debugger not attaching to the root of the default website when I run from within the environment.
I’m using the Visual Studio Development Server, with a specific port. Is there a way to add a virtual directory to it?
I know it’s a minor annoyance.. but it’s still an annoyance and it baffles me.. About 3 months ago I was using VS 2008 and when I went to the “Properties” tab there was the little lightning bolt for events(in design mode). Then it suddenly went away.. about a week later I discovered that if I didn’t have the properties tab “stickied”, then the events thing would be there, but not when its stickied.
I am working on a composite control and this requires me to open multiple Visual studio IDEs and add the control on pages.
In side a Silverlight Page, I want to redirect to another aspx page in the same web site and using POST method to send some additional header information. Any ideas how to implement this? Any samples are appreciated. 🙂
I’ve created a UserControl with the following public property:
More specifically, what do I need to know about doing this in Visual Studio 2008 that’s different from VS2005? I have found a decent number of references for doing this kind of thing in VS2005, such as